overcast-init

One-time setup instructions for overcast, a tool that works with audio and visual input through command-line services. They cover installing its command-line program, ffmpeg, and the tinycloud perception service.

In plain words
What is it for?
They help install and verify overcast, configure reusable provider profiles, and check whether audio and optional visual features are ready.
Why use it?
They prepare the required local tools and provider settings before other overcast tasks are run.

Skill for Claude CodeCodex

Part of the overcast plugin — 35 skills, 1 hook shipped together

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/kdr/overcast/overcast-init
Any agent
npx skills add kdr/overcast --skill overcast-init
Clone the repo
git clone --depth 1 https://github.com/kdr/overcast

Made for: Claude Code, Codex.

Or install overcast, the plugin that ships this one along with the rest of its 35 skills, 1 hook.

Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,011 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.00043 $0.01011
Opus 5 $0.00022 $0.00505
Sonnet 5 $0.00009 $0.00202
Haiku 4.5 $0.00004 $0.00101

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

Security

Grade A, and why

overcast-init 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 3d 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.

skills/overcast-init/SKILL.md · 72 lines

What it actually says

overcast-init

One-time setup for overcast.

  1. Install the CLIpi install npm:@kdrrr/overcast (inside pi) or npm i -g @kdrrr/overcast for the standalone binary.
  2. Install bundled skills for this agent — for Codex, Cursor, and other non-Claude harnesses, copy the shipped skills into the agent's skills directory explicitly:
    overcast skills install --dest ~/.codex/skills
    
    Bare overcast skills install remains the Claude Code default (~/.claude/skills), and --harness claude-code is the explicit Claude target.
  3. Install/update tinycloud — the default perception backend. Get the latest (npm i -g @cloudglue/[email protected] then tinycloud install --latest, or tinycloud update). overcast needs tinycloud ≥ 0.3.12 — its watch envelope inlines the verbatim watch/listen transcripts (watch.speech.v1); the face + index verbs need ≥ 0.3.4, and the image see/extract verbs behind the opt-in see:tinycloud provider need ≥ 0.3.7. Override the invocation with OVERCAST_TINYCLOUD_CMD if it isn't on PATH.
  4. Verifyovercast doctor --json (pi pinned, ffmpeg/ffprobe runnable, Cloudglue key, tinycloud CLI + version, optional uv/visual-db readiness).
  5. Cloudglue key — the default watch/listen/face/index providers reach Cloudglue via the tinycloud CLI; configure it (tinycloud setup cloudglue) or export CLOUDGLUE_API_KEY.
  6. Provider profile setup — choose reusable providers once per profile, not once per case. Always preview before applying:
    overcast provider setup show --profile default --json
    overcast provider setup plan --preset cloudglue --profile default --json
    overcast provider setup apply --preset cloudglue --profile default --yes --json
    overcast doctor --profile default --json
    
    Optional presets/choices:
    • cloudglue for tinycloud watch/listen/face plus built-in ffmpeg enhance.
    • fal for see/enhance with FAL_KEY.
    • hf for see/enhance with HF_TOKEN.
    • elevenlabs for listen/enhance with ELEVENLABS_API_KEY.
    • owl-local for OWLv2 open-vocabulary object detection.
    • see:tinycloud (choice, --verb see --choice tinycloud) for Cloudglue file-level image analysis via tinycloud see/extract (needs tinycloud ≥ 0.3.7; --detect facts are boxless — no crop).
    • deepface-local for local face detect/match through DeepFace.
  7. Optional visual DB setup — prepare visual DB Python once per checkout/machine. DeepFace can be selected as a profile provider for the face verb, while image/face DBs are still case-owned local indexes:
    scripts/visual-db-uv.sh --face
    overcast doctor --json
    overcast provider setup apply --verb face --choice deepface-local --profile default --yes --json
    overcast index create logos --type image-ransac --local --json
    overcast index create localfaces --type deepface-local --local --json
    
  8. Case setup later — use the main overcast skill per investigation to run case setup, select targets/sources/indexes, and optionally set case-level automation such as --auto-sense, --auto-index-new, and --findings (defaults to suggest — score/text triggers auto-suggest leads; review is the legacy text-only mode, off disables).

Then use the overcast skill to drive the verbs.

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. 3d ago First seen · 72 lines · 43 tokens per session scan A eb2529c31897

Subscribe to this mod's changes

overcast-init is a skill published in the GitHub repository kdr/overcast (15 stars, last pushed 7d ago), licensed Apache-2.0. It adds 43 tokens to every session and 1,011 once invoked, about $0.0002 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-08-30.

Related

Other skills, from other repositories

video-to-skill

Turn a video, tutorial, playlist, or course into an installed, evidence-grounded course Skill that can teach, give practice and feedback, apply demonstrated methods, and answer reference questions. Use when the user provides video sources and wants reusable learning or operational capability.

Lum1104/video-to-skill · 57 tokens

osmedeus-expert

Expert guide for the Osmedeus security automation workflow engine. Use when: (1) writing or editing YAML workflows (modules and flows), (2) running osmedeus CLI commands (scan, workflow management, installation, server), (3) configuring steps, runners, triggers, or template variables, (4) debugging workflow execution…

j3ssie/osmedeus · 113 tokens

orchestrator-container-spawn

Spawning and hardening scan containers from the recon orchestrator: the security flags that look correct and break the container, and the sibling bind-mount path handling. capdrop and no-new-privileges were each reverted after breaking real scans. Trigger: editing reconorchestrator/containermanager.py; changing how a…

samugit83/redamon · 103 tokens

recon-tool-integration

Adding a new tool to the recon pipeline: the enrichment-module contract and its isolated wrapper (the actual fan-out and test call path), graph completeness, and the preset catalog that silently strips unknown settings. Miss the isolated wrapper and the tool never runs in parallel; miss the catalog and AI presets drop…

samugit83/redamon · 114 tokens

add-partial-recon

Adding partial-recon support for a tool: running a single pipeline phase on demand from the workflow graph, reading its inputs from the existing Neo4j graph and merging results back. The input-node map decides the modal UI, and some input types must never be manually entered. Trigger: adding a tool to partial recon; a…

samugit83/redamon · 103 tokens

frame-flowchart-sticky

SVG 曲线连接 + 便利贴节点 + 光标交互, 像白板 brainstorm.

nexu-io/html-anything · 27 tokens