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 agentmods add skills/apipass-integrations/apipass-headless/document-flowsnpx skills add APIPASS-Integrations/apipass-headless --skill document-flowsgit clone --depth 1 https://github.com/APIPASS-Integrations/apipass-headlessWrote 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/apipass-integrations/apipass-headless/document-flows)<a href="https://agentmods.dev/skills/apipass-integrations/apipass-headless/document-flows"><img src="https://agentmods.dev/badge/skills/apipass-integrations/apipass-headless/document-flows.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 | $0.00091 | $0.03861 |
| Opus 5 | $0.00046 | $0.01930 |
| Sonnet 5 | $0.00018 | $0.00772 |
| Haiku 4.5 | $0.00009 | $0.00386 |
Grade A, and why
document-flows 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.
How it starts
The opening of the file, as written. The whole thing — 308 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gerador de Documentacao de Integracoes — APIPASS
Produz um documento corporativo (.docx, com PDF opcional) descrevendo os fluxos de um
projeto APIPASS. Os fluxos sao lidos direto da APIPASS via MCP — nao ha upload manual de
JSON. A montagem do arquivo Word e delegada a skill anthropic-skills:docx.
Estrutura do entregavel (padrao do "doc SAP de referencia"):
CAPA -> nome APIPASS, projeto/cliente, versao, data, sistemas integrados
1. Visao Geral -> prosa + tabela indice (fluxo, acionamento, nº de steps)
2..N. Por fluxo -> descricao + informacoes tecnicas + tabela de etapas
Final. Tratamento de Erros e Resiliencia
1. Coletar inputs do usuario
Se faltarem, pergunte numa unica mensagem (use AskUserQuestion):
- Projeto/cliente — para resolver o
projectIdvia MCP (pode vir como argumento). - Nome para a capa e cabecalho — ex. "Mondelez", "JBS Terminais". Parametriza a capa; nunca use nome hardcoded de cliente anterior.
- Organizacao — um documento por projeto / um consolidado / por categoria.
- Incluir diagramas de sequencia? — sim / nao.
2. Coletar os fluxos via MCP
list_projects— resolva oprojectIdpelo nome informado. Se houver mais de um match, liste-os e confirme com o usuario antes de seguir.list_flows(projectId)— lista os fluxos do projeto.- Para cada fluxo a documentar:
export_flow_json(flowId)(exportacao completa) ouget_flow_development(flowId)(steps). Use o que retornar a estrutura mais completa.
Estrutura do specflow (steps, trigger, contadores) esta em
/apipass-integrations:apipass-patterns. Anatomia do FlowStep e domappingAttributesem/apipass-integrations:apipass-actions. Se uma tool pedir login, mostre aauthorizeUrlao usuario e refaca.
3. Filtrar rascunhos e legados
Ignore fluxos cujo nome contenha (case-insensitive): teste, aaaa, copy, old,
exemplo, bkp, backup, rascunho. Antes de gerar, liste para o usuario o que foi
incluido vs. ignorado e deixe-o ajustar.
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.
- 4d ago First seen · 308 lines · 91 tokens per session scan A 074a16f4f730
document-flows is a skill published in the GitHub repository APIPASS-Integrations/apipass-headless (2 stars, last pushed 25d ago), licensed Apache-2.0. It adds 91 tokens to every session and 3,861 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-31.
Other skills, from other repositories
pydicom
Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
pdf-extract-create-workflow
Complete PDF lifecycle: download, extract, and generate structured documents with reportlab.
document-direct-python
Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports.
pdf-text-extraction-fallback-85d5ca
Fallback workflow for extracting text from PDFs when readfile returns binary data.