fieldflow-cli

fieldflow-cli is a skill for Claude Code, Codex from guillaumegay13/fieldflow. It costs 117 tokens per session (830 once invoked), scanned A, original, MIT.

A command-line helper that filters large JSON results from other command-line tools before they are shown to an AI assistant.

In plain words
What is it for?
Use it for read-only, service-facing commands such as logs, lists, searches, status checks, and queries from tools like gcloud, GitHub CLI, kubectl, or AWS CLI.
Why use it?
It reduces noisy output so the assistant can focus on the fields needed for a question without loading an entire result into its working context.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/guillaumegay13/fieldflow/fieldflow-cli
Any agent
npx skills add guillaumegay13/fieldflow --skill fieldflow-cli
Clone the repo
git clone --depth 1 https://github.com/guillaumegay13/fieldflow

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 fieldflow-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/guillaumegay13/fieldflow/fieldflow-cli.svg)](https://agentmods.dev/skills/guillaumegay13/fieldflow/fieldflow-cli)
Your own site
<a href="https://agentmods.dev/skills/guillaumegay13/fieldflow/fieldflow-cli"><img src="https://agentmods.dev/badge/skills/guillaumegay13/fieldflow/fieldflow-cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 830 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00117 $0.00830
Opus 5 $0.00059 $0.00415
Sonnet 5 $0.00023 $0.00166
Haiku 4.5 $0.00012 $0.00083

Measured 4d ago against content hash bc550b18e28b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

fieldflow-cli 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 4d 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.

.agents/skills/fieldflow-cli/SKILL.md · 111 lines

How it starts

The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.

FieldFlow CLI

Use this skill to keep large JSON CLI output out of model context.

Qualify The Command

Use fieldflow-cli only when all of these are true:

  • The command is read-only.
  • The command is external or service-facing, not a tiny local shell command.
  • The command can emit JSON on stdout.
  • The expected output is likely large enough that raw output would pollute context.

Do not use this skill for commands like pwd, date, ls, git status, rg, or any mutating command such as deploy, apply, delete, or create.

Inspect First

Run fieldflow-cli inspect before choosing selectors unless you already have a manifest for the exact same wrapped command.

fieldflow-cli inspect --sample-items 100 -- <wrapped command>

The inspect step writes a compact field catalog under .fieldflow/inspect/ and prints the manifest to stdout. Treat that manifest as the source of truth for valid selectors.

The manifest is deterministic and intentionally small:

  • path
  • types

It does not store raw command output.

Pick Minimal Fields

Choose the smallest field set that answers the user’s question.

Prefer fields like:

  • timestamps
  • severity or status
  • identifiers or names
  • URLs
  • concise message fields
  • latency, count, or state fields

Avoid broad selectors such as [] or whole nested objects unless the task truly needs them.

Run The Reduced Command

After choosing selectors, rerun the command through fieldflow-cli.

fieldflow-cli \
  --field "[].timestamp" \
  --field "[].severity" \
  --field "[].jsonPayload.message" \
  -- \
  <wrapped command>

If the result is too narrow, broaden the selectors and rerun the reduced call. Do not fall back to raw output unless the user explicitly asks for it.

JSON Output Rules

Prefer the CLI’s native JSON mode:

  • gcloud: --format=json
  • kubectl: -o json
  • gh: --json ...
  • aws: JSON is already standard, or use --output json when needed

If the command cannot emit JSON, do not use this skill.

Read the full file on GitHub · 111 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 111 lines · 117 tokens per session scan A bc550b18e28b

Subscribe to this mod's changes

fieldflow-cli is a skill published in the GitHub repository guillaumegay13/fieldflow (111 stars, last pushed 1mo ago), licensed MIT. It adds 117 tokens to every session and 830 once invoked, about $0.0006 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

relay-tips

Claude Code 省钱妙招和Token成本优化指南。分析当前使用模式, 提供针对性的节省建议。Use when: "省钱", "save tokens", "cost tips", "怎么省钱", "太贵了", "优化成本", "token花费".

AetherCore-Dev/relay-radar · 63 tokens

relay-verify

验证AI中转站声称的模型是否真实。通过指纹题库、推理深度分析、延迟画像、 输出质量评分等多维度交叉验证,判断中转站是否用低端模型冒充高端模型。 Use when: "验证模型", "verify model", "模型真假", "是不是Opus", "中转站验真".

AetherCore-Dev/relay-radar · 85 tokens

relay-probe

探测AI中转站连接性、延迟和吞吐量。支持Anthropic原生API和OpenAI兼容格式。 发送多轮测试请求,统计TTFT、P50/P95延迟、吞吐量和错误率。 Use when: "测试中转站", "probe relay", "test api", "延迟测试", "中转站速度".

AetherCore-Dev/relay-radar · 85 tokens

relay-rank

综合评估和排名AI中转站。整合延迟探测、模型验真、计费审计三大维度数据, 生成排名报告和推荐列表。Use when: "中转站排名", "推荐中转站", "rank relays", "哪个中转站好", "中转站对比".

AetherCore-Dev/relay-radar · 76 tokens

ui-ux-pro-max

UI/UX design intelligence. 67 styles, 96 palettes, 57 font pairings, 25 charts, 13 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing…

Damien829/aipaygen · 221 tokens

browser-use

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

browser-use/browser-use · 26 tokens