← 返回 Skills 市场
Catalog
作者
rodbalbino
· GitHub ↗
· v1.0.0
900
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install catalog
功能描述
Catálogo simples do estúdio (hello world)
使用说明 (SKILL.md)
Quando o usuário perguntar por serviços/preços, execute um comando local que retorna JSON e então responda de forma curta e clara.
Use a ferramenta de execução de comandos (Exec Tool) para rodar:
node {baseDir}/catalog.js
O comando retorna uma lista JSON de serviços com name, price, duration.
Não invente valores: use apenas o JSON retornado.
安全使用建议
This looks like a harmless, tiny catalog skill, but there are two small inconsistencies you should resolve before installing:
- The SKILL.md tells the agent to run `node {baseDir}/catalog.js`, but the skill manifest does not declare `node` as a required binary. Either ensure the runtime environment has Node available or add `node` to the skill's required binaries.
- SKILL.md states the JSON includes `duration`, but catalog.js returns only `name` and `price`. Decide whether durations should be provided (and update catalog.js) or change the documentation to match the actual output. The skill instructs the agent not to invent values — if the field is absent, the agent must not fabricate it.
Also keep in mind that the Exec Tool will run a local command; confirm you trust running local scripts from this skill. After fixing the two mismatches above, the skill is coherent and low-risk.
功能分析
Type: OpenClaw Skill
Name: catalog
Version: 1.0.0
The skill bundle provides a simple catalog lookup. The `SKILL.md` instructs the agent to execute a local `catalog.js` script, which merely outputs a hardcoded JSON list of services. There is no evidence of malicious intent, data exfiltration, or prompt injection attempts; the instructions are clear and align with the stated purpose.
能力评估
Purpose & Capability
The skill claims to be a simple catalog and includes a small catalog.js file — that matches the stated purpose. However, the runtime instructions require running `node {baseDir}/catalog.js` but the skill manifest does not declare `node` as a required binary. Also SKILL.md says the JSON will include `duration`, but catalog.js returns only `name` and `price`. These metadata/instruction mismatches are incoherent and should be fixed.
Instruction Scope
SKILL.md explicitly instructs using the Exec Tool to run the local Node script and to only use the returned JSON (do not invent values). The instruction scope is narrow and appropriate for a catalog skill, but it relies on executing a local command (node) — verify that executing local scripts is acceptable in your environment.
Install Mechanism
No install spec and only a tiny JS file are included. Nothing is downloaded or written during install — low risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths — consistent with a simple local catalog.
Persistence & Privilege
The skill is not forced-always, is user-invocable, and uses the default autonomous invocation setting. Nothing in the skill requests elevated or persistent platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install catalog - 安装完成后,直接呼叫该 Skill 的名称或使用
/catalog触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Primeira versão do skill "catalog": catálogo simples do estúdio (hello world).
- Responde a perguntas sobre serviços e preços executando um comando local.
- Recupera e apresenta informações de serviços a partir de um JSON retornado pelo comando.
- Garante respostas claras e objetivas, sem inventar valores.
元数据
常见问题
Catalog 是什么?
Catálogo simples do estúdio (hello world). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 900 次。
如何安装 Catalog?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install catalog」即可一键安装,无需额外配置。
Catalog 是免费的吗?
是的,Catalog 完全免费(开源免费),可自由下载、安装和使用。
Catalog 支持哪些平台?
Catalog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Catalog?
由 rodbalbino(@rodbalbino)开发并维护,当前版本 v1.0.0。
推荐 Skills