skill-search
从GitHub和SkillsMP等官方网站搜索符合用户描述的优质skill,供用户选择,然后自动克隆并安装相应skill到全局~/.claude/skills/目录。当用户需要搜索或安装新skill时触发此技能。
SKILL.md
| Name | skill-search |
| Description | 从GitHub和SkillsMP等官方网站搜索符合用户描述的优质skill,供用户选择,然后自动克隆并安装相应skill到全局~/.claude/skills/目录。当用户需要搜索或安装新skill时触发此技能。 |
🤖 For AI Agents
If you are Claude Code / OpenClaw / Codex / Cursor, read this file:
setup.mdOr just tell your Agent:
Install AGI Super Team for me: https://github.com/aAAaqwq/AGI-Super-Team I want the solo-founder kit
💡 What Is This?
A plug-and-play AI team template — deploy a complete virtual C-Suite using OpenClaw. Each agent is shaped by a spirit mentor (Elon Musk, Jensen Huang, Warren Buffett, Richard Feynman...) that defines their personality, decision-making style, and cognitive framework.
2,659 skills. 14 agents. 31 thinking frameworks. 30 workflows. Zero boilerplate — copy, customize, ship.
🏛️ Architecture
You (Founder / Chairman)
└── 👑 CEO — Strategy, coordination, quality gate
├── ⚡ CTO — Architecture, technology strategy, R&D direction
├── 🎨 CPO — Product design, UX, brand DNA
├── 📈 CQO — Quant trading, algorithmic strategies
├── 📣 CMO — Marketing, SEO, growth
├── 💰 CFO — Finance, P&L, capital allocation
├── 📊 CDO — Data pipelines, analytics, governance
├── ✍️ CCO — Content creation, viral growth
├── ⚖️ CLO — Legal, compliance, IP protection
├── 🔬 CRO — Deep research, frontier intelligence
├── 🤝 CSO — Sales, BD, revenue growth
├── ⚙️ COO — Ops, OKRs, cross-team coordination
├── 💻 PE — Production engineering, DevOps, delivery
└── ⚖️ Governor — Quality assurance, delivery audit, escalation
👥 Agents
| Agent | Role | Spirit Mentor | Thinking |
|---|---|---|---|
ceo | 👑 CEO | Elon Musk | First Principles, Cross-Domain Synthesis |
cto | ⚡ CTO | Jensen Huang | Systems Thinking, Accelerated Computing |
cpo | 🎨 CPO | Steve Jobs | Design Thinking, Radical Simplicity |
cqo | 📈 CQO | Jim Simons | Mathematical Rigor, Probabilistic Thinking |
cmo | 📣 CMO | David Ogilvy | Data-Driven Storytelling, Audience Psychology |
cfo | 💰 CFO | Warren Buffett | Value Investing, Margin of Safety |
cdo | 📊 CDO | Nate Silver | Bayesian Reasoning, Predictive Analytics |
cco | ✍️ CCO | MrBeast | Viral Mechanics, Platform Algorithms |
clo | ⚖️ CLO | Alan Dershowitz | Legal Reasoning, Risk Assessment |
cro | 🔬 CRO | Richard Feynman | Scientific Method, Feynman Technique |
cso | 🤝 CSO | Michael Dell | Solution Selling, Relationship Building |
coo | ⚙️ COO | Andy Grove | High Output Management, OKR Discipline |
pe | 💻 PE | Linus Torvalds, antirez, DHH | Pragmatic Engineering, Ship Over Talk |
governor | ⚖️ Governor | Zhuge Liang, Wang Yangming | Tri-Verification, Evidence-Based Audit |
Each agent folder contains
SOUL.md(personality),AGENTS.md(operations),TOOLS.md(skill links). Fully customizable.
🧠 Thinking Frameworks
31 distilled thinking skills based on real-world mentors — mental models, decision frameworks, and classic quotes with sources:
# Inject a mentor's thinking into any agent
cp -r skills/thinking-elon-musk/ ~/.openclaw/workspace-ceo/skills/
# Or inject all frameworks to all workspaces
for agent in ceo 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 |
🔄 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
One-command deploy (recommended)
# Prerequisites: Node.js v20+ and OpenClaw
npm install -g openclaw
# Deploy a starter kit — pick your role:
curl -sSL https://raw.githubusercontent.com/aAAaqwq/AGI-Super-Team/main/install.sh | bash -s -- solo-founder # 🚀 Solo founder
# curl ... | bash -s -- content-creator # 🎨 Content creator
# curl ... | bash -s -- quant-trader # 📈 Quant trader
# curl ... | bash -s -- full-team # 🏛️ All 14 agents
# Configure API keys, then restart
openclaw config
openclaw gateway restart
Starter Kits
| Kit | Agents | Best for |
|---|---|---|
| 🚀 Solo Founder | CEO + PE + CCO | Indie hackers, solo founders |
| 🎨 Content Creator | CCO + CDO + CMO | Content teams, self-media |
| 📈 Quant Trader | CQO + CDO + CFO | Quant trading, investment |
| 🏛️ Full Team | All 14 agents | Complete AI-native company |
Manual deploy
git clone https://github.com/aAAaqwq/AGI-Super-Team.git
cd AGI-Super-Team
./install.sh solo-founder # or any kit / agent name
📚 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/ # 14 C-Suite agent personas
│ ├── ceo/ # SOUL.md · AGENTS.md · TOOLS.md · WORKFLOW.md
│ ├── cto/ # ...
│ ├── governor/ # Quality assurance & delivery audit
│ └── README.md # Architecture diagram & skill matrix
├── skills/ # 2,659 skills (flat structure, each with SKILL.md)
│ └── README.md # Full catalog
├── starter-kits/ # One-click deployment bundles
│ ├── solo-founder/ # CEO + PE + CCO
│ ├── content-creator/ # CCO + CDO + CMO
│ └── quant-trader/ # CQO + CDO + CFO
├── cookbook/ # 5 in-depth learning guides
├── install.sh # One-click deployer
├── 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.
- Fork the repo
- Create your skill:
skills/your-skill/SKILL.md - Submit a PR
📄 License
MIT — use freely, attribution appreciated.
⭐ Star History
<a href="https://star-history.com/#aAAaqwq/AGI-Super-Team&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=aAAaqwq/AGI-Super-Team&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=aAAaqwq/AGI-Super-Team&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=aAAaqwq/AGI-Super-Team&type=Date" /> </picture> </a><p align="center"> Built with ❤️ using <a href="https://github.com/openclaw/openclaw">OpenClaw</a> </p>