zjunlp/SkillNet
Create, Evaluate, and Connect AI Skills
What it solves
SkillNet provides an infrastructure layer for the reuse of AI agent skills, preventing developers from having to rebuild the same capabilities from scratch. It treats agent skills as software assets that can be searched, installed, and composed.
How it works
SkillNet operates as a library and ecosystem that allows users to:
- Discover and Install: Search a public skill library via keywords or semantic intent (vector search) and download skill folders directly from GitHub into local workspaces.
- Create: Generate structured skill packages from existing repositories, documents, prompts, or execution traces.
- Evaluate: Score skills based on safety, completeness, executability, maintainability, and cost awareness.
- Analyze and Compose: Infer relationships (such as dependencies or handoffs) between local skills to create scenario graphs.
- Orchestrate: Select specific skills for a given scene (e.g., "sciatlas") and generate a prompt for a downstream execution agent.
Who it’s for
AI agent developers and researchers who want to integrate pre-built capabilities into their agents without manual implementation, as well as those building agent runtimes like Claude Code or OpenClaw.
Highlights
- Public Skill Library: Access to over 500K GitHub skills with a dedicated visual explorer.
- Portable Packages: Ability to turn documents and prompts into installable skill packages.
- Comprehensive Tooling: Includes a Python SDK, CLI, and REST API for seamless integration.
- Agent Runtime Integration: Built-in support for MCP (Model Context Protocol), Claude Code, and Codex.
- Scenario-based Orchestration: Ability to map tasks to specific skill collections and generate execution prompts.
Related
- Project
- Project
- Project
- Project
- Project