skills
Installable AI-agent skills and plugins for practical workflows across ecommerce, image processing, operations, and more.
Documentation
Chompute Skills
Installable AI-agent skills for practical workflows across ecommerce, image
processing, operations, and more. The repository is structured for Claude Code,
Codex, Cursor, and other tools that understand `SKILL.md` style agent skills.
Packages
| Package | Type | Best listing URL | What it does |
|---|---|---|---|
| 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. |
| 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. |
| 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. |
Standalone skill folders are also available at:
- `https://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-bg-remover`
- `https://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-lpr`
Repository layout
.
├── .agents/plugins/marketplace.json # Codex marketplace
├── .claude-plugin/marketplace.json # Claude Code marketplace
├── plugins/
│ ├── image-background-remover/ # Plugin with one background-removal skill
│ ├── license-plate-recognizer/ # Plugin with one LPR skill
│ └── shopify-skills/ # Plugin with 27 Shopify workflow skills
├── skills/
│ ├── chompute-bg-remover/ # Raw standalone skill
│ └── chompute-lpr/ # Raw standalone skill
└── docs/
├── marketplace-listings.md
└── testing.mdClaude Code install
From inside Claude Code:
/plugin marketplace add dragonfruit-ai/skills
/plugin install image-background-remover@chompute-skills
/plugin install license-plate-recognizer@chompute-skills
/plugin install shopify-skills@chompute-skills
/reload-pluginsFrom a shell:
claude plugin marketplace add dragonfruit-ai/skills
claude plugin install image-background-remover@chompute-skills
claude plugin install license-plate-recognizer@chompute-skills
claude plugin install shopify-skills@chompute-skillsClaude Code plugin skills are namespaced by plugin. Example prompts:
/image-background-remover:chompute-bg-remover Remove the background from ./product.jpg.
/license-plate-recognizer:chompute-lpr Read the license plate from this authorized vehicle image.
/shopify-skills:chompute-shopify-setup Set up my Shopify store.Codex install
Codex can read this repository as a plugin marketplace:
codex plugin marketplace add dragonfruit-ai/skills --ref mainThen open Codex, run `/plugins`, select Chompute Skills, and install
the package you want.
If your local Codex CLI does not yet expose the `codex plugin` subcommands, use
the `/plugins` UI in a Codex build that supports plugins, or install the raw
standalone skills below for local testing.
For raw standalone skills in Codex, you can also install directly from the
GitHub skill directory:
$skill-installer install https://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-bg-remover
$skill-installer install https://github.com/dragonfruit-ai/skills/tree/main/skills/chompute-lprAccess Key setup
These skills require an Access Key. Sign up at `https://chompute.ai/skills` to get
your Access Key. The skills check for the key in this order:
1. Claude plugin configured Access Key: `${user_config.chompute_api_key}`
2. `CHOMPUTE_API_KEY`
3. `CLAUDE_PLUGIN_OPTION_chompute_api_key`
4. `CLAUDE_PLUGIN_OPTION_CHOMPUTE_API_KEY` as a legacy fallback
5. `chompute_key.txt` in the legacy skill-specific location
Do not commit Access Keys to this repository or any user project. For public
install pages, show package information only and direct users to
`https://chompute.ai/skills` to get their Access Key.
Safety notes
- Use Image Background Remover only for background removal and transparent PNG generation.
- Use License Plate Recognizer only on vehicle images the user is authorized to process.
- Use Shopify Skills only with stores the user owns, manages, or is authorized to operate.
- Shopify write-capable workflows should be preview-first and require user approval before applying changes.
Validation
Run:
python3 scripts/validate_repo.pyThis validates JSON manifests, parses skill frontmatter, checks required package
URLs, and confirms the Shopify bundle contains 27 workflow skills plus the setup
helper.
Frequently asked questions
What is skills?
skills is Installable AI-agent skills and plugins for practical workflows across ecommerce, image processing, operations, and more.
How do I install skills?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is skills open source?
Yes — it is hosted on GitHub at https://github.com/dragonfruit-ai/skills and has 1 stars.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP