skillnet
Search, download, create, evaluate, and analyze reusable agent skills via SkillNet. Use when: (1) Before any multi-step task — search SkillNet for existing skills first (mandatory), (2) After completing a task with non-obvious solutions — create a skill to preserve learnings, (3) User says "learn this repo/document", "turn this into a skill", "find a skill for X", (4) User provides a PDF, DOCX, PPT, or document — create a skill from it, (5) User provides execution data, logs, or trajectory — create a skill from it, (6) Any mention of 'skillnet', skill search, skill download, or skill evaluation, (7) Analyzing relationships or cleaning up a local skill library. NOT for: single trivial operations (rename variable, fix typo).
Why use this skill?
Optimize your OpenClaw agent performance with SkillNet. Search, build, and deploy reusable agent skills to streamline workflows and preserve expert knowledge.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/icarus-chen/skillnetWhat This Skill Does
SkillNet serves as the primary intelligence hub for OpenClaw agents, acting as a sophisticated supply chain for reusable agentic knowledge. It is designed to minimize redundant engineering by providing a seamless workflow to search, download, create, evaluate, and analyze agent skills. Instead of solving a complex technical challenge from scratch, SkillNet enables the agent to tap into a global repository of battle-tested patterns, code structures, and workflows. Whether you are dealing with a new API integration, a complex data transformation task, or a multi-agent orchestration pattern, SkillNet ensures you have access to existing best practices before executing a custom solution.
The system operates on a 'Search Before You Build' principle. By integrating with the SkillNet ecosystem, the agent can leverage pre-built skills, perform structural analysis, and contribute back to the community by packaging its own successful task trajectories into standardized, shareable modules. It transforms the agent's historical experience into an evolving, institutional memory, effectively reducing technical debt and improving the speed of future tasks.
Installation
To add the SkillNet capability to your OpenClaw agent, execute the following installation command in your terminal:
clawhub install openclaw/skills/skills/icarus-chen/skillnet
Use Cases
- Project Onboarding: When presented with a new codebase or repository, use SkillNet to find established architectural patterns or setup routines relevant to the tech stack.
- Knowledge Preservation: After resolving a complex, non-obvious bug or creating a custom workflow, use SkillNet to package the solution as a skill for future reuse.
- Rapid Prototyping: Search for existing skills related to specific tasks (e.g., 'PDF parsing' or 'database migration') to avoid reinventing common utilities.
- Library Auditing: Analyze existing skills within your local library to identify overlaps, redundant code, or outdated dependencies that need pruning or refactoring.
Example Prompts
- "I need to integrate a Notion API with a local SQLite database. Search SkillNet for existing skills that handle this and let me know if there's a good match."
- "I just spent three hours debugging this specific web scraping pipeline. Turn my session log and the current script into a reusable skill so I don't have to do this again."
- "Analyze our current local skill library and suggest which skills are redundant or should be archived based on their performance logs."
Tips & Limitations
- Efficiency: Stick to 1-2 word queries during the initial search phase to capture the widest range of relevant skills.
- Verification: Always skim the
SKILL.mdof any downloaded skill before execution to ensure it adheres to security and quality standards. - API Usage: While searching is free and unrestricted, remember that creating, evaluating, and managing skills requires an active API key. Avoid creating skills for trivial, one-off tasks; save the system resources for high-value, repetitive workflows that demonstrate clear architectural benefit.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-icarus-chen-skillnet": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api, code-execution