Agent Portability Checker
by Rian O'Leary
Audit and auto-fix agent skills to remove platform lock-in and ensure cross-platform compatibility.
- Detect and fix hardcoded platform-specific file paths
- Add XDG-compliant fallback paths for configuration storage
- Strip platform-identifying strings from HTTP User-Agent headers
Free
Included in download
- Downloadable skill package
- Works with Fully compatible across all agents
- 3 permissions declared
A young aspiring software dev. I want to build genuinely useful things.
See it in action
You say
Audit the github-growth-tracker skill for platform lock-in and fix any hardcoded paths you find.
Your agent does
AUDIT REPORT: github-growth-tracker ❌ scripts/tracker.py:28: Hardcoded ~/.clawhub/ path found. ✅ Auto-fixed: Replaced with $SKILL_DATA_DIR. ⚠️ Warning: Script uses 'gh' CLI; ensure target agent has GitHub CLI installed. 🔧 XDG Fallback: Added ~/.config/tracker/ support.
Agent Portability Checker
by Rian O'Leary
Audit and auto-fix agent skills to remove platform lock-in and ensure cross-platform compatibility.
Free
Included in download
- Downloadable skill package
- Works with Fully compatible across all agents
- 3 permissions declared
- Instant install
See it in action
You say
Audit the github-growth-tracker skill for platform lock-in and fix any hardcoded paths you find.
Your agent does
AUDIT REPORT: github-growth-tracker ❌ scripts/tracker.py:28: Hardcoded ~/.clawhub/ path found. ✅ Auto-fixed: Replaced with $SKILL_DATA_DIR. ⚠️ Warning: Script uses 'gh' CLI; ensure target agent has GitHub CLI installed. 🔧 XDG Fallback: Added ~/.config/tracker/ support.
About This Skill
What it does
The Agent Portability Checker is a developer tool designed to audit agent skills for platform lock-in. It scans your codebase for hardcoded paths, platform-specific dependencies, and rigid environmental assumptions that prevent your skills from running across different agent environments like Claude Code, OpenClaw, or Codex.
Why use this skill
Building skills that only work on one platform limits your reach and creates technical debt. This skill automates the tedious process of finding and fixing "platform leaks." It's significantly more reliable than manual prompting because it follows a rigorous 8-point checklist—including XDG fallback standards and headless OAuth compliance—that generic AI models often overlook.
Supported tools
- Standard Python-based agent skills
- XDG Base Directory Specification compliance
- Cross-platform path resolution (os.path/pathlib)
- Multi-channel formatting (Slack, Discord, WhatsApp)
What the output looks like
The skill provides a structured audit report flagging specific line numbers for hardcoded paths, missing environment variable support, and platform-specific CLI dependencies. When in 'fix' mode, it automatically refactors paths to use dynamic environment variables like $SKILL_DATA_DIR.
Use Cases
- Detect and fix hardcoded platform-specific file paths
- Add XDG-compliant fallback paths for configuration storage
- Strip platform-identifying strings from HTTP User-Agent headers
- Develop skills for use in any agent
Known Limitations
- Limited to Python-based skills.
- Cannot auto-fix external binary dependencies.
- Complex multi-file path logic may require manual review.
How to install
Drop the file into your AI tool. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Fully compatible across all agents
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.

Cinematic Landing Page Builder
Turn any business URL into a high-end animated landing page with 4K AI assets and GSAP animations via Cloudflare.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.