skillnet

Search, install, create, and evaluate AI agent skills from the SkillNet community registry.

2|3|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/spideynolove/claude-dotfiles --skill skillnet-spideynolove
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skillnet
Source: https://github.com/spideynolove/claude-dotfiles/tree/main/.claude-global-backup/skills/skillnet
Command: npx skills add https://github.com/spideynolove/claude-dotfiles --skill skillnet-spideynolove

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding, installing, and quality-checking AI agent skills across multiple CLI platforms (Claude Code, Codex, OpenCode) is fragmented and manual, with no central registry or consistent installation workflow. ## Core Features & Use Cases - Registry Search & Install: Semantically search 400k+ community skills and download them into the correct CLI skills directory (~/.claude/skills/, ~/.codex/skills/, ~/.opencode/skills/) with a single command. - Skill Creation: Generate new skills from GitHub repositories, natural-language prompts, or Office documents (PDF/PPT/Word) using an LLM backend. - Quality Evaluation & Analysis: Score skills on five dimensions (safety, completeness, executability, maintainability, cost-awareness) and build relationship graphs across local skills. - Use Case: You want a browser automation skill for Claude Code. Run /skillnet search browser automation, preview the top result in a temp directory, then install it to ~/.claude/skills/ and mirror it into your dotfiles repo. ## Quick Start Ask the assistant to search the SkillNet registry for a skill matching your need, for example: search SkillNet for a code review skill and install it for Claude.

Frequently Asked Questions about skillnet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for AI agent skills in the SkillNet registry?▼

Run skillnet search with your query after activating the Python venv and sourcing credentials. Add --mode vector for AI semantic search with a similarity threshold, which returns more precise matches than the default search.

How do I install a SkillNet skill to Claude Code or Codex?▼

Use skillnet download with the --for flag targeting claude, codex, opencode, or all. The skill is first downloaded to a temp directory for inspection, then copied into the corresponding skills directory such as ~/.claude/skills/.

Does SkillNet require an API key for all commands?▼

No. Search and download work without an API key. Create, evaluate, and analyze require an API key, configured here through OpenRouter with OPENROUTER_API_KEY and a specified model such as openai/gpt-4o.

Can I create a new skill from a GitHub repository or PDF?▼

Yes. Use skillnet create --github with a repository URL, --prompt with a natural-language description, or --office with a PDF, PPT, or Word file. All creation modes require an API key and an output directory.

Are downloaded SkillNet packages native Claude Code skills?▼

No. SkillNet packages are structured YAML/markdown bundles in a different format from Claude Code SKILL.md files. They serve as reference material, and you can convert them into native skills using skillnet create --prompt.