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/pipefy/ai-toolkit/pipefy-skill-templatenpx skills add pipefy/ai-toolkit --skill pipefy-skill-templategit clone --depth 1 https://github.com/pipefy/ai-toolkitWrote 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/pipefy/ai-toolkit/pipefy-skill-template)<a href="https://agentmods.dev/skills/pipefy/ai-toolkit/pipefy-skill-template"><img src="https://agentmods.dev/badge/skills/pipefy/ai-toolkit/pipefy-skill-template.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.00033 | $0.00434 |
| Opus 5 | $0.00016 | $0.00217 |
| Sonnet 5 | $0.00007 | $0.00087 |
| Haiku 4.5 | $0.00003 | $0.00043 |
Grade A, and why
pipefy-skill-template 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 5d 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.
What it actually says
[Skill title]
[One or two sentences: what this skill does and when an agent should load it.] [Optional: MCP tool count, e.g. N MCP tools.]
When to use
- [User intent / example phrase that should trigger this skill.]
- [Another trigger.]
Do not use this skill for:
- [Out of scope — point to another skill or approach when relevant.]
Prerequisites
- [IDs, roles, or config that must exist first — e.g.
pipe_id, org access.] - [Any install path: Hosted MCP, local MCP, CLI — if it matters.]
Tools needed
| Tool (MCP) | CLI equivalent | Read-only |
|---|---|---|
[mcp_tool_name] |
pipefy [domain] [action] |
Yes/No |
Replace bracket placeholders with real MCP tool names from the live server
(or docs/parity.md) and shipped CLI commands only.
Unknown names fail CI in this repository.
Steps
-
[Step name] — [what to do and why.]
MCP:
[mcp_tool_name] [arg]=[value]CLI:
pipefy [domain] [action] --[flag] [value] -
[Next step] — ...
Success criteria
- [Observable outcome the agent or human can verify.]
Failure modes
| Symptom | Likely cause | Recovery |
|---|---|---|
| [Error or bad state] | [Cause] | [Fix or fallback skill] |
See also
- [Related skill path, e.g.
skills/pipes-and-cards/pipefy-pipes-and-cards/SKILL.md]
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.
- 5d ago First seen · 69 lines · 33 tokens per session scan A 32ea6ed91812
pipefy-skill-template is a skill published in the GitHub repository pipefy/ai-toolkit (45 stars, last pushed yesterday), licensed Apache-2.0. It adds 33 tokens to every session and 434 once invoked, about $0.0002 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
notebooklm
Install, authenticate, troubleshoot, and operate Gemini Notebook through the notebooklm-py CLI or typed async Python API. Use for notebook and source management, grounded chat and research, and artifact generation or download when the user mentions Gemini Notebook, notebooklm-py, the notebooklm CLI, or its Python API.…
html-portal-generator
Convert a codebase into a self-contained HTML portal app for ingestion into AI application systems. Produces a single deployable HTML file with embedded CSS, JS, and data.
frontmcp-development
Use when building any FrontMCP server component other than a tool (for tools, use create-tool). Covers @Resource static resources and parameterized URI templates; @Prompt reusable prompts (RAG, multi-turn); @Provider singleton dependency-injection providers (database pools, API clients); @Agent autonomous LLM agents…
frontmcp-deployment
Use when deploying, building for production, packaging, or shipping a FrontMCP server. Covers build targets (node, cli SEA binary, browser, embeddable SDK, mcpb archive for Claude Desktop, serverless) and deploying to Vercel (with Vercel KV), AWS Lambda (API Gateway, SAM, CDK), Cloudflare Workers (KV, D1, Durable…
wjx-cli-use
Guide for using wjx-cli (Wenjuanxing CLI) to create surveys, query responses, and analyze data. Use when the user mentions: 问卷, 调查, 收集, 表单, 投票, 考试, 测评, 满意度, NPS, 问卷星, wjx, survey, questionnaire, or wants to create surveys, view responses, export data, analyze NPS/CSAT, or manage contacts, departments, and sub-accounts.
api-designer
Design RESTful APIs with best practices for consistency and usability.