Claude Skill
AgentSkillOS/SkillAnything
SkillAnything 是一个元技能生成器,可自动为 Claude Code、OpenClaw、Codex 等创建可用于生产的 AI Agent 技能(Claude Skill),让任何软件实现技能原生。
概览
仓库信息
安装这个 Skill
git clone https://github.com/AgentSkillOS/SkillAnything.git ~/.claude/skills/skill-anythingRegistry 信息
git clone https://github.com/AgentSkillOS/SkillAnything.git ~/.claude/skills/skill-anythinggit clone https://github.com/AgentSkillOS/SkillAnything.git ~/.openclaw/skills/skill-anythinggit clone https://github.com/AgentSkillOS/SkillAnything.git ~/.codex/skills/skill-anything
项目简介
SkillAnything 是一个元技能生成器,可自动为 Claude Code、OpenClaw、Codex 等平台创建可用于生产的 AI Agent 技能(Claude Skill),让任何软件实现技能原生。
Making ANY Software Skill-Native -- Auto-generate production-ready AI Agent Skills for Claude Code, OpenClaw, Codex, and more.
要点
- 自动生成可用于生产的 AI Agent 技能
- 支持 Claude Code、OpenClaw、Codex 等平台
- 面向任何软件的元技能方法
- 基于 Python 的自动化流水线
- CLI 工具的技能原生集成
使用场景
- 快速为自定义 CLI 工具创建 Claude Skill
- 为 OpenClaw 代理自动生成技能
- 从任何软件生成兼容 Codex 的技能
- 简化 AI 代理技能部署流水线
- 为现有应用启用技能原生工作流
README 摘要
<p align="center"> <img src="https://img.shields.io/badge/SkillAnything-v1.0.0-00d4aa?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xMiAyTDIgN2wxMCA1IDEwLTV6Ii8+PHBhdGggZD0iTTIgMTdsMTAgNSAxMC01Ii8+PHBhdGggZD0iTTIgMTJsMTAgNSAxMC01Ii8+PC9zdmc+" alt="SkillAnything"/> <br/> <img src="https://img.shields.io/badge/Python-3.9+-3776AB?style=flat-square&logo=python&logoColor=white" alt="Python"/> <img src="https://img.shields.io/badge/License-MIT-green?style=flat-square" alt="License"/> <img src="https://img.shields.io/badge/Claude_Code-Compatible-7C3AED?style=flat-square" alt="Claude Code"/> <img src="https://img.shields.io/badge/OpenClaw-Compatible-FF6B35?style=flat-square" alt="OpenClaw"/> <img src="https://img.shields.io/badge/Codex-Compatible-10A37F?style=flat-square" alt="Codex"/> </p> <h1 align="center">SkillAnything</h1> <p align="center"> <strong>Making ANY Software Skill-Native</strong> <br/> <em>The meta-skill that generates production-ready Skills for AI agent platforms.</em> </p> <p align="center"> <a href="#quick-start">Quick Start</a> • <a href="#the-7-phase-pipeline">Pipeline</a> • <a href="#supported-platforms">Platforms</a> • <a href="#architecture">Architecture</a> • <a href="#examples">Examples</a> • <a href="#attribution">Attribution</a> </p> --- ## What is SkillAnything? > **One target in, production-ready Skills out.** SkillAnything is a **Skill that generates Skills**. Give it any target -- a CLI tool, REST API, Python library, workflow, or web service -- and it runs a fully automated 7-phase pipeline: ```