pipefy-introspection

pipefy-introspection is a skill for Claude Code from pipefy/ai-toolkit. It costs 61 tokens per session (2,985 once invoked), scanned A, original, Apache-2.0.

A Pipefy GraphQL discovery and fallback skill. GraphQL is the query language Pipefy uses to access its data and actions.

In plain words
What is it for?
Use it to inspect types, queries, mutations, and schema entries, then run a GraphQL operation directly.
Why use it?
It helps when a ready-made tool is missing or fails by showing the API's available data shapes and operation parameters.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the pipefy plugin — 18 skills, 2 commands, 1 MCP server shipped together

Good fit Use it to inspect types, queries, mutations, and schema entries, then run…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pipefy/ai-toolkit/pipefy-introspection
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.

Any agent
npx skills add pipefy/ai-toolkit --skill pipefy-introspection
Clone the repo
git clone --depth 1 https://github.com/pipefy/ai-toolkit

Made for: Claude Code.

Or install pipefy, the plugin that ships this one along with the rest of its 18 skills, 2 commands, 1 MCP server.

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 pipefy-introspection

README.md
[![agentmods](https://agentmods.dev/badge/skills/pipefy/ai-toolkit/pipefy-introspection.svg)](https://agentmods.dev/skills/pipefy/ai-toolkit/pipefy-introspection)
Your own site
<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>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,985 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00061 $0.02985
Opus 5 $0.00030 $0.01492
Sonnet 5 $0.00012 $0.00597
Haiku 4.5 $0.00006 $0.00298

Measured 7d ago against content hash 3c7099c6e7ef, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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).
skills/introspection/pipefy-introspection/SKILL.md · 243 lines

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 } where result is the raw GraphQL JSON as a string.
  • true: response includes both result (the raw JSON string) AND data (the parsed dict). Drill into data programmatically; keep result to forward verbatim.

Read the full file on GitHub · 243 lines

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. 7d ago First seen · 243 lines · 61 tokens per session scan A 3c7099c6e7ef

Subscribe to this mod's changes

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.

Related

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…

pledgeandgrow/pledge-skills · 119 tokens

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.

aiagenta2z/onekey-gateway · 63 tokens

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.…

teng-lin/notebooklm-py · 79 tokens

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…

knowsuchagency/mcp2cli · 126 tokens

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-Platform/LAP · 89 tokens

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-Platform/LAP · 89 tokens