Frequently Asked Questions

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. Every skill is scanned with VirusTotal (each skill page links to its scan report). There are no external runtime dependencies. Scripts read credentials from environment variables only — no hardcoded secrets. No eval(), exec(), or child_process patterns anywhere.
OpenClaw, Claude Code, Cursor, Codex, Gemini CLI, 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 to install all skills, or add --skill name to install a specific one.
Yes. Use the --skill flag: npx skills-ws --skill 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: marketing (SEO, content, ads, social, analytics), conversion (CRO, signup flows, lead scoring, CRM, funnels), design (landing pages), and web3 (smart contract auditing). We focus on marketing and growth engineering.