Install
$ agentstack add skill-kdr-overcast-overcast-init ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
overcast-init
One-time setup for overcast.
- Install the CLI —
pi install npm:@kdrrr/overcast(inside pi) or
npm i -g @kdrrr/overcast for the standalone binary.
- 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: ``bash 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.
- Install/update tinycloud — the default perception backend. Get the latest
(npm i -g @cloudglue/tinycloud@0.3.8 then tinycloud install --latest, or tinycloud update). The face + index verbs need tinycloud ≥ 0.3.4, and overcast currently recommends 0.3.8 (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.
- Verify —
overcast doctor --json(pi pinned, ffmpeg/ffprobe runnable,
Cloudglue key, tinycloud CLI + version, optional uv/visual-db readiness).
- Cloudglue key — the default
watch/listen/face/indexproviders
reach Cloudglue via the tinycloud CLI; configure it (tinycloud setup cloudglue) or export CLOUDGLUE_API_KEY.
- Provider profile setup — choose reusable providers once per profile, not
once per case. Always preview before applying: ``bash 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:
cloudgluefor tinycloud watch/listen/face plus built-in ffmpeg enhance.falforsee/enhancewithFAL_KEY.hfforsee/enhancewithHF_TOKEN.elevenlabsforlisten/enhancewithELEVENLABS_API_KEY.owl-localfor 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-localfor local face detect/match through DeepFace.
- 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: ``bash 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 ``
- Case setup later — use the main
overcastskill 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.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: kdr
- Source: kdr/overcast
- License: Apache-2.0
- Homepage: https://overcast.video
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.