内置插件使用说明/手册

v1.0.0

查询 OpenClaw 的内置插件清单、当前启用或禁用的插件列表,以及单个插件的详细说明。适用于用户想看全部内置插件、启用状态、禁用状态、插件详情、插件说明文档时。

0· 104·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for henryczq/openclaw-builtin-plugin-guide.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "内置插件使用说明/手册" (henryczq/openclaw-builtin-plugin-guide) from ClawHub.
Skill page: https://clawhub.ai/henryczq/openclaw-builtin-plugin-guide
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: openclaw, python
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install openclaw-builtin-plugin-guide

ClawHub CLI

Package manager switcher

npx clawhub@latest install openclaw-builtin-plugin-guide
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description say it lists/inspects built-in OpenClaw plugins; the skill requires the openclaw CLI and python and includes a script that calls `openclaw plugins list|inspect --json` and reads local docs. All required binaries and files are coherent with that purpose.
Instruction Scope
SKILL.md instructs running the included Python script which: (a) invokes the local openclaw CLI to get plugin list/inspect JSON, and (b) reads the included references/builtin-plugins.md and specific repo/workspace doc paths (docs/, extensions/, README.md, etc.) to build excerpts. This stays within the stated purpose, though the script will read several repository/workspace doc paths matching plugin docs (not arbitrary files).
Install Mechanism
There is no install spec; this is instruction-only plus a bundled script. Nothing is downloaded or written by an installer in the package.
Credentials
The skill requests no environment variables or credentials. It does invoke the user's `openclaw` CLI, which may itself read configuration or credentials from the host (expected for inspecting plugin status). The Python script reads local documentation files in specific candidate paths only.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify other skills. It executes only when invoked and does not alter system/global configuration.
Assessment
This skill appears to do exactly what it claims: run the OpenClaw CLI and a bundled Python script to aggregate plugin metadata and local docs. Before installing or invoking: (1) ensure you have the openclaw CLI and Python available; (2) review the included script if you want to confirm the exact repo/workspace paths it will read — it only reads specific documentation files (docs/, extensions/, README.md and the shipped references/builtin-plugins.md) but will not exfiltrate data to external endpoints; (3) be aware that the openclaw CLI call may access OpenClaw's existing config or credentials on your host (this is expected for inspecting plugin status). If you prefer, run the Python script manually in a sandboxed environment to verify behavior before granting broader use.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

box Clawdis
Binsopenclaw, python
latestvk9744w1g1we5ar1v0ncxn52c9183qm2s
104downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

OpenClaw 插件清单

概览

这个 skill 用来处理 3 类查询:

  • 查询全部 OpenClaw 内置插件
  • 查询当前环境里启用或禁用的插件
  • 查询某个插件的详细说明

第 3 类会优先读取本 skill 自带的参考文档 references/builtin-plugins.md,再补充 openclaw plugins inspect --json 的运行状态、能力信息,以及仓库里的相关文档摘录。

快速使用

python {baseDir}/scripts/openclaw_plugin_catalog.py bundled
python {baseDir}/scripts/openclaw_plugin_catalog.py status --state enabled
python {baseDir}/scripts/openclaw_plugin_catalog.py status --state disabled
python {baseDir}/scripts/openclaw_plugin_catalog.py inspect discord
python {baseDir}/scripts/openclaw_plugin_catalog.py --format json inspect openclaw-qqbot

工作流

1. 查询全部内置插件

当用户要看“全部内置插件”“内置插件清单”“OpenClaw 插件总表”时,运行:

python {baseDir}/scripts/openclaw_plugin_catalog.py bundled

2. 查询启用或禁用插件

当用户要看“启用的插件”“禁用的插件”“当前插件状态”时,运行:

python {baseDir}/scripts/openclaw_plugin_catalog.py status --state enabled
python {baseDir}/scripts/openclaw_plugin_catalog.py status --state disabled
python {baseDir}/scripts/openclaw_plugin_catalog.py status --state all

这里的 enabledplugin.enabled == true 为准。即使插件当前加载失败,只要配置层面是启用,也算启用。

3. 查询单个插件详细说明

当用户要看某个插件的作用、用途、常见配置或详细说明时,运行:

python {baseDir}/scripts/openclaw_plugin_catalog.py inspect <plugin-id>

脚本会按这个顺序取资料:

  1. references/builtin-plugins.md
  2. openclaw plugins inspect --json
  3. 仓库内可能相关的 docs/README.md、渠道文档摘录

如果用户想要更口语化、更适合面板展示的解释,可以基于脚本输出再整理成自然语言说明。

参考资料

  • 主参考文档:references/builtin-plugins.md

注意

  • 这个 skill 依赖已经安装好的 openclaw CLI。
  • openclaw-main/ 可能只是源码树,未必已经构建,所以不要优先使用 node openclaw.mjs
  • 如果插件是 enabled: truestatus: "error",应表述为“已启用,但加载失败”。

Comments

Loading comments...