Agentry
Agent-native analytics, error logging, and deploy attribution for AI coding agents.
Install
mkdir -p .claude/skills/agentry && curl -L -o skill.zip "https://mcp.directory/api/skills/download/9558" && unzip -o skill.zip -d .claude/skills/agentry && rm skill.zipInstalls to .claude/skills/agentry
About this skill
Agentry - agent-native analytics and logging
Agentry is agent-native analytics and logging for coding agents. It covers product analytics, error logging, and deploy attribution through one HTTP API so agents can answer what users did, what broke, and what changed.
Use this skill for Agentry install/setup, product analytics, logging, error monitoring, deploy tracking, production debugging, and day-to-day Agentry reads. Do not treat this file as an API reference; it is a compact entry point to the live docs.
What to fetch next
- Installing or setting up Agentry: fetch https://agentry.sh/install.md.
- Answering product, reliability, case, analytics, or deploy questions after setup: fetch https://agentry.sh/agentry.md.
- Discovering the API surface and 3 write / 3 read model: start at https://api.agentry.sh/.
- Checking exact request/response shapes: fetch
https://api.agentry.sh/v1/openapi.json; filter with
?flow=,?tag=,?path=&method=, or?index=true. - Installing or refreshing future-session adapters: fetch https://api.agentry.sh/adapters and write every adapter that matches the detected agent harness.
Use a custom User-Agent header for non-browser direct HTTP calls; default clients such as Python-urllib can be blocked. Browser fetch uses the browser's own User-Agent and cannot set this header manually.
Install workflow
When installing Agentry, fetch https://agentry.sh/install.md and follow that
flow. Start from the repo's important business question and funnel/business
logic flow. Let POST /v1/install/plan derive the events, properties, error
surfaces, and deploy proof from the actual codebase. Do not hand-write a
generic event catalog.
Before claiming success, save the signal map and implementation report, then verify that the approved telemetry is flowing.
Mental model
Agentry has three write paths and three read concepts.
Write app runtime data with AGENTRY_DSN:
POST /v1/logs/for errors, exceptions, and operational failures.POST /v1/analytics/for product, user, funnel, and business events.
Write deploy attribution with the same AGENTRY_DSN only from CI/provider
post-deploy automation after a successful release:
POST /v1/deploys/for release attribution.
Read with AGENTRY_API_KEY:
- Cases: what broke. Start with
GET /v1/projects/:project_id/cases, thenGET /v1/cases/:case_id. - Analytics: what users did. Start from the saved signal map, latest verify
report, answer contracts, event names, and property keys; then use query
blueprints for common reads or
POST /v1/projects/:project_id/analytics/queryfor custom HogQL. Table-like Agentry query reads return object-shapedrows; do not read PostHog-styleresultsfrom agent-facing endpoints. - Deploys: what changed. Use
GET /v1/projects/:project_id/deploys.
Query blueprints, event names, public queries, health, and next-steps are helpers around those three read concepts. Public-query URLs and dashboards are optional output surfaces, not proof that the underlying product question is answerable.
For day-to-day questions, read the saved signal map, latest verify report, answer contracts, event names, and property keys before choosing a query blueprint or custom HogQL. If the needed event/property is missing, say what is missing and wire or trigger that product flow instead of inventing a metric.
Auth
Read AGENTRY_API_KEY from env or ~/.agentry/credentials.json; read
project_id from AGENTRY_PROJECT_ID or committed .agentry/config.json.
With no API key, start the device flow with POST /v1/auth/device. Runtime ingest
uses AGENTRY_DSN.
Source of truth
Do not rely on this installed file for endpoint details. Fetch the live docs above; they are authoritative and can update independently of adapters.
Public distribution
- Website: https://agentry.sh/.
- Live skill: https://agentry.sh/skill/agentry/SKILL.md.
- Skill repository: https://github.com/fr33dr4g0n/agentry-skill.
- MCP package: https://www.npmjs.com/package/@agentrysh/mcp.
- MCP repository: https://github.com/fr33dr4g0n/agentry-public.
- Codex marketplace catalog: https://github.com/fr33dr4g0n/agentry-public/blob/main/.agents/plugins/marketplace.json.
- Claude marketplace catalog: https://github.com/fr33dr4g0n/agentry-public/blob/main/.claude-plugin/marketplace.json.
- Adapter manifest: https://api.agentry.sh/adapters.
Adapter coverage
The same skill and adapter manifest support Codex, Claude Code, Cursor, VS Code and Visual Studio with GitHub Copilot, GitHub Copilot coding agent, Devin Desktop/Windsurf Cascade, Cline, Roo Code, Continue, Zed, Gemini CLI, Aider, OpenCode, ChatGPT custom GPT Actions, generic MCP clients, and AGENTS.md-aware agents. The AGENTS.md adapter also covers compatible agents such as Jules, Factory, Amp, goose, Warp, JetBrains Junie, Augment Code, Kilo Code, Phoenix, Semgrep, Ona, and UiPath coded agents.
More by Community
View all skills by Community →You might also like
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
pdf-to-markdown
aliceisjustplaying
Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
Related MCP Servers
Browse all serversAgentry MCP and Claude plugin/skill for agent-native analytics, error logging, and deploy attribution.
Manage and monitor Apache Airflow clusters with full workflow, DAG, and task control, plus analytics and XCom access via REST API.
Convert APIs to MCP servers automatically using OpenAPI specs. No-code MCP server creation with OAuth2, analytics, and real-time logging.
Foundry Toolkit: Deploy, test, and analyze smart contracts on EVM networks and local Anvil with powerful blockchain dev tools.
Integrate with Google Drive and GCloud Storage via Google Cloud Platform for seamless access to Compute Engine, BigQuery, and more.
Logfire is a data observability platform for querying, analyzing, and monitoring OpenTelemetry traces, errors, and metrics with secure, automated access.