skills

作者 dragonfruit-ai已验证

Installable AI-agent skills and plugins for practical workflows across ecommerce, image processing, operations, and more.

0
Stars
0
Forks
JavaScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/dragonfruit-ai/skills

快速入门

使用 skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

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

PackageTypeBest listing URLWhat it does
Image Background RemoverStandalone skill and pluginhttps://github.com/dragonfruit-ai/skills/tree/main/plugins/image-background-removerRemoves an image background and saves a transparent PNG.
License Plate RecognizerStandalone skill and pluginhttps://github.com/dragonfruit-ai/skills/tree/main/plugins/license-plate-recognizerReads license plates from authorized vehicle images and returns structured results.
Shopify SkillsPlugin bundlehttps://github.com/dragonfruit-ai/skills/tree/main/plugins/shopify-skillsInstalls 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.md

Claude 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-plugins

From 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-skills

Claude 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 main

Then 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-lpr

Access 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.py

This validates JSON manifests, parses skill frontmatter, checks required package URLs, and confirms the Shopify bundle contains 27 workflow skills plus the setup helper.

常见问题

What is skills?

skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by dragonfruit-ai. Installable AI-agent skills and plugins for practical workflows across ecommerce, image processing, operations, and more. It has 0 GitHub stars.

Is skills safe to use?

Yes. skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install skills?

Clone the repository with "git clone https://github.com/dragonfruit-ai/skills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is skills written in?

skills is primarily written in JavaScript. It is open-source under dragonfruit-ai on GitHub, so you can review or fork the full source.

Are there alternatives to skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skills against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情