Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/J-StaR-Films-Studios/VibeCode-Protocol-Suitenpx agentmods add skills/j-star-films-studios/vibecode-protocol-suite/takomi-flowWrote 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/j-star-films-studios/vibecode-protocol-suite/takomi-flow)<a href="https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/takomi-flow"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/takomi-flow/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/j-star-films-studios/vibecode-protocol-suite/takomi-flow"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/takomi-flow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Rogue Agent · line 20 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00093 | $0.03000 |
| Opus 5 | $0.00046 | $0.01500 |
| Sonnet 5 | $0.00019 | $0.00600 |
| Haiku 4.5 | $0.00009 | $0.00300 |
Grade A, and why
takomi-flow 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 12d 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 — 245 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TakomiFlow
TakomiFlow is an agent-first workflow for using Google Flow through visible browser automation. Treat it as a local tool layer for Codex agents, not as an unofficial API.
Runtime Choice
Use this skill as the single TakomiFlow entrypoint.
- If the active harness is Codex and the user approves plugin installation or repair, install or reuse the global Codex plugin and then prefer its MCP tools.
- If the plugin already exists, verify it with
doctorand use MCP tools when the session exposes them. - If MCP is unavailable, use the TakomiFlow CLI directly.
- If the harness is not Codex or does not support plugins, keep using this skill as the workflow guide and call the CLI when shell access exists.
- If there is no shell access, provide the exact commands as a handoff checklist and stop.
Never install, update, or write to global plugin locations without telling the user what path will be changed and getting approval.
Install Or Repair The Plugin
Only follow this path when the user asks to install/repair TakomiFlow or agrees after you detect that the Codex plugin is missing.
-
Check for an existing user plugin:
Test-Path "$HOME\plugins\takomi-flow" Test-Path "$HOME\.agents\plugins\marketplace.json" -
If the plugin exists, inspect it:
node "$HOME\plugins\takomi-flow\scripts\takomi-flow.mjs" doctorIf this works, do not reinstall unless the user asked to update or repair.
-
If missing, locate or get the VibeCode Protocol Suite:
git clone https://github.com/JStaRFilms/VibeCode-Protocol-Suite "$HOME\Source\VibeCode-Protocol-Suite" -
Install the plugin globally for the current user:
cd "$HOME\Source\VibeCode-Protocol-Suite" .\scripts\install-takomi-flow.ps1 -InstallDependenciesThis copies/registers the plugin at:
~/plugins/takomi-flow ~/.agents/plugins/marketplace.json -
Verify:
node "$HOME\plugins\takomi-flow\scripts\takomi-flow.mjs" doctor
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.
- 12d ago First seen · 245 lines · 93 tokens per session scan A 50cebff2fb8a
takomi-flow is a skill published in the GitHub repository J-StaR-Films-Studios/VibeCode-Protocol-Suite (24 stars, last pushed 2d ago), licensed ISC. It adds 93 tokens to every session and 3,000 once invoked, about $0.0005 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
wechat-article-video-download
Download a specified video from a public WeChat Official Account article and verify the saved MP4. Use when the user provides an mp.weixin.qq.com article URL and asks to save, extract, grab, or download the first or Nth embedded article video. Do not use for Channels livestreams, login-only media, DRM, encrypted…
control-ui
Drive and inspect a local web, IDE, or Electron UI with browser or CDP automation and evidence. Use for UI regressions, screenshots, accessibility snapshots, visual diffs, focus, keyboard, scrolling, resize, console, network, performance, or heap checks. Do not use for backend-only changes or for a screenshot without…
desktop-subagent-connector
Securely coordinate a remote sandbox with a user-approved local desktop through scoped file, shell, browser, and GUI access. Use for: remote sandbox, user-approved desktop, local desktop bridge, scoped desktop access.
agent-reach-wrapper
Thin wrapper around Panniantong/Agent-Reach for live web, YouTube transcripts, RSS, GitHub, Bilibili, Exa search, and optional login-state platforms (X, Reddit, Facebook, Instagram, Xiaohongshu, LinkedIn). Triggered by agent-reach, reach this URL, YouTube transcript, Reddit thread, Bilibili, Xiaohongshu, RSS feed, or…
browser-skill
Use when the user asks to perform browser automation tasks against their logged-in browser: visit and read pages, fill forms, scrape data, click through a flow, regression-test a PR's UI, validate a deployed page. Requires the bsk CLI installed and the browser-skill extension loaded.
humanization-stealth-browsing
Apply respectful, rate-limited browsing practices for public websites while honoring site rules and access controls. Use for: responsible web research, rate limiting, CAPTCHA stop, robots.txt.