Skip to content

skillshub info

The info command displays detailed metadata about an installed skill, including its version, description, author, linked agents, and install location.

Terminal window
skillshub info <skill>

The <skill> argument is the name of an installed skill.

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.

View information about an installed skill:

Terminal window
skillshub info code-review
Name: code-review
Version: 1.2.0
Description: AI-powered code review assistant that analyzes diffs
and provides actionable feedback.
Author: brokad
Tap: brokad/hub
Linked agents: claude, cursor
Install path: ~/.skillshub/skills/code-review

View information about another skill:

Terminal window
skillshub info test-generator
Name: test-generator
Version: 1.1.3
Description: Automatically generate unit tests from source code
with support for multiple languages and frameworks.
Author: brokad
Tap: brokad/hub
Linked agents: (none)
Install path: ~/.skillshub/skills/test-generator