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.
npx skills add automators-com/flowproof --skill flowproof-configgit clone --depth 1 https://github.com/automators-com/flowproofWrote 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/automators-com/flowproof/flowproof-config)<a href="https://agentmods.dev/skills/automators-com/flowproof/flowproof-config"><img src="https://agentmods.dev/badge/skills/automators-com/flowproof/flowproof-config.svg" alt="Measured on agentmods" height="20"></a>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.00106 | $0.01318 |
| Opus 5 | $0.00053 | $0.00659 |
| Sonnet 5 | $0.00021 | $0.00264 |
| Haiku 4.5 | $0.00011 | $0.00132 |
Grade A, and why
flowproof-config 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 2d 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 — 147 lines — stays where its author put it; the contents beside it link to each section on GitHub.
flowproof config
Helps the user configure flowproof's SAP GUI, Fiori, and/or AI authoring
credentials so flowproof record/flowproof run can resolve ${SAP_USER},
${FIORI_PASSWORD}, ${FLOWPROOF_AI_API_KEY}, and the rest of the ${VAR}
references their flows use.
This assumes flowproof is already installed and on PATH (flowproof --version to check). If it isn't, stop and tell the user to install it
first — this skill only configures an existing installation.
1. Work out which profile is needed
flowproof treats SAP GUI, Fiori, and AI authoring as independent profiles, each with its own set of fields — ask if it isn't already obvious from context:
sap— SAP GUI, driven via SAP GUI Scripting. Windows only.fiori— a Fiori launchpad in a browser. Cross-platform.ai— model-assisted authoring (--author llm,author-from-doc, and assisted recording), using Anthropic or OpenAI.
A project can use any combination. If the user's flows reference
${SAP_USER}/${SAP_PASSWORD} they need sap; if they reference
${FIORI_USER}/${FIORI_PASSWORD} they need fiori; if authoring fails
because no model key is configured, they need ai. When unsure, ask.
2. Gather the non-secret fields — never the password
For the chosen profile, ask the user for whichever non-secret fields they want to set (skip ones they don't want to change):
sap: user, client, language, connection (the SAP Logon connection name)fiori: user, client, language, base_url (the launchpad URL)ai: provider (anthropicoropenai), and optionally model only for advanced users
Do not ask for passwords or API keys, and do not accept one if it's
offered in chat. flowproof config sap/fiori/ai can take secrets as
plain CLI flags for scripting, but a value typed into this conversation or
passed on the command line here would land in this session's transcript,
and on many shells, in shell history and briefly in the process list. That
is a strictly worse exposure than the alternative in step 4, which never
touches this conversation at all.
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.
- 2d ago First seen · 147 lines · 106 tokens per session scan A e3db2250e1ba
flowproof-config is a skill published in the GitHub repository automators-com/flowproof (5 stars, last pushed 2d ago), licensed Apache-2.0. It adds 106 tokens to every session and 1,318 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-09-05.
Other skills, from other repositories
shaft-assertions
Use when selecting or repairing SHAFT hard assertions, soft verifications, browser or element oracles, API checks, object checks, or failure messages.
shaft-fluent-api
Use when composing or repairing SHAFT fluent browser, element, touch, assertion, verification, or report-message chains.
shaft-mcp
Use when a SHAFT task needs structured tool calls, interactive exploration, or browser, mobile, driver, and capture state that persists across calls.
shaft-recording-codegen
Use when a persisted SHAFT web, Playwright, mobile, or API recording must become compilable, repository-aware Java code or insertion blocks.
shaft-web-actions
Use when implementing SHAFT WebDriver or Playwright navigation, browser state, element interaction, upload, drag-and-drop, window, cookie, or screenshot behavior.
omniroute
Use when an orchestrated workflow may dispatch bounded implementation through an optional local OmniRoute process.