{
  "markdown": "# Chompute Skills\n\nInstallable AI-agent skills for practical workflows across ecommerce, image\nprocessing, operations, and more. The repository is structured for Claude Code,\nCodex, Cursor, and other tools that understand `SKILL.md` style agent skills.\n\n## Packages\n\n| Package | Type | Best listing URL | What it does |\n| --- | --- | --- | --- |\n| Image Background Remover | Standalone skill and plugin | `https://github.com/dragonfruit-ai/skills/tree/main/plugins/image-background-remover` | Removes an image background and saves a transparent PNG. |\n| License Plate Recognizer | Standalone skill and plugin | `https://github.com/dragonfruit-ai/skills/tree/main/plugins/license-plate-recognizer` | Reads license plates from authorized vehicle images and returns structured results. |\n| Shopify Skills | Plugin bundle | `https://github.com/dragonfruit-ai/skills/tree/main/plugins/shopify-skills` | Installs one Shopify operations bundle with 27 workflow skills plus a setup helper. |\n\nStandalone skill folders are also available at:\n\n- `https://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-bg-remover`\n- `https://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-lpr`\n\n## Repository layout\n\n```text\n.\n├── .agents/plugins/marketplace.json      # Codex marketplace\n├── .claude-plugin/marketplace.json       # Claude Code marketplace\n├── plugins/\n│   ├── image-background-remover/         # Plugin with one background-removal skill\n│   ├── license-plate-recognizer/         # Plugin with one LPR skill\n│   └── shopify-skills/                   # Plugin with 27 Shopify workflow skills\n├── skills/\n│   ├── chompute-bg-remover/              # Raw standalone skill\n│   └── chompute-lpr/                     # Raw standalone skill\n└── docs/\n    ├── marketplace-listings.md\n    └── testing.md\n```\n\n## Claude Code install\n\nFrom inside Claude Code:\n\n```text\n/plugin marketplace add dragonfruit-ai/skills\n/plugin install image-background-remover@chompute-skills\n/plugin install license-plate-recognizer@chompute-skills\n/plugin install shopify-skills@chompute-skills\n/reload-plugins\n```\n\nFrom a shell:\n\n```bash\nclaude plugin marketplace add dragonfruit-ai/skills\nclaude plugin install image-background-remover@chompute-skills\nclaude plugin install license-plate-recognizer@chompute-skills\nclaude plugin install shopify-skills@chompute-skills\n```\n\nClaude Code plugin skills are namespaced by plugin. Example prompts:\n\n```text\n/image-background-remover:chompute-bg-remover Remove the background from ./product.jpg.\n/license-plate-recognizer:chompute-lpr Read the license plate from this authorized vehicle image.\n/shopify-skills:chompute-shopify-setup Set up my Shopify store.\n```\n\n## Codex install\n\nCodex can read this repository as a plugin marketplace:\n\n```bash\ncodex plugin marketplace add dragonfruit-ai/skills --ref main\n```\n\nThen open Codex, run `/plugins`, select **Chompute Skills**, and install\nthe package you want.\n\nIf your local Codex CLI does not yet expose the `codex plugin` subcommands, use\nthe `/plugins` UI in a Codex build that supports plugins, or install the raw\nstandalone skills below for local testing.\n\nFor raw standalone skills in Codex, you can also install directly from the\nGitHub skill directory:\n\n```text\n$skill-installer install https://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-bg-remover\n$skill-installer install https://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-lpr\n```\n\n## Access Key setup\n\nThese skills require an Access Key. Sign up at `https://chompute.ai/skills` to get\nyour Access Key. The skills check for the key in this order:\n\n1. Claude plugin configured Access Key: `${user_config.chompute_api_key}`\n2. `CHOMPUTE_API_KEY`\n3. `CLAUDE_PLUGIN_OPTION_chompute_api_key`\n4. `CLAUDE_PLUGIN_OPTION_CHOMPUTE_API_KEY` as a legacy fallback\n5. `chompute_key.txt` in the legacy skill-specific location\n\nDo not commit Access Keys to this repository or any user project. For public\ninstall pages, show package information only and direct users to\n`https://chompute.ai/skills` to get their Access Key.\n\n## Safety notes\n\n- Use Image Background Remover only for background removal and transparent PNG generation.\n- Use License Plate Recognizer only on vehicle images the user is authorized to process.\n- Use Shopify Skills only with stores the user owns, manages, or is authorized to operate.\n- Shopify write-capable workflows should be preview-first and require user approval before applying changes.\n\n## Validation\n\nRun:\n\n```bash\npython3 scripts/validate_repo.py\n```\n\nThis validates JSON manifests, parses skill frontmatter, checks required package\nURLs, and confirms the Shopify bundle contains 27 workflow skills plus the setup\nhelper.\n",
  "bytes": 4712,
  "sha": "14644f1e56e917064c63d275a9d050101f333903d5adf9d9c79bc210f318f483",
  "repo_slug": "dragonfruit-ai/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_dragonfruit_ai_skills_license_plate_reco_e6f520d3/readme"
}