{
  "markdown": "# CodeQR Plugin\n\nOfficial [CodeQR](https://codeqr.io) plugin for Claude Code and AI agents. Create short links, generate QR codes, track analytics, and manage domains directly from your AI workflow.\n\n## Installation\n\n### Claude Code\n\n```bash\nclaude plugin install codeqr\n```\n\nOr install from the repository directly:\n\n```bash\nclaude plugin install --from https://github.com/codeqr-io/codeqr-plugin\n```\n\n### Manual Setup\n\n1. Clone this repository\n2. Set your API key: `export CODEQR_API_KEY=your_key_here`\n3. Load the plugin: `claude --plugin-dir ./codeqr-plugin`\n\n## Setup\n\nYou need a CodeQR API key. Get one at [app.codeqr.io/settings/tokens](https://app.codeqr.io/settings/tokens).\n\nSet it as an environment variable:\n\n```bash\nexport CODEQR_API_KEY=your_api_key_here\n```\n\n## Usage\n\n### Slash Command\n\n```\n/codeqr shorten https://example.com/my-long-url\n/codeqr create qr code for https://example.com\n/codeqr show analytics for last 7 days\n```\n\n### Natural Language (via Skills)\n\nThe plugin's skills are automatically triggered by context. Just ask Claude naturally:\n\n- \"Shorten this URL: https://example.com/very-long-path\"\n- \"Create a QR code for my website\"\n- \"How many clicks did my links get this week?\"\n- \"List all my short links\"\n- \"Add a custom domain link.mysite.com\"\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| `create-link` | Create shortened links with custom slugs, domains, tags, and expiration |\n| `create-qrcode` | Generate QR codes with custom colors and sizes |\n| `analytics` | Query click analytics by country, device, browser, referrer, and more |\n| `manage-links` | List, update, delete, and search existing links |\n| `manage-domains` | Add, configure, and manage custom domains |\n| `manage-tags` | Create and organize tags for link categorization |\n| `track-conversions` | Track leads and sales attributed to your links |\n\n## MCP Server\n\nThis plugin bundles the [`@codeqr/ts-mcp`](https://www.npmjs.com/package/@codeqr/ts-mcp) server, which provides two MCP tools:\n\n- **`execute`** — Run TypeScript code against the CodeQR API with a pre-authenticated client\n- **`search_docs`** — Search SDK documentation for methods, parameters, and examples\n\n## Cross-Platform Compatibility\n\nThe skills in this plugin follow the [Agent Skills](https://agentskills.io) open standard and are compatible with:\n\n- **Claude Code** — Full plugin support with MCP server\n- **VS Code Copilot** — Via Agent Skills\n- **OpenAI Codex** — Via Agent Skills\n- **Cursor** — Via Agent Skills\n\n## API Resources\n\nThe CodeQR API provides:\n\n- **Links** — Create, update, list, delete, and bulk create short links\n- **QR Codes** — Create, update, list, delete, and bulk create QR codes\n- **Analytics** — Click analytics with grouping by country, device, browser, OS, referrer\n- **Events** — Event log for your workspace\n- **Domains** — Custom domain management\n- **Tags** — Link organization with tags\n- **Track** — Lead and sale conversion tracking\n- **Projects** — Workspace project management\n\n## Development\n\n```bash\n# Test the plugin locally\nclaude --plugin-dir ./codeqr-plugin\n\n# Reload after changes\n/reload-plugins\n```\n\n## License\n\nMIT - [CodeQR](https://codeqr.io)\n",
  "bytes": 3179,
  "sha": "eea61ad7bc856f471236e5af4968c1f225e236ae14f798b0f84fb52444c5cf35",
  "repo_slug": "codeqr-io/codeqr-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_codeqr_io_codeqr_plugin_codeqr_12fad0a3/readme"
}