openclaw

An OpenClaw setup guide for loading skills from directories of SKILL.md files and using a video-watching command-line tool. OpenClaw is an agent system that can load such instruction files as extensions.

In plain words
What is it for?
Use it to configure OpenClaw with the watch-skill library, run its diagnostics, and test timestamped answers about YouTube videos.
Why use it?
It explains how to install the tool, configure skill discovery, and check that a video-watching skill works.

Agent

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 agents/oxbshw/watch-skill/openclaw
Clone the repo
git clone --depth 1 https://github.com/oxbshw/watch-skill
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 507 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.00507
Opus 5 $0.00000 $0.00253
Sonnet 5 $0.00000 $0.00101
Haiku 4.5 $0.00000 $0.00051

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

Security

Grade A, and why

openclaw 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 2d ago.

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.

docs/agents/openclaw.md · 57 lines

What it actually says

Watch Skill in OpenClaw

Status: doc-verified ☑ — matches the openclaw.ai skills docs; not executed here.

OpenClaw's native extension surface is the same one we ship: directories of SKILL.md files. No MCP config needed — the CLI-wrapping skills work as-is.

Install

# puts `watch-skill` on PATH, which the skills call
uv tool install "watch-skill[standard]"   # or: pipx install "watch-skill[standard]"
watch-skill doctor

Configure

Point OpenClaw's skill discovery at the skills library (it scans any configured root for SKILL.md, up to 6 levels deep). In your OpenClaw config, under skills.load:

{
  "skills": {
    "load": {
      "extraDirs": ["C:\\path\\to\\watch-skill\\adapters\\claude-skill\\skills"]
    }
  }
}

That picks up all of them: watching-videos, asking-with-evidence, the-loop, learning-from-mistakes, extracting-structure, video-memory, sharing-results, configuring-vision, recovering-from-errors, plus /watch.

Smoke test (3 steps)

  1. Ask: "Watch https://www.youtube.com/watch?v=aqz-KE-bpKQ — what happens at 0:10?" — the watching-videos skill should fire and run watch-skill watch.
  2. Check the reply cites t=MM:SS timestamps from the report.
  3. Follow up: "what color is the bird?" — the asking-with-evidence skill should run watch-skill ask, not re-watch.

Notes

  • Our frontmatter carries name, description, version, license, allowed-tools. OpenClaw ignores keys it doesn't know; the trigger description is what matters.
  • The skills call the watch-skill CLI, so the uv tool install . step (or pip install watch-skill) is what makes them portable here.
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. 2d ago First seen · 57 lines · 0 tokens per session scan A 7a2ae8f8d004

Subscribe to this mod's changes

openclaw is an agent published in the GitHub repository oxbshw/watch-skill (320 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 507 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.