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 pipefy/ai-toolkit --skill pipefy-introspectiongit 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-introspection)<a href="https://agentmods.dev/skills/pipefy/ai-toolkit/pipefy-introspection"><img src="https://agentmods.dev/badge/skills/pipefy/ai-toolkit/pipefy-introspection.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.00061 | $0.02985 |
| Opus 5 | $0.00030 | $0.01492 |
| Sonnet 5 | $0.00012 | $0.00597 |
| Haiku 4.5 | $0.00006 | $0.00298 |
Grade A, and why
pipefy-introspection scanned grade A with 1 finding 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 7d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
**Tier 3:** direct curl/httpx fallback — see [skills/api-troubleshoot/pipefy-api-fallback/SKILL.md](../../api-troubleshoot/pipefy-api-fallback/SKILL.md). How it starts
The opening of the file, as written. The whole thing — 243 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Introspection & Raw GraphQL
Schema discovery, organization info, and a fallback executor. 7 MCP tools.
This is Tier 2 in the resolution strategy: when a dedicated MCP tool fails or doesn't exist, use introspection to understand the API, then execute_graphql to run the operation directly.
Tier 1: dedicated MCP tool exists — use it.
Tier 2: use introspection + execute_graphql (this skill).
Tier 3: direct curl/httpx fallback — see skills/api-troubleshoot/pipefy-api-fallback/SKILL.md.
Tools
| Tool (MCP) | CLI | Read-only | Purpose |
|---|---|---|---|
introspect_type |
pipefy introspect type |
Yes | Type shape: fields, inputFields, enumValues. Optional max_depth. |
introspect_query |
pipefy introspect query |
Yes | Root query arguments and return type. Optional max_depth. |
introspect_mutation |
pipefy introspect mutation |
Yes | Root mutation arguments and return type. Optional max_depth. |
search_schema |
pipefy introspect schema search |
Yes | Keyword search on type names/descriptions. Optional kind filter. |
execute_graphql |
pipefy graphql exec |
No | Execute arbitrary GraphQL. Queries ungated. Mutations: MCP two-step with confirmation_token; CLI --yes. |
get_organization |
pipefy org get |
Yes | Load organization info (name, plan, UUID, member count, pipe count). |
list_organizations |
pipefy org list |
Yes | List organizations the caller can access — no id required. The zero-knowledge entry point for org discovery. |
The include_parsed flag
execute_graphql, introspect_type, introspect_mutation, introspect_query, and get_organization all accept an optional include_parsed: bool (default false).
- Default (
false): response is{ success, result }whereresultis the raw GraphQL JSON as a string. true: response includes bothresult(the raw JSON string) ANDdata(the parsed dict). Drill intodataprogrammatically; keepresultto forward verbatim.
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.
- 7d ago First seen · 243 lines · 61 tokens per session scan A 3c7099c6e7ef
pipefy-introspection is a skill published in the GitHub repository pipefy/ai-toolkit (45 stars, last pushed 2d ago), licensed Apache-2.0. It adds 61 tokens to every session and 2,985 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
graphql-docs
Use this skill whenever the user asks about GraphQL, query languages for APIs, schema design, types, resolvers, mutations, subscriptions, introspection, pagination, federation, or API best practices. Covers the full GraphQL specification including schemas and types, queries, mutations, subscriptions, validation…
fdcnal-usda-fooddata-central-agent
The FoodData Central API provides REST access to FoodData Central (FDC), assisting developers in incorporating nutrient data into their applications. It provides access to Standard Reference (SR) Legacy data, USDA Global Branded Foods Database, Foundation Foods, and FNDDS.
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.…
mcp2cli
Turn any MCP server, OpenAPI spec, or GraphQL endpoint into a CLI. Use this skill when the user wants to interact with an MCP server, OpenAPI/REST API, or GraphQL API via command line, discover available tools/endpoints, call API operations, or generate a new skill from an API. Triggers include "mcp2cli", "call this…
lap
LAP CLI -- compile, search, and manage API specs for AI agents. Use when working with API specifications (OpenAPI, GraphQL, AsyncAPI, Protobuf, Postman), compiling specs to LAP format, searching the LAP registry, generating skills from API specs, or publishing APIs. Commands: init, compile, search, get, skill…
lap
LAP CLI -- compile, search, and manage API specs for AI agents. Use when working with API specifications (OpenAPI, GraphQL, AsyncAPI, Protobuf, Postman), compiling specs to LAP format, searching the LAP registry, generating skills from API specs, or publishing APIs. Commands: init, compile, search, get, skill…