mirror of
https://github.com/OpenClaudia/openclaudia-skills.git
synced 2026-09-19 08:06:49 +08:00
Add launch materials and gitignore .DS_Store
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.DS_Store
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
@@ -0,0 +1,78 @@
|
||||
# Welcome to r/OpenClaudia — Your AI Marketing Agent in the AGI Era
|
||||
|
||||
Hey everyone, welcome to the official subreddit for **OpenClaudia** — the open-source marketing toolkit that runs inside AI coding agents like Claude Code and Codex.
|
||||
|
||||
## What is OpenClaudia?
|
||||
|
||||
OpenClaudia is a collection of **38 open-source marketing skills** that you install with one command and run as slash commands in your terminal. No SaaS dashboards. No monthly fees. Just AI that actually executes your marketing — end to end.
|
||||
|
||||
```
|
||||
npx openclaudia install --all
|
||||
```
|
||||
|
||||
That's it. Then open Claude Code and start marketing:
|
||||
|
||||
```
|
||||
> /write-blog "How to Launch a SaaS in 2026"
|
||||
✓ 2,400-word article generated with meta tags and images
|
||||
|
||||
> /seo-audit https://yoursite.com
|
||||
✓ 47 pages analyzed — score: 82/100, 9 issues found
|
||||
|
||||
> /email-sequence --type product-launch
|
||||
✓ 6-email drip sequence created and sent via Resend
|
||||
|
||||
> /competitor-analysis competitor.com
|
||||
✓ Full SEO, content, and positioning breakdown
|
||||
|
||||
> /discord-bot "New feature just dropped!"
|
||||
✓ Rich embed posted to #announcements
|
||||
```
|
||||
|
||||
## What skills are available?
|
||||
|
||||
**SEO & Auditing** — site audits, keyword research, SERP analysis, backlink audits, schema markup, programmatic SEO
|
||||
|
||||
**Content** — blog posts, landing pages, copywriting, copy editing, content strategy
|
||||
|
||||
**Email** — drip campaigns, subject line A/B testing, sending via Resend API
|
||||
|
||||
**Social Media** — create and post to Reddit, X, LinkedIn, Instagram, Facebook, TikTok
|
||||
|
||||
**Messaging** — post to Discord, Slack, Telegram, Feishu/Lark with rich formatting
|
||||
|
||||
**Ads & CRO** — Google Ads, Facebook Ads, A/B testing, landing page optimization
|
||||
|
||||
**Analytics** — SemRush research, Google Analytics, Search Console, Google Ads reporting, brand monitoring
|
||||
|
||||
**Strategy** — competitor analysis, pricing strategy, launch planning, ICP building, marketing ideas, marketing psychology
|
||||
|
||||
**Growth** — referral programs, lead magnets, signup flow optimization, onboarding CRO
|
||||
|
||||
## Why we built this
|
||||
|
||||
Most AI marketing tools charge $50-300/month for a chat box. We wanted something that:
|
||||
|
||||
1. **Actually executes** — not just suggests, but writes the blog post, sends the email, posts to Discord
|
||||
2. **Runs locally** — your data stays on your machine, no third-party servers
|
||||
3. **Is free and open source** — MIT licensed, read every line of code
|
||||
4. **Integrates with real APIs** — SemRush, Ahrefs, Resend, Reddit, Unsplash, Google services, Discord, Slack, Telegram, Feishu/Lark
|
||||
5. **Works where you already are** — in your terminal, alongside your code
|
||||
|
||||
## What this subreddit is for
|
||||
|
||||
- Share how you're using OpenClaudia skills
|
||||
- Request new skills or features
|
||||
- Show off marketing results you've achieved
|
||||
- Ask questions about setup, API configuration, or skill customization
|
||||
- Share tips and workflows
|
||||
- Contribute skill ideas or code
|
||||
|
||||
## Links
|
||||
|
||||
- **Website:** [openclaudia.com](https://openclaudia.com)
|
||||
- **GitHub:** [github.com/OpenClaudia/openclaudia-skills](https://github.com/OpenClaudia/openclaudia-skills)
|
||||
- **npm:** [npmjs.com/package/openclaudia](https://www.npmjs.com/package/openclaudia)
|
||||
- **GEO Guide:** [howtowingeo.com](https://howtowingeo.com)
|
||||
|
||||
Built by [Quanlai Li](https://quanl.ai) and the OpenClaudia community. We'd love to hear what skills you want to see next.
|
||||
@@ -0,0 +1,19 @@
|
||||
🚀 OpenClaudia 正式开源!
|
||||
|
||||
做了一个开源的 AI Agent 营销工具包 —— OpenClaudia,62+ 个即插即用的 marketing skills,让 Claude Code 变成你的营销团队。
|
||||
|
||||
覆盖:SEO审计、关键词研究、博客写作、邮件营销、社媒发帖、Google Ads、竞品分析、落地页优化、i18n国际化、品牌调研……
|
||||
|
||||
完全免费,MIT 开源。 一行命令安装:
|
||||
`npx openclaudia install --all`
|
||||
|
||||
跟 SaaS 营销工具比:
|
||||
💰 $0 vs $50-300/月
|
||||
🔒 数据在本地,不上传
|
||||
✏️ 可以 fork 改任何 skill
|
||||
⚡ 不只给建议,直接执行
|
||||
|
||||
欢迎贡献! 如果你有好用的营销 skill,欢迎提 PR 👇
|
||||
|
||||
GitHub: github.com/OpenClaudia/openclaudia-skills
|
||||
官网: openclaudia.com
|
||||
Reference in New Issue
Block a user