Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
openhands avatar

Add Skill

  • 5 installs
  • 134 repo stars
  • Updated August 4, 2026
  • openhands/extensions

Helps with ai & agent building tasks.

About

add-skill is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • add-skill
  • AI & Agent Building
  • AI-coding skill

Add Skill by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #13,065 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/openhands/extensions --skill add-skill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars134
Last updatedAugust 4, 2026
Repositoryopenhands/extensions

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Add Skill

Import skills from GitHub repositories into the current workspace.

Workflow

When a user requests to add a skill from a GitHub URL:

1. Parse the URL to extract repository owner, name, and skill path 2. Fetch the skill using the bundled script:

   python3 <this-skill-path>/scripts/fetch_skill.py "<github-url>" "<workspace-path>"

3. Verify that SKILL.md exists in the destination 4. Inform the user the skill is now available

URL Formats Supported

  • https://github.com/owner/repo/tree/main/path/to/skill
  • https://github.com/owner/repo/skill-name
  • github.com/owner/repo/skill-name
  • owner/repo/skill-name (shorthand)

Example

User: /add-skill https://github.com/OpenHands/extensions/tree/main/skills/codereview

# Run the fetch script
python3 scripts/fetch_skill.py "https://github.com/OpenHands/extensions/tree/main/skills/codereview" "/path/to/workspace"

# Verify installation
ls /path/to/workspace/.agents/skills/codereview/SKILL.md

Response: "✅ Added codereview to your workspace. The skill is now available."

Notes

  • Creates .agents/skills/ directory if it doesn't exist
  • Uses GITHUB_TOKEN for authentication (required for private repos)
  • Warns before overwriting existing skills with the same name

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.