skillshub external
skillshub external
Section titled “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.
Subcommands
Section titled “Subcommands”external list
Section titled “external list”List all discovered external skills:
skillshub external listexternal scan
Section titled “external scan”Scan agent directories for external skills:
skillshub external scanexternal forget
Section titled “external forget”Stop tracking an external skill (does not delete the skill files):
skillshub external forget <skill-name>Examples
Section titled “Examples”List external skills:
skillshub external listExternal SkillsName Source Agent Pathmy-custom-skill claude ~/.claude/skills/my-custom-skillmarketplace-tool claude ~/.claude/skills/marketplace-toolScan for new external skills:
skillshub external scanScanning agent directories...Found 2 external skills.Stop tracking a skill:
skillshub external forget my-custom-skillForgot external skill my-custom-skill. Files were not deleted.