{
  "markdown": "# Agentry Agent Skill\n\n<p>\n  <a href=\"https://agentry.sh\">\n    <img src=\"https://agentry.sh/brand/agentry-lockup-light.svg\" alt=\"Agentry\" width=\"248\">\n  </a>\n</p>\n\nAgentry is agent-native analytics and logging for coding agents. It covers\nproduct analytics, error logging, and deploy attribution through one HTTP API so\nagents can answer what users did, what broke, and what changed.\n\n## What Agentry Covers\n\n- Product analytics for user, funnel, activation, retention, and business\n  events.\n- Error logging for exceptions, failed jobs, operational failures, and case\n  context.\n- Deploy attribution that connects production behavior to releases and code\n  changes.\n- Day-to-day agent reads for cases, analytics, deploys, query blueprints, event\n  names, and saved signal maps.\n\n## What This Skill Does\n\nThis repository contains the standalone Agentry skill for AI coding agents.\n\nUse the skill when a user asks an agent to install, set up, or use Agentry; add\nanalytics, logging, error monitoring, deploy attribution, product telemetry, or\nproduction debugging; investigate a production error or case; or answer\nproduct/reliability questions from Agentry data.\n\nThe skill is intentionally compact. It is not an SDK, API proxy, or duplicate\ninstall guide. It points agents to the canonical Agentry docs:\n\n- Install: https://agentry.sh/install.md\n- Daily use: https://agentry.sh/agentry.md\n- API discovery: https://api.agentry.sh/\n- OpenAPI: https://api.agentry.sh/v1/openapi.json\n- Adapter install/update: https://api.agentry.sh/adapters\n\n## Supported Agent Surfaces\n\nAgentry is distributed as a skill, MCP handoff, OpenAPI Action schema, and\nrepo-local instruction adapters for:\n\n- Codex and Claude Code.\n- Cursor, VS Code with GitHub Copilot, Visual Studio with GitHub Copilot, and\n  GitHub Copilot coding agent.\n- Devin Desktop/Windsurf Cascade, Cline, Roo Code, Continue, Zed, Gemini CLI,\n  Aider, and OpenCode.\n- ChatGPT custom GPT Actions, generic MCP clients, and AGENTS.md-aware agents.\n- AGENTS.md-compatible agents such as Jules, Factory, Amp, goose, Warp,\n  JetBrains Junie, Augment Code, Kilo Code, Phoenix, Semgrep, Ona, and UiPath\n  coded agents.\n\nThe adapter manifest is the canonical place to discover the current native\nfile path for each client: https://api.agentry.sh/adapters.\n\n## Gemini CLI Extension\n\nThis repository is also shaped as a Gemini CLI extension. The root\n`gemini-extension.json` file gives Gemini's extension gallery concise discovery\nmetadata, and `skills/agentry/SKILL.md` exposes the same Agentry skill through\nGemini's extension skill loader.\n\n## Open Plugin Metadata\n\nThis repository also includes `.plugin/plugin.json` for catalogs that index\nthe Open Plugins format, including Cursor-style plugin directories. The manifest\npoints to the same `skills/agentry/SKILL.md` file and uses the public Agentry\nsite, logo, repository, license, and discovery keywords.\n\n## Related Public Surfaces\n\n- Website: https://agentry.sh/\n- Live skill: https://agentry.sh/skill/agentry/SKILL.md\n- Skill repository: https://github.com/fr33dr4g0n/agentry-skill\n- MCP package on npm: https://www.npmjs.com/package/@agentrysh/mcp\n- MCP repository: https://github.com/fr33dr4g0n/agentry-public\n- Codex marketplace catalog: https://github.com/fr33dr4g0n/agentry-public/blob/main/.agents/plugins/marketplace.json\n- Claude marketplace catalog: https://github.com/fr33dr4g0n/agentry-public/blob/main/.claude-plugin/marketplace.json\n- MCP registry name: `io.github.fr33dr4g0n/agentry-observability`\n\n## Files\n\n- `SKILL.md` - agent instructions and live doc pointers.\n- `gemini-extension.json` - Gemini CLI extension gallery metadata.\n- `.plugin/plugin.json` - Open Plugins discovery metadata.\n- `skills/agentry/SKILL.md` - Gemini CLI extension skill entry.\n- `LICENSE` - MIT license.\n\n## Direct Skill Install\n\nFor the Codex plugin UI, Agentry is distributed as a Git-backed marketplace\nsource. It will not appear in global Codex plugin search for unrelated accounts\nuntil they add the marketplace source, receive a workspace share, or OpenAI\ncurates it:\n\n```bash\ncodex plugin marketplace add fr33dr4g0n/agentry-public\ncodex plugin add agentry@agentry\n```\n\nThe direct skill install works without the plugin UI:\n\n```bash\nmkdir -p ~/.codex/skills/agentry\ncurl -fsSL -A 'AgentryAgent/1.0' \\\n  https://agentry.sh/skill/agentry/SKILL.md \\\n  > ~/.codex/skills/agentry/SKILL.md\n```\n\nAgents should still follow the canonical install flow at\nhttps://agentry.sh/install.md before modifying a project.\n",
  "bytes": 4502,
  "sha": "87d0176129dae70c258c2778b91f5ea919263ba2414aea36a8f77943f59f66c4",
  "repo_slug": "fr33dr4g0n/agentry-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_fr33dr4g0n_agentry_skill_a1e1ee20/readme"
}