Agent Skillsghostwright/phantom › list-plugins

list-plugins

GitHub

读取配置列出当前启用的插件,展示ID和描述,引导用户管理。

skills-builtin/list-plugins/SKILL.md ghostwright/phantom

Trigger Scenarios

查询已启用插件 查看插件列表

Install

npx skills add ghostwright/phantom --skill list-plugins -g -y
More Options

Non-standard path

npx skills add https://github.com/ghostwright/phantom/tree/main/skills-builtin/list-plugins -g -y

Use without installing

npx skills use ghostwright/phantom@list-plugins

指定 Agent (Claude Code)

npx skills add ghostwright/phantom --skill list-plugins -a claude-code -g -y

安装 repo 全部 skill

npx skills add ghostwright/phantom --all -g -y

预览 repo 内 skill

npx skills add ghostwright/phantom --list

SKILL.md

Frontmatter
{
    "name": "list-plugins",
    "context": "inline",
    "description": "List the Claude Code plugins currently enabled for the agent, read straight from settings.json.",
    "when_to_use": "Use when the operator asks \"what plugins are installed\", \"which plugins are active\", \"show plugins\", \"list plugins\", \"show me the marketplace state\", or any narrow question specifically about the current plugin set.",
    "allowed-tools": [
        "Read"
    ],
    "x-phantom-source": "built-in"
}

List plugins

Goal

Tell the operator which plugins are currently active for this agent, with their marketplace ids and a short description, in under 100 words.

Steps

1. Read settings.json

Use Read on /home/phantom/.claude/settings.json. Parse it as JSON.

If the file does not exist, return: "No settings.json yet. The dashboard plugins tab is at /ui/dashboard/#/plugins."

If the file exists but has no enabledPlugins field, return: "No plugins enabled yet. Browse the marketplace at /ui/dashboard/#/plugins."

Success criteria: you have either a parsed enabledPlugins map or a clear empty-state message ready.

2. Filter active entries

For each key: value in enabledPlugins, treat the entry as active when value is true, a non-empty array, or a non-empty object. Treat false and missing entries as inactive.

Success criteria: you have a list of plugin@marketplace keys for active plugins only.

3. Render the list

Format the response like this:

You have N plugins enabled:

  • linear at claude-plugins-official - Linear issue tracking
  • notion at claude-plugins-official - Notion workspace
  • slack at claude-plugins-official - Slack workspace messages
  • claude-md-management at claude-plugins-official - CLAUDE.md maintenance

Manage plugins at /ui/dashboard/#/plugins.

For each row, the descriptor after the dash is a short fallback string based on the plugin name. If you do not recognize a plugin id, use just the marketplace id as the descriptor.

Success criteria: the response shows the real current keys, the descriptors are honest (no fabricated descriptions for unknown plugins), and the dashboard URL is included.

Rules

  • Never fabricate a plugin that is not in settings.json.
  • Never use em dashes in the response. Regular hyphens are fine.
  • Always include the dashboard URL.
  • Keep the response under 100 words.

Version History

  • f8c7ab4 Current 2026-07-25 07:10

Same Skill Collection

skills-builtin/echo/SKILL.md
skills-builtin/mirror/SKILL.md
skills-builtin/overheard/SKILL.md
skills-builtin/ritual/SKILL.md
skills-builtin/show-my-tools/SKILL.md
skills-builtin/thread/SKILL.md

Metadata

Files
0
Version
f8c7ab4
Hash
1328db0d
Indexed
2026-07-25 07:10

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-26 04:36
浙ICP备14020137号-1 $mapa de visitantes$