recording

recording is a skill for Claude Code, Codex from Hmbown/Codewhale. It costs 29 tokens per session (379 once invoked), scanned A, original, MIT.

Capture screen recordings and screenshots on any registered computer (macOS, Windows, Linux, HarmonyOS) and manage the recording library.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

About the project

Codewhale is an open-source coding agent that runs in the terminal and can read repositories, edit files, execute commands, and inspect results while pursuing a task. Developers use it with hosted providers or local models, with controls for how much access it receives.

Hmbown/Codewhale · 40,916 stars · on GitHub · codewhale.net

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/hmbown/codewhale/recording
Any agent
npx skills add Hmbown/Codewhale --skill recording
Clone the repo
git clone --depth 1 https://github.com/Hmbown/Codewhale

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 recording

README.md
[![agentmods](https://agentmods.dev/badge/skills/hmbown/codewhale/recording.svg)](https://agentmods.dev/skills/hmbown/codewhale/recording)
Your own site
<a href="https://agentmods.dev/skills/hmbown/codewhale/recording"><img src="https://agentmods.dev/badge/skills/hmbown/codewhale/recording.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 379 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.1 $0.00029 $0.00379
Opus 5 $0.00015 $0.00189
Sonnet 5 $0.00006 $0.00076
Haiku 4.5 $0.00003 $0.00038

Measured today against content hash 809ccbcb10ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

recording 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 today.

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.

crates/tui/plugins/computer-use/skills/recording/SKILL.md · 31 lines

What it actually says

Recording and screenshots

  1. Pick the computer (computer_list, or pass computer — it switches).
  2. recording_start with optional display (macOS/Linux), region (Linux/ Windows), fps (Linux/Windows), durationSec (macOS auto-stop), and intervalMs (HarmonyOS snapshot cadence).
  3. Do the work (or let the user do it).
  4. recording_stop with the returned id → finalized file path + bytes.
  5. recording_list shows everything saved; recording_status checks one.

Platform truths:

  • macOS: screencapture -v per display; stop finalizes a .mov and, when ffmpeg is installed, a stream-copied .mp4 alongside. If a recording dies instantly, the terminal host is missing Screen Recording permission — tell the user, do not retry.
  • Windows: ffmpeg gdigrab of the desktop or a region.
  • Linux X11: ffmpeg x11grab (honors $DISPLAY, region, fps). Wayland: wf-recorder (per-output via CU_WAYLAND_OUTPUT).
  • HarmonyOS: no native CLI recorder; the backend captures snapshot_display frames at intervalMs and muxes with ffmpeg on stop. The receipt labels the mode snapshot-series — never call it real-time.

Screenshots: screenshot returns the saved path and raster geometry; zoom crops the latest raster when a target is too small to read.

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. today First seen · 31 lines · 29 tokens per session scan A 809ccbcb10ca

Subscribe to this mod's changes

recording is a skill published in the GitHub repository Hmbown/Codewhale (40,916 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 379 once invoked, about $0.0001 per session on Opus 5. 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-09-06.