agent-activity
Streams what the agent is doing into the room, as rows the desktop client renders in an **events drawer** above the composer (collapsed: avatar, pulsing dots,…
Build a short news-explainer video tuned for shareability. One striking moment per video; real fetched assets; self-heal validation; pluggable TTS (Gemini-free default, OpenAI fallback).
$ npx -y skills add sonichi/sutando --skill make-viral-video --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/make-viral-videoContext preview
The summary Claude sees to decide when to auto-load this skill.
Build a short news-explainer video tuned for shareability. One striking moment per video; real fetched assets; self-heal validation; pluggable TTS (Gemini-free default, OpenAI fallback).
name: make-viral-video description: "Build a short news-explainer video tuned for shareability. One striking moment per video; real fetched assets; self-heal validation; pluggable TTS (Gemini-free default, OpenAI fallback)." user-invocable: true
Build a short (~30-60s, 1280×720 landscape, h264+aac) news-explainer video around a single source URL or news event. Designed for shareability via the **specificity-shape** framing (Chi's pick 2026-05-09): one striking number, image, or quote — not a comprehensive overview.
Distinct from Lucy's `recursive-meta-explorer` v8-v12 lineage (which optimized for completeness). This skill optimizes for *the one moment that makes someone share*.
bash "$SKILL_DIR/scripts/build.sh" --topic "DoW UAP file release" --source "https://war.gov/UFO" --out results/
Produces:
**Phase 1 — Source ingestion + script generation**
**Phase 2 — Asset validation (the self-heal loop)**
For each asset URL: 1. Fetch 2. Hash check: refuse duplicates (catches the v12 PR46-404-dupe pattern) 3. Content-type check: must be image/* or fall back 4. 404 detector: known-404-page hash list + OCR keywords ("404", "page not found", "Not Found") 5. Resolution check: ≥600×400 (sub-thumb assets are not viral-grade) 6. Re-fetch on failure with up to 2 retries 7. **If validation still fails** → script regen with that asset removed, NOT a silent skip
If 3+ assets fail validation, escalate to user (don't ship a video with placeholder content).
**Phase 3 — Render + pre-publish gate**
1. Compose frames via PIL (templates: hook-card / asset-with-caption / closer-card) 2. TTS narration via Gemini Flash (free) → fall back to OpenAI on rate-limit / error 3. ffmpeg encode 4. **ffprobe gate**: confirm h264 video stream + aac audio stream + 1280×720 dimensions + duration within ±5s of script estimate 5. If gate fails → report what's missing + don't post
Per Chi's "visual needs improvement too":
Default: `GEMINI` (free tier, 1500 req/day quota) → `OPENAI` (sage voice, ~$0.02/min) fallback.
Voice flags (per `render.py --help`):
The skill ships an end-card slate (last 2s) for series identity. Per Chi 2026-05-10:
MINI WIRE by Echo Act IV · Sutando (optional byline) ep. 001 · 2026.05.10
Slate flags:
The slate is **silent** — narration runs over the prior frames; slate gets a `apad=pad_dur=2` audio tail so AV streams stay synced through the silent end-card.
`render.py` reads `asset_manifest.json` and maps each entry's `purpose` to its frame:
Manifest entries have shape:
{
"url": "https://example.com/photo.jpg",
"local_file": "photo.jpg",
"alt": "...",
"purpose": "hook|support|closer",
"badge": "Optional upper-strip badge text",
"is_video": false,
"source_tag": {
"event_id": "pursue-release-01-2026-05-08",
"case_id": "apollo-17-vm6-1972",
"source_agency": "NASA",
"source_url": "https://www.war.gov/UFO/",
"source_type": "primary",
"attribution": "war.gov/UFO/ · NASA",
"license": "public-domain",
"footer_short": "Apollo 17 / 1972"
},
"provenance": "Free-text operator note."
}**`source_tag` is optional** (v1.0, Mini↔Lucy 2026-0
My AI Stand — Realtime by Day, Rewriting Itself by Night. Summon my AI superpower. Voice, vision, screen, meetings, calls when I'm engaged. Learns my patterns, ships its own code when I'm not. Runs across my Macs, interacts with people & their Stands.
Repo: sonichi/sutando
Streams what the agent is doing into the room, as rows the desktop client renders in an **events drawer** above the composer (collapsed: avatar, pulsing dots,…
Local Agent Registry — a standalone, dependency-free service that tracks running Claude Code (and other) agent instances. Agents self-register on startup and…
**Prefer the `ag2-space` MCP tools when they are connected and the room exposes them** — availability is per-room and per-actor, so check…
Deterministic final-answer normalizer — a last-step pass for any task that ends in a *precise* answer (a number, a short string, a comma-list). Applies the…
Transcribes audio files and voice notes to text via Gemini 2.5-flash. Integrates with Slack, Discord, and Telegram bridges so voice clips surface as readable…
Act back on the owner's Bee wearable — the TOOL half of the Bee integration (channels-vs-tools split). The Bee CHANNEL (ag2-sparrow's `sources/bee.py` watcher)…