README.md
April 4, 2026 · View on GitHub
GhostClaw Skills
47 skills for GhostClaw & Claude Code
Marketing. Design. Automation. And weird stuff.
Each skill is a markdown file — drop it in and go.
Browse skills · GhostClaw · Community
How it works
A skill is a .md file in .claude/skills/. Claude reads it and follows the instructions when you invoke the command. No code, no config, no build step.
Install a skill:
cp -r marketing/page-cro /path/to/ghostclaw/.claude/skills/
Or just tell Claude: "Install the page-cro skill from ghostclaw-skills."
Security: Skills are scanned before installation. Critical findings will block the install. This keeps your agent safe from malicious or broken skills.
Agent Skills
Core GhostClaw add-ons — Gmail, voice, monitoring, scheduling, multi-agent teams.
| Skill | What it does |
|---|---|
/add-gmail-agent | Read, search, send email via Gmail |
/add-voice-transcription | Transcribe voice notes (ElevenLabs Scribe) |
/add-voice-reply | Reply with voice notes (ElevenLabs TTS) |
/add-morning-briefing | Scheduled daily/weekly summaries |
/add-heartbeat | Health checks, alert only when needed |
/add-telegram-swarm | Multi-agent teams in Telegram groups |
/pr-babysitter | Monitor PRs, fix CI, resolve reviews |
/run-ralph | Autonomous overnight task loop |
/add-slack | Slack channel (Socket Mode) |
/add-discord | Discord channel |
/add-update-check | Check for new GhostClaw versions |
/update-ghostclaw | Safe update with backup and rollback |
Marketing & Growth
Full marketing toolkit — CRO, copywriting, SEO, outreach, strategy. Adapted from the open Claude Code skills ecosystem, customised and tested for GhostClaw.
| Skill | What it does |
|---|---|
/page-cro | Conversion rate audit for any page |
/copywriting | Write/rewrite marketing copy |
/seo-audit | Technical and on-page SEO audit |
/content-strategy | Topic clusters, editorial calendar |
/competitor-alternatives | Comparison and alternative pages |
/email-sequence | Drip campaigns, onboarding flows |
/cold-email | B2B outreach that gets replies |
/launch-strategy | Product Hunt, go-to-market planning |
/pricing-strategy | Tiers, packaging, monetization |
/social-content | LinkedIn, Twitter/X, Instagram content |
/ad-creative | Ad copy at scale |
/site-architecture | Page hierarchy, navigation, URLs |
/programmatic-seo | SEO pages at scale with templates |
/signup-flow-cro | Optimise signup/registration flows |
/referral-program | Referral and affiliate programs |
/marketing-ideas | Brainstorm marketing strategies |
/copy-editing | Edit and improve existing copy |
/paid-ads | Google, Meta, LinkedIn ad campaigns |
/form-cro | Lead form optimisation |
/popup-cro | Popup and modal optimisation |
/onboarding-cro | Post-signup activation flows |
/paywall-upgrade-cro | In-app upgrade screens |
/churn-prevention | Cancel flows, save offers, dunning |
/free-tool-strategy | Build free tools for lead gen |
/revops | Revenue operations, lead lifecycle |
/sales-enablement | Pitch decks, objection handling |
/marketing-psychology | Behavioral science for marketing |
/product-marketing-context | Set up product/audience context |
Design & Build
Design systems, structured data, analytics, testing.
| Skill | What it does |
|---|---|
/design | Design system framework |
/schema-markup | JSON-LD structured data |
/ai-seo | Optimise for AI search engines |
/analytics-tracking | GA4, event tracking, UTMs |
/ab-test-setup | Plan and implement A/B tests |
/domain-check | Domain availability (600+ TLDs) |
Documentation
Tools for generating and maintaining project documentation.
| Skill | What it does |
|---|---|
/readme-generator | Generate comprehensive README files by analyzing codebase structure |
Community & Custom Skills
Skills we've built or that others have shared. These live in their own repos.
| Skill | What it does | Repo |
|---|---|---|
/geocities | Generate authentically terrible 1998 Geocities websites | b1rdmania/geocities-skill |
/lottie | Search LottieFiles, embed brand-coherent animations | b1rdmania/claude-lottie-skill |
/brand-audit | Audit online presence for AI readiness. Scored reports | b1rdmania/brand-audit |
/brand-skills | Brand development, image gen, frontend design | b1rdmania/claude-brand-skills |
/brand-naming | Brand naming based on Placek & Roll methodologies | ziggythebot/brand-naming-skill |
/variant-workflow | Preserve design fidelity converting Variant exports | ziggythebot/variant-workflow |
/implement-review | Quality-gated code gen with parallel review loop | ziggythebot/ghostclaw-implement-review |
/hinge-optimizer | Research-backed dating profile optimizer (45+ sources) | b1rdmania/hinge-profile-optimizer |
/retro-web | Transform any website into nostalgic 90s/2000s styles | ziggythebot/retro-web-generator |
namecheap-mcp | Domain availability MCP server (600+ TLDs) | ziggythebot/namecheap-mcp |
Write your own
The fastest way: just ask Claude.
"Build me a skill that checks Airtable every morning and messages me new leads."
Claude writes the markdown, drops it in the right folder, done. Or write one yourself — it's a .md file in .claude/skills/your-skill/SKILL.md.
Credits
The marketing and design skills are adapted from the open Claude Code skills ecosystem. We've customised and tested them for GhostClaw but they build on work shared by the community. If you recognise your skill here and want attribution or it removed, open an issue.
Tools we use daily:
- awesome-claude-code — Curated list of Claude Code skills, hooks, and tools
- awesome-llm-skills — Skills across Claude Code, Codex, Gemini CLI and custom agents
- context7-mcp — Up-to-date library docs via MCP
- perplexity-mcp — Web search grounded in real sources
Contributing
PRs welcome. Add your skill in the right category folder with a SKILL.md file. Community skills with their own repos go in the table — open a PR to add yours.