takomi-flow

takomi-flow is a skill for Claude Code, Codex from J-StaR-Films-Studios/VibeCode-Protocol-Suite. It costs 93 tokens per session (3,000 once invoked), scanned A, original, ISC.

A skill for operating Google Flow, a browser-based tool for generating images or videos, through controlled browser automation. It can set up access, prepare requests, run generations, download results, and inspect them.

In plain words
What is it for?
Use it to prepare and run Google Flow image or video jobs, retrieve the generated files, and connect those results to other work.
Why use it?
It removes the need to repeat browser steps manually and adds checks before actions that could use generation credits.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/takomi-flow.mjs bootstrap.

Good fit Use it to prepare and run Google Flow image or video jobs, retrieve the generated files, and connect those results to other work.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/J-StaR-Films-Studios/VibeCode-Protocol-Suite
agentmods
npx agentmods add skills/j-star-films-studios/vibecode-protocol-suite/takomi-flow

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for takomi-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/takomi-flow/github.svg)](https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/takomi-flow)
Your own site
<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.

agentmods 80×15 button for takomi-flow

Your own site · 80×15
<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>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,000 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
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.
How audits are shown
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.1 $0.00093 $0.03000
Opus 5 $0.00046 $0.01500
Sonnet 5 $0.00019 $0.00600
Haiku 4.5 $0.00009 $0.00300

Measured 12d ago against content hash 50cebff2fb8a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

assets/.agent/skills/ai-media/takomi-flow/SKILL.md · 245 lines

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.

  1. 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.
  2. If the plugin already exists, verify it with doctor and use MCP tools when the session exposes them.
  3. If MCP is unavailable, use the TakomiFlow CLI directly.
  4. 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.
  5. 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.

  1. Check for an existing user plugin:

    Test-Path "$HOME\plugins\takomi-flow"
    Test-Path "$HOME\.agents\plugins\marketplace.json"
    
  2. If the plugin exists, inspect it:

    node "$HOME\plugins\takomi-flow\scripts\takomi-flow.mjs" doctor
    

    If this works, do not reinstall unless the user asked to update or repair.

  3. If missing, locate or get the VibeCode Protocol Suite:

    git clone https://github.com/JStaRFilms/VibeCode-Protocol-Suite "$HOME\Source\VibeCode-Protocol-Suite"
    
  4. Install the plugin globally for the current user:

    cd "$HOME\Source\VibeCode-Protocol-Suite"
    .\scripts\install-takomi-flow.ps1 -InstallDependencies
    

    This copies/registers the plugin at:

    ~/plugins/takomi-flow
    ~/.agents/plugins/marketplace.json
    
  5. Verify:

    node "$HOME\plugins\takomi-flow\scripts\takomi-flow.mjs" doctor
    

Read the full file on GitHub · 245 lines

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. 12d ago First seen · 245 lines · 93 tokens per session scan A 50cebff2fb8a

Subscribe to this mod's changes

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.

Related

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…

LearnPrompt/carl-skills · 81 tokens

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…

AnastasiyaW/codex-claude-code-config · 73 tokens

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.

Stijnman/grok-custom-skills · 48 tokens

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…

Stijnman/grok-custom-skills · 138 tokens

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.

HK-hub/AgentSkills · 64 tokens

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.

Stijnman/grok-custom-skills · 43 tokens