pipefy-reports

pipefy-reports is a skill for Claude Code, Codex from pipefy/ai-toolkit. It costs 46 tokens per session (1,246 once invoked), scanned A, original, Apache-2.0.

A Pipefy skill for working with pipe reports and organisation reports. Pipefy is a service for managing business workflows, and reports summarise or filter information from those workflows.

In plain words
What is it for?
Use it to list or read reports, inspect available columns and filters, create or update reports, delete them, or export report data.
Why use it?
It handles report discovery, changes, deletion, and exports, including exports that finish later instead of immediately. This removes the need to manage that multi-step process yourself.

Skill for Claude CodeCodex

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

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.

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

Made for: Claude Code, Codex.

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-reports

README.md
[![agentmods](https://agentmods.dev/badge/skills/pipefy/ai-toolkit/pipefy-reports.svg)](https://agentmods.dev/skills/pipefy/ai-toolkit/pipefy-reports)
Your own site
<a href="https://agentmods.dev/skills/pipefy/ai-toolkit/pipefy-reports"><img src="https://agentmods.dev/badge/skills/pipefy/ai-toolkit/pipefy-reports.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,246 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00046 $0.01246
Opus 5 $0.00023 $0.00623
Sonnet 5 $0.00009 $0.00249
Haiku 4.5 $0.00005 $0.00125

Measured 4d ago against content hash 9e97ab1cd2a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pipefy-reports 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.

skills/reports/pipefy-reports/SKILL.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Reports

Pipe reports and organization reports: discovery, CRUD, and async exports. 17 MCP tools.


Cross-cutting patterns

  • Build ReportCardsFilter using get_pipe_report_columns and get_pipe_report_filterable_fields; use introspect_type for uncommon inputs.
  • get_pipe_reports omits cardCount in the query (Pipefy can error when resolving it).
  • debug=true on writes like other mutation tools.

Pipe report tools

Tool (MCP) CLI Read-only Purpose
get_pipe_reports pipefy report-pipe list Yes List all reports for a pipe.
get_pipe_report pipefy report-pipe get Yes Single report data.
get_pipe_report_columns pipefy report-pipe columns Yes Discover available columns for a report filter.
get_pipe_report_filterable_fields pipefy report-pipe filterable-fields Yes Discover filterable fields for a report.
create_pipe_report pipefy report-pipe create No Create a new pipe report.
update_pipe_report pipefy report-pipe update No Update report name or filters.
delete_pipe_report pipefy report-pipe delete No Two-step destructive.[^mcp-confirm]
export_pipe_report pipefy report-pipe export No Trigger async export.

Organization report tools

Tool (MCP) CLI Read-only Purpose
get_organization_reports pipefy report-org list Yes List all org-level reports.
get_organization_report pipefy report-org get Yes Single org report data.
create_organization_report pipefy report-org create No Create an org-wide report.
update_organization_report pipefy report-org update No Update report config.
delete_organization_report pipefy report-org delete No Two-step destructive.[^mcp-confirm]
export_organization_report pipefy report-org export No Trigger async export.

Read the full file on GitHub · 113 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. 4d ago First seen · 113 lines · 46 tokens per session scan A 9e97ab1cd2a3

Subscribe to this mod's changes

pipefy-reports is a skill published in the GitHub repository pipefy/ai-toolkit (45 stars, last pushed today), licensed Apache-2.0. It adds 46 tokens to every session and 1,246 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.

Related

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

teng-lin/notebooklm-py · 79 tokens

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…

agentfront/frontmcp · 196 tokens

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…

agentfront/frontmcp · 210 tokens

wjx-survey-ppt

将问卷星问卷的回收数据自动生成为可演示的 PPT 报告。Use when the user mentions: 问卷报告/问卷PPT/问卷分析报告/调查报告/满意度报告/NPS报告/把问卷做成PPT/导出PPT/生成幻灯片 — or asks to convert a survey result into a slide deck. 与 wjx-cli-use 配合:先用 wjx-cli 拉取问卷结构与答卷数据,再调 ppt-master-survey 渲染引擎生成 .pptx 文件,全程不需要用户手动导出数据。.

wjxcom/wjx-ai-kit · 140 tokens

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.

wjxcom/wjx-ai-kit · 108 tokens

wjx-mcp-use

Guide for using wjx-mcp-server MCP tools to interact with the Wenjuanxing (问卷星) platform. Use when the user mentions: 问卷, 调查, 收集, 表单, 投票, 考试, 测评, 满意度, NPS, 问卷星, wjx, survey, questionnaire — or wants to create surveys, query responses, analyze data, manage contacts, or generate SSO links via MCP protocol. Tool…

wjxcom/wjx-ai-kit · 118 tokens