← Back to Skills Marketplace
rodbalbino

Catalog

by rodbalbino · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
900
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install catalog
Description
Catálogo simples do estúdio (hello world)
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install catalog
  3. After installation, invoke the skill by name or use /catalog
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug catalog
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Catalog?

Catálogo simples do estúdio (hello world). It is an AI Agent Skill for Claude Code / OpenClaw, with 900 downloads so far.

How do I install Catalog?

Run "/install catalog" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Catalog free?

Yes, Catalog is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Catalog support?

Catalog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Catalog?

It is built and maintained by rodbalbino (@rodbalbino); the current version is v1.0.0.

💬 Comments