Centralized GitHub registry of locally-configured OpenClaw agent skills and MCP integrations.
Mirror of ~/.openclaw/workspace/skills/, ~/.openclaw/skills/, and ~/.agents/skills/.
本组织是 本地 OpenClaw Agent Skills / MCP 集成的版本化管理仓库。所有 skill 来自刘博日常工作环境的 OpenClaw 安装目录,作为可追溯、可分享、可恢复的资产库。
| # | Repo | 说明 |
|---|---|---|
| 1 | nuwa |
🧬 Fork of alchaincyf/nuwa-skill — 蒸馏思维方式生成新 skill |
| 2 | company-research |
公司研究简报(高管言论、产品战略、组织动态) |
| 3 | competitive-analysis |
竞品系统化分析 |
| 4 | competitive-intel |
竞品情报跟踪(CMO/CRO/CPO 决策支持) |
| 5 | feature-prioritization-assistant |
RICE 评分与功能优先级 |
| 6 | find-skills |
跨平台 skill 发现与安装 |
| 7 | github |
gh CLI 封装(issues / PRs / CI / API) |
| 8 | market-research |
市场调研、竞品对比、投资人 DD |
| 9 | memory-notes |
Basic Memory 笔记格式规范 |
| 10 | memory-schema |
Basic Memory Schema 生命周期管理 |
| 11 | metaso-search |
秘塔 AI 搜索(支持中英文) |
| 12 | notion |
Notion API(pages/databases/blocks) |
| 13 | prd-development |
结构化 PRD 创建流程 |
| 14 | prd-writer |
全面 PRD 文档生成 |
| 15 | proactive-agent |
Agent 主动化架构 v3.1.0(WAL / Working Buffer / Crons) |
| 16 | product-strategy-session |
端到端产品战略会话 |
| 17 | roadmap-planning |
战略路线图规划 |
| 18 | saas-metrics-coach |
SaaS 财务健康顾问(ARR/MRR/churn/LTV/CAC/NRR) |
| 19 | dev-log-archive |
项目开发进展 dev_log 日归档(Cursor Agent Skill) |
本地魔改或自建 skill,依赖未公开凭证或内部工具,仅作组织内备份
aihot— AI HOT 中文 AI 资讯查询bailian-web-search— 阿里百炼 Web Search API 封装cursor-agent— Cursor CLI Agent 编码任务编排cursor-agent-openclaw— Cursor Agent 的 OpenClaw 适配dashboard— OpenClaw Dashboard 系统guizang-ppt-skill— 横向翻页网页 PPT 生成器(电子杂志 / 瑞士风)humanize-chinese— 中文 AI 文本检测 + 去痕迹job-hunter— 招聘信息自动检索(同步 Notion + 飞书)mmx-cli— MiniMax CLI 工具集(AI 前沿研究)notion-knowledge-capture— 对话与决策沉淀到 Notionwechat-article-creator— 微信公众号文章自动生成wechat-publisher-skill— 微信公众号发布技能
每个 skill repo 的根目录都有 SOURCE.md,记录:
- 本地源路径
- 公开 / 私有标识
- 上游链接(如果是 fork 或源自第三方)
- 同步时间戳
隐私保护:所有 push 过程会排除
.clawhub/和_meta.json(OpenClaw 内部注册表 ownerId 标识)。
把任意 skill 仓库克隆到本地 OpenClaw skill 目录:
gh repo clone AI-skill-mcp/<skill-name> ~/.openclaw/workspace/skills/<skill-name>私有 repo 需要先 gh auth login 并加入 AI-skill-mcp 组织。
Centralized GitHub registry of locally-configured OpenClaw agent skills and MCP integrations — mirrored from the local installation at ~/.openclaw/workspace/skills/, ~/.openclaw/skills/, and ~/.agents/skills/.
- Public (19 repos) — Open upstream forks + Anthropic-style skills shared for community use
- Private (12 repos) — Local modifications and proprietary integrations, member-only
- Install / create the skill locally
- Run
gh repo create AI-skill-mcp/<name> --public|--private --source=<local-dir> --push - Add a
SOURCE.mdwith provenance metadata - Update this README's index
- One repo per skill (not monorepo)
SKILL.mdis the canonical entry pointSOURCE.mdfor machine-readable provenanceLICENSEinherited from upstream fork; pure-local skills use MIT- Excluded from all repos:
.clawhub/,_meta.json(OpenClaw internal registry)
Maintained by @Ben-unbelieveable · powered by OpenClaw 🦞