skillshub info
skillshub info
Section titled “skillshub info”The info command displays detailed metadata about an installed skill, including its version, description, author, linked agents, and install location.
skillshub info <skill>The <skill> argument is the name of an installed skill.
Displayed information
Section titled “Displayed information”The output includes the following fields:
- Name — The skill identifier.
- Version — The currently installed version.
- Description — A short summary of what the skill does.
- Author — The skill author or maintainer.
- Tap — The tap the skill was installed from.
- Linked agents — Which AI agents the skill is currently linked to.
- Install path — The local filesystem path where the skill is stored.
Examples
Section titled “Examples”View information about an installed skill:
skillshub info code-reviewName: code-reviewVersion: 1.2.0Description: AI-powered code review assistant that analyzes diffs and provides actionable feedback.Author: brokadTap: brokad/hubLinked agents: claude, cursorInstall path: ~/.skillshub/skills/code-reviewView information about another skill:
skillshub info test-generatorName: test-generatorVersion: 1.1.3Description: Automatically generate unit tests from source code with support for multiple languages and frameworks.Author: brokadTap: brokad/hubLinked agents: (none)Install path: ~/.skillshub/skills/test-generator