clawads
v1.0.0
Published
Install AI marketing skills for Claude Code, OpenClaw & Cursor
Maintainers
Readme
ClawAds CLI
Install AI marketing skills for Claude Code, OpenClaw & Cursor from the command line.
Quick Start
npx clawads install david-ogilvy-copywritingNo install needed — npx runs it directly.
Commands
# Install a skill
npx clawads install <skill-name>
# Search skills
npx clawads search "email marketing"
# List skills by category
npx clawads list copywriting
# Show skill details
npx clawads info marketing-psychology
# List all categories
npx clawads categories
# Detect installed AI tools
npx clawads detectOptions
# Install to a specific tool
npx clawads install <name> --target claude|openclaw|cursor
# Overwrite existing install
npx clawads install <name> --forceHow It Works
- Searches the ClawAds marketplace (clawads.io) for the skill
- Downloads the SKILL.md and related files from GitHub
- Auto-detects your AI tool (Claude Code, OpenClaw, or Cursor)
- Installs to the right directory (
~/.claude/skills/, etc.)
Install Locations
| Tool | Directory |
|---|---|
| Claude Code | ~/.claude/skills/<skill-name>/ |
| OpenClaw | ~/.openclaw/skills/<skill-name>/ |
| Cursor | .cursor/skills/<skill-name>/ (project-level) |
