Claude Skill
assafelovic/skyll
Skyll 是一个 Python 工具,允许像 OpenClaw 这样的自主代理通过 MCP 集成自主发现和学习技能(包括 Claude Skill),适用于自我改进的 AI 系统。
概览
仓库信息
安装这个 Skill
pip install skyllRegistry 信息
pip install skyllgit clone https://github.com/assafelovic/skyll.gitpip install -e ".[server]"npm install
项目简介
Skyll 是一个基于 Python 的工具,允许像 OpenClaw 这样的自主代理独立发现、学习和获取新技能(包括 Claude Skill),并通过 MCP 集成实现。
A tool for autonomous agents like OpenClaw to discover and learn skills autonomously
要点
- 代理自主发现技能
- 集成 MCP(模型上下文协议)
- 基于 Python 的轻量框架
- 支持 Claude Skill 获取
- 专为自我改进的 AI 代理设计
使用场景
- 让 AI 代理无需手动编码即可学习新能力
- 构建自我改进的自主系统
- 将 Claude Skill 集成到代理工作流中
- 快速原型化基于技能的代理行为
- 自主技能获取研究
README 摘要
<p align="center"> <img src="web/public/logo.png" alt="Skyll" width="120" height="120"> </p> <p align="center"> <a href="https://pypi.org/project/skyll/"><img src="https://img.shields.io/pypi/v/skyll?style=flat&color=7ed957&labelColor=1a1a1a&logo=pypi&logoColor=white" alt="PyPI"></a> <a href="https://skills.sh/assafelovic/skyll/skyll"><img src="https://img.shields.io/badge/Claude_Skill-skyll-ff6b6b?style=flat&labelColor=1a1a1a&logo=anthropic&logoColor=white" alt="Claude Skill"></a> <a href="https://skyll.app/docs"><img src="https://img.shields.io/badge/Docs-skyll.app-87ceeb?style=flat&labelColor=1a1a1a&logo=readthedocs&logoColor=white" alt="Docs"></a> <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-compatible-ffb3d9?style=flat&labelColor=1a1a1a" alt="MCP"></a> <a href="https://discord.gg/CxdMdfZS"><img src="https://img.shields.io/badge/Discord-join-5865F2?style=flat&labelColor=1a1a1a&logo=discord&logoColor=white" alt="Discord"></a> </p> <p align="center"> <a href="#skyll">Skyll</a> • <a href="#why-use-skyll">Why use Skyll?</a> • <a href="#features">Features</a> • <a href="#quick-start">Quick Start</a> • <a href="#mcp-server">MCP Server</a> • <a href="#use-cases">Use Cases</a> • <a href="#documentation">Documentation</a> • <a href="#contributing-skills">Contributing</a> </p> --- # Skyll Skyll is a REST API and MCP server that lets any AI agent search for and learn agent skills at runtime. It aggregates skills from multiple sources, fetches the full SKILL.md content from GitHub, and returns structured JSON ready for context injection. ## Why use Skyll? Agent skills (SKILL.md files) are a powerful way to extend what AI agents can do, but today they only work with a handful of tools like Claude Code and