Agent skills are modular packages that give AI coding assistants specialized knowledge. Each skill is a SKILL.md file that teaches an agent how to handle a specific domain — marketing strategy, SEO auditing, conversion optimization, and more. Think of them as expertise plugins.
Yes. All skills are free and open source. Install them with a single command and use them in any compatible agent.
All skills are built in-house by Commit Media. No third-party code, no community contributions mixed in. Every skill is written, tested, and maintained by us.
Yes. Skills are markdown instruction files, reviewed and security-scanned before each release (hidden-Unicode injection, secrets, and dangerous-pattern checks). The npm package has zero runtime dependencies and the CLI only copies files, it never executes skill content. One skill (polymarket-trading) bundles an optional helper script under scripts/ that agents run only with your approval; it reads credentials from your environment or keychain, never from hardcoded values. All source is public on GitHub.
OpenClaw, Claude Code, Cursor, Codex, GitHub Copilot, and any agent that supports the open SKILL.md standard. The skills are agent-agnostic — they work anywhere SKILL.md files are recognized.
Run npx skills-ws install all to install all skills, or npx skills-ws install name to install a specific one. Running npx skills-ws with no arguments opens an interactive picker.
Yes. Use the install command: npx skills-ws install seo-geo
Skills are updated as frameworks evolve and based on real-world usage feedback. Each skill has a version number — check the skill page for the latest version.
Yes. Open an issue on GitHub describing the skill you need and the use case.
Currently: analytics, conversion, design, dev, growth, marketing, operations, and web3. We cover marketing, SEO, growth engineering, CRO, DevOps, security, and more.