pipefy-observability

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

A Pipefy monitoring skill for viewing AI-agent and workflow-automation activity, usage, credits, and job history.

In plain words
What is it for?
Use it to review execution logs, inspect individual runs, check usage and AI-credit statistics, and export automation history.
Why use it?
It helps you investigate what an agent or automation did, how it ran, and how much organizational usage it consumed.

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-observability
Any agent
npx skills add pipefy/ai-toolkit --skill pipefy-observability
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-observability

README.md
[![agentmods](https://agentmods.dev/badge/skills/pipefy/ai-toolkit/pipefy-observability.svg)](https://agentmods.dev/skills/pipefy/ai-toolkit/pipefy-observability)
Your own site
<a href="https://agentmods.dev/skills/pipefy/ai-toolkit/pipefy-observability"><img src="https://agentmods.dev/badge/skills/pipefy/ai-toolkit/pipefy-observability.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,078 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.00044 $0.01078
Opus 5 $0.00022 $0.00539
Sonnet 5 $0.00009 $0.00216
Haiku 4.5 $0.00004 $0.00108

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

Security

Grade A, and why

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

skills/observability/pipefy-observability/SKILL.md · 104 lines

How it starts

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

Observability

Monitor AI agent and automation execution, usage stats, credit consumption, and export job history. 11 MCP tools.


Identifiers reference

Full cross-tool map: docs/mcp/tools/identifiers.md#observability.

Concept What tools expect How to obtain
Pipe for AI agent logs repo_uuid — the pipe UUID get_pipe with numeric pipe_id; use pipe.uuid.
Automation for logs automation_id — numeric get_automations pipe_id=...
Org for usage stats organization_uuid — UUID or numeric org id get_organization returns the uuid; a numeric id also works (resolved server-side). Execution-metrics / export take numeric organization_id.

Tools

Tool (MCP) CLI Read-only Purpose
get_ai_agent_logs pipefy agent logs list Yes Execution history for a specific AI agent.
get_ai_agent_log_details pipefy agent logs get Yes Single execution detail for an AI agent log entry.
get_automation_logs pipefy automation logs --automation Yes Execution history for an automation (by automation ID).
get_automation_logs_by_repo pipefy automation logs --repo Yes Automation logs filtered by pipe.
get_agents_usage pipefy usage agents Yes Org-level AI agent execution count and trends.
get_automations_usage pipefy usage automations Yes Org-level automation execution stats.
get_automation_execution_metrics pipefy usage execution-metrics Yes Per-automation execution metrics (totalRuns, success/failure rate, avg duration, lastRun) over a rolling window; partial success returns partial_errors for denied ids.
get_ai_credit_usage pipefy usage credits Yes AI credit consumption and remaining balance.
export_automation_jobs pipefy export automation-jobs Yes Trigger async export of automation job history.
get_automation_jobs_export pipefy automation export status Yes Poll export job status (after export_automation_jobs).
get_automation_jobs_export_csv pipefy export automation-jobs-csv Yes Download finished automation-jobs export as CSV text.

Read the full file on GitHub · 104 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. 5d ago First seen · 104 lines · 44 tokens per session scan A ae5136862e14

Subscribe to this mod's changes

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

greptimedb-development-docker-image

Builds a development-only GreptimeDB Docker image from a local debug binary for local-cluster testing, and optionally pushes it to a development registry. Use when the user asks to package, build, tag, publish, or cross-build a non-release GreptimeDB or GreptimeDB Enterprise image for debugging.

GreptimeTeam/greptimedb · 71 tokens

greptimedb-fuzz-ci-failure-investigation

Investigate a failed GreptimeDB fuzz CI target link by downloading GitHub Actions job logs plus fuzz artifacts such as kind logs, monitor dumps, and CSV dumps, then correlate the failure with local GreptimeDB source code. Use when the user provides a failed fuzz CI target/job URL or asks to diagnose GreptimeDB fuzz CI…

GreptimeTeam/greptimedb · 80 tokens

greptimedb-release-note

Generate a GreptimeDB release changelog with git cliff (correct range, subtract already-released patch PRs, rebuild contributors, add human-curated highlights), output to a file, and prepare the docs-repo blog PR. Use when asked to write/generate a GreptimeDB release note or changelog.

GreptimeTeam/greptimedb · 70 tokens

greptimedb-release

Runbook for publishing a new GreptimeDB version (tag + GitHub release + docs release-note PR) on the upstream GreptimeTeam/greptimedb repo. Use when asked to "release" / "publish" a GreptimeDB version (e.g. v1.1.0, v1.0.3).

GreptimeTeam/greptimedb · 75 tokens

opentelemetry-net-instrumentation

Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, logs, naming conventions, error handling, performance, SDK setup, resources, context propagation, and API design best practices.

Aaronontheweb/dotnet-skills · 56 tokens