Skip to content

skillshub external

The external command discovers and manages skills that were installed through other means — for example, from the Claude marketplace or by manually placing files in an agent’s skills directory.

When you run skillshub link, external skills are automatically discovered from all agent directories and synced to all other agents. If the same skill name exists in multiple agents, the first one found is used as the source.

List all discovered external skills:

Terminal window
skillshub external list

Scan agent directories for external skills:

Terminal window
skillshub external scan

Stop tracking an external skill (does not delete the skill files):

Terminal window
skillshub external forget <skill-name>

List external skills:

Terminal window
skillshub external list
External Skills
Name Source Agent Path
my-custom-skill claude ~/.claude/skills/my-custom-skill
marketplace-tool claude ~/.claude/skills/marketplace-tool

Scan for new external skills:

Terminal window
skillshub external scan
Scanning agent directories...
Found 2 external skills.

Stop tracking a skill:

Terminal window
skillshub external forget my-custom-skill
Forgot external skill my-custom-skill. Files were not deleted.