Files
gnome-jarvis/vendor/agent-harness/agent-workspace/skills/skill-creator/SKILL.md
T
snxraven 5317576087
Rolling release / release (push) Successful in 8m2s
Allow to change the agents name + Workspace files
2026-09-12 15:30:11 -04:00

1.3 KiB

name, description
name description
skill-creator Author or repair workspace skills as name/SKILL.md with YAML frontmatter. Use when adding, fixing, or reviewing Jarvis skills.

Skill creator

Write skills into skills/<name>/SKILL.md with write_file. Do not invent OpenClaw skill_workshop.

Contract

  1. One folder per skill. Directory name equals frontmatter name.
  2. Required frontmatter: name (lowercase letters, digits, hyphens) and description (one line, under 160 characters, what + when).
  3. Body is a playbook for Jarvis tools that exist in this session. Never tell Jarvis to call exec, skill_workshop, or a third-party coding agent.
  4. Optional extras one level down: references/, scripts/, assets/. Link them from SKILL.md.
  5. Omit disable-model-invocation unless the skill should stay out of the catalog.

Workflow

  1. Read any existing SKILL.md and supporting files, or collect the branches the user wants.
  2. For each branch: trigger, outcome, which Jarvis tool to call.
  3. Write or patch skills/<name>/SKILL.md. Keep the body under 500 lines.
  4. Verify: frontmatter parses, folder name matches name, every relative link exists, tool names match AGENTS.md / this session.
  5. Tell the user the skill path. It is picked up next session.

Do not

  • Put secrets in SKILL.md.
  • Dump the full skills catalog in chat.