default

default is a skill for Claude Code, Codex from ros-claw/rosclaw. It costs 0 tokens per session (76 once invoked), scanned A, original, MIT.

A minimal robot skill template defining an identifier, intended task, required robot state, expected effects, input, output, safety boundary, and evidence location.

In plain words
What is it for?
It helps describe a robot task, verify that required state is available, report runtime events, mark completion, and point to evidence reports.
Why use it?
It gives robot skills a consistent contract so their requirements, results, and safety conditions are explicit.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ros-claw/rosclaw/default
Any agent
npx skills add ros-claw/rosclaw --skill default
Clone the repo
git clone --depth 1 https://github.com/ros-claw/rosclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for default

README.md
[![agentmods](https://agentmods.dev/badge/skills/ros-claw/rosclaw/default.svg)](https://agentmods.dev/skills/ros-claw/rosclaw/default)
Your own site
<a href="https://agentmods.dev/skills/ros-claw/rosclaw/default"><img src="https://agentmods.dev/badge/skills/ros-claw/rosclaw/default.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 76 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00076
Opus 5 $0.00000 $0.00038
Sonnet 5 $0.00000 $0.00015
Haiku 4.5 $0.00000 $0.00008

Measured 4d ago against content hash 047577b3b782, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

default scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (tests/test_schema.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/rosclaw/skill/templates/default/SKILL.md · 31 lines

What it actually says

SKILL.md

Skill ID

{namespace}/{name}

Intent

{name}

Preconditions

  • robot_state available

Effects

  • task_completed == true

Runtime Contract

  • Input: robot_state
  • Output: trace + runtime_events

Safety Envelope

  • sandbox_first

Evidence

  • See evidence/reports/
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 31 lines · 0 tokens per session scan A 047577b3b782

Subscribe to this mod's changes

default is a skill published in the GitHub repository ros-claw/rosclaw (190 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 76 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

zeroclaw

Help users operate and interact with their ZeroClaw agent instance — through both the CLI (zeroclaw commands) and the REST/WebSocket gateway API. Use this skill whenever the user wants to: send messages to ZeroClaw, manage memory or cron jobs, check system status, configure channels or providers, hit the gateway API…

zeroclaw-labs/zeroclaw · 167 tokens

feature-matrix-parity

Update the OpenClaw and Hermes comparison columns of the ZeroClaw feature-and-support matrix. Use this skill when the user wants to refresh, fill, or verify parity data in docs/book/feature-matrix-parity.toml, add a new comparison row or section to the feature matrix, or re-walk the competitor repos for support…

zeroclaw-labs/zeroclaw · 127 tokens

github-issue-triage

Issue triage and lifecycle management agent for ZeroClaw. Use this skill whenever the user wants to: triage open issues, close stale/duplicate/fixed issues, apply labels, run a backlog sweep, enforce the current issue stale policy, or handle a specific issue. Trigger on: 'triage issues', 'issue triage', 'sweep…

zeroclaw-labs/zeroclaw · 140 tokens

agent-mode

Unified tool for managing agent LLM modes (add, remove, update, list, switch).

PhyAgentOS/PhyAgentOS-core · 22 tokens

morph-ppt

Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…

iOfficeAI/OfficeCLI · 169 tokens

officecli-academic-paper

Use this skill to build academic-style .docx output: journal / conference / thesis chapters carrying formal citation style (APA, Chicago, IEEE, MLA), numbered equations, figure & table cross-references, footnotes/endnotes, bibliography, or multi-column journal layout. Trigger on: 'research paper', 'journal paper'…

iOfficeAI/OfficeCLI · 141 tokens