seo-content-writing

GitHub AI-Super-Team for making agent teams with high-quality skills

インストール
CLI
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill seo-content-writing

CLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。

最終更新日: 4/22/2026

AGI Super Team

AGI Super Team

730 AI Skills · 12 C-Suite Agents · 29 Thinking Frameworks
Build your AI-native company in minutes.

OpenClaw MIT License Skills Agents Frameworks

中文 · Quick Start · All Skills · Agents · Cookbooks


💡 What Is This?

A plug-and-play AI team template — deploy a complete virtual C-Suite using OpenClaw. Each agent has a spirit mentor (Elon Musk, Jensen Huang, Warren Buffett...) that shapes their personality and decision-making.

730 skills. 12 agents. 29 thinking frameworks. 30 workflows. Zero boilerplate — copy, customize, ship.

🏛️ Architecture

You (Founder / Chairman)
  └── 👑 CEO — Strategy, coordination, quality gate
        ├── ⚡ CTO — Code, architecture, debugging
        ├── 🎨 CPO — Product design, UX, brand DNA
        ├── 📈 CQO — Quant trading, market analysis
        ├── 📣 CMO — Marketing, SEO, growth
        ├── 💰 CFO — Finance, P&L, cost optimization
        ├── 📊 CDO — Data scraping, ETL, analytics
        ├── ✍️ CCO — Content creation, viral growth
        ├── ⚖️ CLO — Legal, compliance, contracts
        ├── 🔬 CRO — Deep research, intelligence
        ├── 🤝 CSO — Sales, BD, customer analysis
        ├── ⚙️ COO — Ops, monitoring, efficiency
        └── 💻 PE  — Full-stack engineering, DevOps

👥 Agents

Agent Role Spirit Mentor Thinking
ceo 👑 CEO Elon Musk First Principles, Critical Thinking
cto ⚡ CTO Jensen Huang Systems Thinking, Technical Depth
cpo 🎨 CPO Steve Jobs Design Thinking, User Empathy
cqo 📈 CQO Jim Simons Mathematical Rigor, Probabilistic Thinking
cmo 📣 CMO David Ogilvy Storytelling, Audience Psychology
cfo 💰 CFO Warren Buffett Value Investing, Margin of Safety
cdo 📊 CDO Nate Silver Bayesian Thinking, Data-Driven
cco ✍️ CCO MrBeast Viral Mechanics, Platform Algorithm
clo ⚖️ CLO Alan Dershowitz Legal Reasoning, Risk Assessment
cro 🔬 CRO Richard Feynman Scientific Method, First Principles
cso 🤝 CSO Michael Dell Sales Engineering, Relationship Building
coo ⚙️ COO Andy Grove High Output Management, Measurement

Each agent folder contains SOUL.md (personality), AGENTS.md (operations), TOOLS.md (skill links). Fully customizable.

🧠 Thinking Frameworks

29 distilled thinking skills based on real-world mentors — mental models, decision frameworks, classic quotes with sources:

# Inject a mentor's thinking into any agent
cp -r skills/thinking-elon-musk/ ~/.openclaw/workspace-main/skills/

# Or inject all frameworks to all workspaces
for agent in main cto cpo cqo cmo cfo cdo cco clo cro cso coo pe; do
  mkdir -p ~/.openclaw/workspace-${agent}/skills/
  cp -r skills/thinking-* ~/.openclaw/workspace-${agent}/skills/
done

🛠️ Skill Categories

