mirror of
https://github.com/OpenClaudia/openclaudia-skills.git
synced 2026-09-19 08:06:49 +08:00
ed7ff865085b2b5c7ffd81cb67b437371723c59f
Skills include SEO audit, keyword research, content writing, email marketing, social media, ads, CRO, analytics (SemRush, GA4, Search Console, Google Ads, Brand.dev), strategy, and growth automation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
OpenClaudia Skills
Open-source marketing skills for Claude Code. The tool for marketers, like Claude Code is for programmers.
Website: openclaudia.com
Quick Install
# Install all skills
npx skills add Qualia-Li/openclaudia-skills
# Install a specific skill
npx skills add Qualia-Li/openclaudia-skills --skill seo-audit
Or manually copy any skill directory into ~/.claude/skills/ (personal) or .claude/skills/ (project).
Skills
SEO & Site Audit
| Skill | Description |
|---|---|
seo-audit |
Full technical + on-page SEO audit with actionable fixes |
keyword-research |
Keyword research using SemRush API |
serp-analyzer |
Analyze SERP results and ranking factors |
backlink-audit |
Audit backlink profile and find opportunities |
schema-markup |
Generate and validate Schema.org structured data |
programmatic-seo |
Create SEO-optimized pages at scale |
Content Writing
| Skill | Description |
|---|---|
write-blog |
Generate SEO-optimized blog posts |
write-landing |
Create high-converting landing page copy |
copywriting |
Marketing copy for any page type |
copy-editing |
Line-by-line copy polish and improvement |
content-strategy |
Build content calendars and topic clusters |
Email Marketing
| Skill | Description |
|---|---|
email-sequence |
Create drip campaigns and nurture sequences |
email-subject-lines |
Generate and A/B test email subject lines |
Social Media
| Skill | Description |
|---|---|
social-content |
Create posts for Twitter/X, LinkedIn, Instagram |
thread-writer |
Write viral Twitter/X threads |
content-calendar |
Plan and schedule social media content |
Ads & Conversion
| Skill | Description |
|---|---|
google-ads |
Write Google Ads copy and campaigns |
facebook-ads |
Create Facebook/Meta ad campaigns |
page-cro |
Landing page conversion rate optimization |
ab-test-setup |
Design and implement A/B tests |
Analytics & Research (API-Powered)
| Skill | Description | API Required |
|---|---|---|
semrush-research |
SEO & competitive intelligence via SemRush | SEMRUSH_API_KEY |
brand-monitor |
Brand monitoring via Brand.dev | BRANDDEV_API_KEY |
google-analytics |
Pull GA4 reports and insights | Google OAuth |
search-console |
Google Search Console data & analysis | Google OAuth |
google-ads-report |
Google Ads performance reporting | Google OAuth |
Strategy & Planning
| Skill | Description |
|---|---|
marketing-ideas |
139 proven marketing ideas by category |
marketing-psychology |
70+ psychological principles for marketing |
competitor-analysis |
Full competitor strategy breakdown |
pricing-strategy |
Pricing page and strategy optimization |
launch-strategy |
Product launch planning and execution |
icp-builder |
Define ideal customer profiles |
Growth & Automation
| Skill | Description |
|---|---|
referral-program |
Design referral and viral loops |
lead-magnet |
Create lead magnets and gated content |
signup-flow-cro |
Optimize signup conversion funnels |
onboarding-cro |
Improve user onboarding flows |
API Configuration
Some skills integrate with external APIs. Set these in your .env or ~/.claude/.env.global:
# SemRush (keyword research, competitive analysis)
SEMRUSH_API_KEY=your_key_here
# Brand.dev (brand monitoring)
BRANDDEV_API_KEY=your_key_here
# Google (Analytics, Search Console, Ads)
GOOGLE_CLIENT_ID=your_client_id
GOOGLE_CLIENT_SECRET=your_client_secret
Skills that require API keys will tell you which key is needed when invoked.
Contributing
- Fork this repository
- Create a new skill directory under
skills/ - Add a
SKILL.mdwith YAML frontmatter and instructions - Submit a pull request
See CONTRIBUTING.md for the full guide.
License
MIT - see LICENSE
Created by
Quanlai Li and the OpenClaudia community.
Languages
JavaScript
41%
Python
26.5%
HTML
24.5%
Shell
8%