Claude Skill
assafelovic/skyll
Skyll is a Python tool that lets autonomous agents like OpenClaw discover and learn skills autonomously, including Claude Skill, via MCP integration. Ideal for self-improving AI systems.
Overview
Repository
Install this Skill
pip install skyllRegistry
pip install skyllgit clone https://github.com/assafelovic/skyll.gitpip install -e ".[server]"npm install
Summary
Skyll is a Python-based tool that enables autonomous agents like OpenClaw to independently discover, learn, and acquire new skills, including Claude Skill, through MCP integration.
一个用于像OpenClaw这样的自主代理自主发现和学习技能的工具,即Claude Skill。
Key features
- Autonomous skill discovery for agents
- MCP (Model Context Protocol) integration
- Python-based lightweight framework
- Supports Claude Skill acquisition
- Designed for self-improving AI agents
Use cases
- Enabling AI agents to learn new capabilities without manual coding
- Building self-improving autonomous systems
- Integrating Claude Skill into agent workflows
- Rapid prototyping of skill-based agent behaviors
- Research on autonomous skill acquisition
README excerpt
<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