{
  "markdown": "<p align=\"center\">\n    <a href=\"https://kamy.dev\">\n      <img alt=\"Kamy\" src=\"https://kamy.dev/icon.png\" width=\"96\">\n    </a>\n  </p>\n\n  <h1 align=\"center\">Kamy Plugin</h1>\n\n  <p align=\"center\">\n    <a href=\"https://www.npmjs.com/package/@kamydev/sdk\"><img alt=\"SDK\" src=\"https://img.shields.io/npm/v/@kamydev/sdk?label=%40kamydev%2Fsdk&color=1863dc\"></a>\n    <a href=\"https://www.npmjs.com/package/@kamydev/cli\"><img alt=\"CLI\" src=\"https://img.shields.io/npm/v/@kamydev/cli?label=%40kamydev%2Fcli&color=1863dc\"></a>\n    <a href=\"https://kamy.dev\"><img alt=\"kamy.dev\" src=\"https://img.shields.io/badge/website-kamy.dev-1863dc.svg\"></a>\n    <img alt=\"MIT License\" src=\"https://img.shields.io/badge/license-MIT-blue.svg\">\n  </p>\n\n  > [Open Plugins](https://open-plugins.com) distribution for **Kamy** — install Kamy PDF generation\n  > in Cursor, Claude Code, and any other Open-Plugins-compatible AI coding agent.\n\n  This repository ships **only** the plugin manifest and the agent-facing assets\n  (skill, rules, sub-agent, MCP config). The Kamy API, dashboard, SDK source, and\n  template engine live in private infrastructure; this repo is the install\n  surface for AI agents.\n\n  ## What's in this plugin\n\n  | Path | Component | Purpose |\n  |---|---|---|\n  | [`.plugin/plugin.json`](.plugin/plugin.json) | Manifest | Name, version, metadata, declared components |\n  | [`skills/kamy/SKILL.md`](skills/kamy/SKILL.md) | Skill | Teaches the agent when and how to render PDFs |\n  | [`rules/kamy-sdk.mdc`](rules/kamy-sdk.mdc) | Rule | Coding conventions for `@kamydev/sdk` and the REST API |\n  | [`agents/pdf-template-author.md`](agents/pdf-template-author.md) | Sub-agent | Specialised template-design agent (Handlebars + print CSS) |\n  | [`.mcp.json`](.mcp.json) | MCP server | Hosted MCP at `mcp.kamy.dev` exposing render tools |\n\n  ## Install\n\n  Point your Open-Plugins-compatible agent at this repository and follow the\n  host's plugin-install flow:\n\n  ```\n  https://github.com/Kamy-Development/kamy-plugin\n  ```\n\n  The agent reads `.plugin/plugin.json` and loads the components automatically.\n\n  You will also need a Kamy API key. Grab one from\n  [kamy.dev/dashboard/keys](https://kamy.dev/dashboard/keys) and expose it as\n  `KAMY_API_KEY` in your environment so the MCP server picks it up.\n\n  ## Use Kamy without the plugin\n\n  If you don't use an Open-Plugins-compatible agent, install the SDK or CLI\n  directly:\n\n  ```bash\n  # SDK (Node, Bun, Deno, Workers, Edge, browser)\n  npm i @kamydev/sdk\n\n  # CLI (scripts, CI, previews)\n  npm i -g @kamydev/cli\n  ```\n\n  Full docs at [kamy.dev/docs](https://kamy.dev/docs).\n\n  ## Support\n\n  - Docs — [kamy.dev/docs](https://kamy.dev/docs)\n  - Status — [kamy.dev/status](https://kamy.dev/status)\n  - Changelog — [kamy.dev/changelog](https://kamy.dev/changelog)\n  - Email — [support@kamy.dev](mailto:support@kamy.dev)\n  - Security — [security@kamy.dev](mailto:security@kamy.dev)\n\n  ## License\n\n  MIT — see [LICENSE](./LICENSE).\n  ",
  "bytes": 2967,
  "sha": "ab920653da91e9b9f175f737c34a01f11923465b599deab2ff3a835708f442bc",
  "repo_slug": "kamy-development/kamy-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_dev_kamy_kamy_76bd9aa1/readme"
}