Category Highlights
🔌 SaaS Integrations Notion, Airtable, HubSpot, Stripe, ActiveCampaign, 60+ more
📝 Content & Writing SEO, viral copy, anti-AI-slop, social media
🔧 Development Backend, frontend, Docker, Git, TDD, API design, code review
💰 Trading & Finance Crypto, Polymarket, DeFi, portfolio management, backtesting
⚙️ OpenClaw Tools Config, auth, cron, MCP, token guard, agent orchestration
🤖 AI Agent Patterns Multi-agent orchestration, parallel execution, sub-agents
📊 Data & Analytics Web scraping, DuckDB, CSV pipelines, arXiv
📈 Marketing & SEO SEO audits, GEO optimization, A/B testing, competitor analysis
🎨 Design & Media Image generation, UI/UX, brand identity
🏢 Business & Strategy SaaS launch, competitor teardown, financial modeling
📋 Project Management PRD, roadmaps, Scrum, team coordination
💬 Communication Email, Feishu, WeChat, Telegram, LinkedIn, cross-instance messaging
📱 Chinese Platforms Xiaohongshu, Douyin, WeChat MP, Juejin, Zhihu
⚙️ DevOps & Infra AWS, Docker, Linux, observability, deployment
🧬 Bioinformatics Genome analysis, metagenomics, pharmacogenomics
🎬 Video & Digital Human Video editing, digital human, storyboard, subtitle
🤖 Web3 & Autonomys Decentralized storage, auto-deploy, auto-memory

👉 Full skill catalog →

🔄 Workflows

30 production-ready workflows across all C-Suite roles:

Scope Examples
Shared Daily standup, weekly review, crisis escalation, cross-agent handoff
Per-Agent Content pipeline (CCO), market morning brief (CQO), P&L tracking (CFO), code review (PE), incident response (COO)

Each agent directory (e.g. agents/cco/WORKFLOW.md) contains role-specific and shared workflows.

Quick Start

Prerequisites

Install OpenClaw (AI agent runtime):

npm install -g openclaw
openclaw init

Deploy your AI team

# 1. Clone the repo
git clone https://github.com/aAAaqwq/AGI-Super-Team.git
cd AGI-Super-Team

# 2. Deploy an agent (e.g., CEO with Elon Musk's thinking)
mkdir -p ~/.openclaw/workspace-main/skills/
cp -r skills/thinking-elon-musk/ ~/.openclaw/workspace-main/skills/
cp agents/main/SOUL.md agents/main/AGENTS.md ~/.openclaw/workspace-main/

# 3. Add more skills
cp -r skills/api-design/ ~/.openclaw/workspace-main/skills/

# 4. Deploy more agents (e.g., PE for coding)
mkdir -p ~/.openclaw/workspace-pe/skills/
cp agents/pe/SOUL.md agents/pe/AGENTS.md ~/.openclaw/workspace-pe/
cp -r skills/thinking-linus-torvalds/ ~/.openclaw/workspace-pe/skills/

# 5. Restart OpenClaw — done!
openclaw gateway restart

📚 Cookbooks

In-depth learning guides in cookbook/:

Book Description
Self-Media Operations Complete handbook: XHS, Douyin, WeChat, content strategy
Quantitative Trading Crypto trading, algorithmic strategies, risk management
Prompt Engineering Advanced prompt techniques and patterns
Knowledge Base Cross-domain knowledge distillation
Crypto Deep Dive Blockchain fundamentals and DeFi

📁 Repository Structure

AGI-Super-Team/
├── agents/           # 12 C-Suite agent personas
│   ├── ceo/          # SOUL.md · AGENTS.md · TOOLS.md
│   ├── cto/          # ...
│   └── README.md     # Architecture diagram & skill matrix
├── skills/           # 730 skills (flat structure, each with SKILL.md)
│   └── README.md     # Full catalog

├── cookbook/         # 5 in-depth learning guides
├── CHARTER.md        # Team constitution (12 principles)
├── STARTUP.md        # Quick-start guide
├── COLLABORATION.md  # Inter-agent collaboration network

🤝 Contributing

Contributions welcome! See CONTRIBUTING.md for guidelines.

  1. Fork the repo
  2. Create your skill: skills/your-skill/SKILL.md
  3. Submit a PR

📄 License

MIT — use freely, attribution appreciated.


⭐ Star History

Star History Chart

Built with ❤️ using OpenClaw