Borrowing it
Nothing to install: this file belongs to nishit-g/tokovo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/nishit-g/tokovo/master/.skills/tokovo-authoring/SKILL.mdgit clone --depth 1 https://github.com/nishit-g/tokovoWrote 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.
[](https://agentmods.dev/skills/nishit-g/tokovo/tokovo-authoring)<a href="https://agentmods.dev/skills/nishit-g/tokovo/tokovo-authoring"><img src="https://agentmods.dev/badge/skills/nishit-g/tokovo/tokovo-authoring/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nishit-g/tokovo/tokovo-authoring"><img src="https://agentmods.dev/badge/skills/nishit-g/tokovo/tokovo-authoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.00612 |
| Opus 5 | $0.00023 | $0.00306 |
| Sonnet 5 | $0.00009 | $0.00122 |
| Haiku 4.5 | $0.00005 | $0.00061 |
Grade A, and why
tokovo-authoring 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 13d 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.
How it starts
The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tokovo Authoring
Use this skill for Tokovo repo work. Tokovo is a deterministic TypeScript monorepo for multi-device shows that happen inside phones.
Core Rules
- Same authored input and same frame must produce the same runtime state and render output.
- Code is the source of truth: episodes, snapshots, views, device state, camera, audio, overlays, backgrounds, and catalogs live in checked-in TypeScript.
- App packages own app semantics. Do not move snapshot/view/reducer/layout/anchor behavior into the compiler or renderer.
- Runtime registration must be explicit. Missing plugins, anchors, catalogs, or assets should fail loudly.
- Camera work should use semantic anchors. Avoid one-off DOM geometry and render-pixel guesses.
- Sound, voice, background, overlay, and render decisions should be declared in episode data.
- Multi-device episodes should intentionally direct focus across devices.
- Do not commit generated renders, local outputs, caches, secrets, or env files unless they are intentional docs showcase assets.
First Files To Read
AGENTS.mdfor repo-wide agent instructions.README.mdfor public positioning and quickstart commands.docs/ARCHITECTURE.mdfor package boundaries.docs/V1_STABILITY.mdfor release readiness.docs/CAMERA_V1_REFERENCE.mdfor camera authoring.apps/docs/app/showcase/page.mdxfor current showcase episodes.
Common Commands
pnpm validate
pnpm -s typecheck:solution
pnpm --filter @tokovo/episodes test
pnpm --filter video-runner typecheck
For release-oriented changes:
pnpm verify:release
Preview and render:
pnpm --filter video-runner dev
EPISODE_ID=v2-creator-series-showcase pnpm --filter video-runner render:fast
Episode Workflow
- Add or edit a
*.episode.tsfile underpackages/episodes/src. - Define metadata with
defineEpisode. - Use the code-first episode builder for devices, snapshots, views, app tracks, camera, audio, overlays, and device tracks.
- Register the episode in the release or studio catalog.
- Run
pnpm validate. - Preview in
apps/video-runner. - Render at least one real pass before treating camera/layout changes as done.
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.
- 13d ago First seen · 67 lines · 45 tokens per session scan A a987f09b1e09
tokovo-authoring is a skill published in the GitHub repository nishit-g/tokovo (87 stars, last pushed 4d ago), licensed MIT. It adds 45 tokens to every session and 612 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.
Other skills, from other repositories
citedy-video-shorts
Generate and publish branded AI avatar lip-sync video shorts to Instagram Reels and YouTube Shorts. Create 15-second talking-head videos with custom avatars, auto-generated scripts, burned-in subtitles, and one-click social publishing for $1.99.
citedy-video-shorts
Stateful MCP-first producer for branded AI UGC shorts. Generates scripts, reuses brand/avatar memory, renders vertical talking-head videos, and optionally publishes to Instagram Reels and YouTube Shorts.
no-bare-casts
Writing as in TypeScript or TSX production code, modifying a file that contains a bare as cast, silencing a type error with a cast, encountering as unknown as, or reviewing a cast site.
aws-sst-development
SST v4 (Ion) expert for managing AWS resources as code with the Pulumi-backed framework.
league-akari-shard-development
Use when creating, extending, refactoring, splitting, or reviewing League Akari main or renderer shards, including shard file organization, controller/loader/executor/handler boundaries, naming conventions, renderer TSX usage, platform guards, and public contract compatibility.
dd-code-generation
Use pup CLI for immediate Datadog operations or generate code for integration into applications.