pipefy-ai-agents

pipefy-ai-agents is a skill for Claude Code, Codex from pipefy/ai-toolkit. It costs 84 tokens per session (7,022 once invoked), scanned A, original, Apache-2.0.

A skill for managing Pipefy AI agents: conversational agents attached to workflow pipes, with instructions, trigger events, behaviours, and actions.

In plain words
What is it for?
Use it to list or inspect Pipefy AI agents, create or replace their configurations, validate behaviours before changes, and control their active status.
Why use it?
It provides checks and defined operations for inspecting, creating, changing, activating, deactivating, and deleting these agents.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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

Good fit Use it to list or inspect Pipefy AI agents, create or replace their configurations, validate behaviours before changes, and control their active status.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/pipefy/ai-toolkit/pipefy-ai-agents/github.svg)](https://agentmods.dev/skills/pipefy/ai-toolkit/pipefy-ai-agents)
Your own site
<a href="https://agentmods.dev/skills/pipefy/ai-toolkit/pipefy-ai-agents"><img src="https://agentmods.dev/badge/skills/pipefy/ai-toolkit/pipefy-ai-agents/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pipefy-ai-agents

Your own site · 80×15
<a href="https://agentmods.dev/skills/pipefy/ai-toolkit/pipefy-ai-agents"><img src="https://agentmods.dev/badge/skills/pipefy/ai-toolkit/pipefy-ai-agents.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,022 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 209
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00084 $0.07022
Opus 5 $0.00042 $0.03511
Sonnet 5 $0.00017 $0.01404
Haiku 4.5 $0.00008 $0.00702

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

Security

Grade A, and why

pipefy-ai-agents 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 9d 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/ai-agents/pipefy-ai-agents/SKILL.md · 339 lines

How it starts

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

AI Agents

Conversational AI agents attached to pipes. Each agent has an agent-level instruction and 1–5 behaviors, each with its own trigger event, prompt, and actions. 7 MCP tools.

For traditional automations and AI automations (prompt-driven), see skills/automations/pipefy-automations/SKILL.md.


Tools

Tool (MCP) CLI Read-only Purpose
get_ai_agents pipefy agent list Yes List AI agents for a pipe (repo_uuid = pipe UUID, not numeric id).
get_ai_agent pipefy agent get Yes Full agent config including behaviors.
create_ai_agent pipefy agent create No Create a new conversational agent (active by default; active=false / --inactive to start disabled).
update_ai_agent pipefy agent update No Full-replace (not patch). Always send complete behaviors. Preserves disabled state.
delete_ai_agent pipefy agent delete No (Two-step destructive)1
toggle_ai_agent_status pipefy agent toggle No Explicit activate/deactivate (e.g. --inactive).
validate_ai_agent_behaviors pipefy agent validate-behaviors Yes Pre-flight check before create/update.

The read tools (get_ai_agents, get_ai_agent, validate_ai_agent_behaviors) and the write tools (create/update/delete/toggle) are all remote-safe: available under the hosted (profile=remote) surface. create_ai_knowledge_base_document, create_llm_provider, and update_llm_provider take a local file and are local profile only — withheld on the hosted server.

Execution logs live in skills/observability/ (get_ai_agent_logs, get_ai_agent_log_details).


Active lifecycle

  • Agents are active by default. Create-active clears the API default disabled shell via the configure update (omits disabledAt). Create-inactive (active=false / --inactive) sets disabled_at explicitly on create and the chained update.
  • Routine update_ai_agent / pipefy agent update preserves disabled state — it does not intentionally reactivate. Prefer passing disabled_at from a prior get_ai_agent (disabledAt) / pipefy agent update --disabled-at to skip the preserve re-read; when omitted, the SDK re-reads and re-sends.
  • Explicit activate/deactivate: toggle_ai_agent_status / pipefy agent toggle (--active / --inactive).
  • After create/update, confirm status from the response disabled_at / active fields when present. To re-read via get_ai_agent / pipefy agent get, use agent disabledAt (null means active) — get does not expose write-envelope disabled_at / active, and behaviors[].active is not agent enablement. Never assume inactive without that confirmation. An agent with no active behavior is disabled by the API regardless of the create/update enablement flags.

Footnotes

  1. MCP two-step: echo confirmation_token from the preview with confirm=true. CLI: --yes.

Read the full file on GitHub · 339 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. 9d ago First seen · 339 lines · 84 tokens per session scan A 071ed2b00d41

Subscribe to this mod's changes

pipefy-ai-agents is a skill published in the GitHub repository pipefy/ai-toolkit (45 stars, last pushed today), licensed Apache-2.0. It adds 84 tokens to every session and 7,022 once invoked, about $0.0004 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.