🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 1.7K |
| ⭐ GitHub Stars | 21(fork 11) |
| 🗓️ 最近推送 | 2026-08-03 |
| 🌱 项目创建 | 2026-03-13 |
| 💻 语言 / License | JavaScript · 未标注 |
| 🐛 开放Issue | 6 |
📝 工具简介
starchild官方技能,用于图片背景移除处理。
📖 怎么用
安装用 `npx skills add Starchild-ai-agent/official-skills --skill hyperliquid`,把 `hyperliquid` 换成你要的技能名。或者在 Starchild agent 对话里直接调 `search_skills(query="hyperliquid")`,它会自动搜索并安装。技能结构很简单,每个技能一个目录,核心文件是 `SKILL.md`,里面用 YAML 写 `name`、`version`、`description` 三个必填字段。装好后在对话里直接说“去掉这张图的背景”就能用。
📋 迷你测评
starchild官方的抠图技能,专做背景移除。亮点是单任务聚焦,调用简单直接。适合批量处理,省去手动抠图时间。
📄 README 要点
这个工具是Starchild团队维护的官方技能之一,通过npx skills命令安装。它遵循标准的SKILL.md格式,每个技能放在独立的顶层目录里,SKILL.md是唯一必需的文件,里面用YAML frontmatter定义技能名称、版本号和一句话描述。可选字段包括技能提供的工具列表等。安装方式有两种,要么用命令行npx skills,要么在Starchild agent对话中直接触发安装。这个技能主要用于图像背景移除,适合需要批量处理图片、去除背景的电商、设计或内容创作场景,尤其是已经在用Starchild agent工作流的用户,可以无缝集成。
查看英文原文
Starchild Official Skills Official skills maintained by the Starchild team. Installed via npx skills . Building a new skill? See CONTRIBUTING.md for the full guide — directory structure, SKILL.md frontmatter, exports.py patterns, function design best practices, logo specs, and a publishing checklist. Install a Skill [安装/使用命令见下方] Or within a Starchild agent conversation: [安装/使用命令见下方] Repository Structure [安装/使用命令见下方] Each skill lives in its own top level directory. The only required file is SKILL.md . SKILL.md Format Every SKILL.md must have YAML frontmatter with three required fields: [安装/使用命令见下方] Required Fields Field Rules Example name Lowercase, alphanumeric + hyphens hyperliquid version Semver 1.0.0 description One line summary for search Trade perpetual futures on Hyperliquid DEX Optional Fields Field Purpose Example tools List of tool names this skill provides [hl account, hl order] metadata Starchild specific metadata (emoji, skillKey) starchild: { emoji: "📊" } user invocable Whether users can invoke this skill directly true tags Search tags [trading, defi] Multi File Skills Skills can include additional files (Python scripts, templates, configs). Place them alongside SKILL.md in the same directory: [安装/使用命令见下方] npx skills add copies the entire directory recursively. Development Workflow The quick steps below cover the basics. For the full guide — including exports.py patterns, function design principles (one function per intent, read+execute pairing), logo sourcing, and a publishing checklist — see CONTRIBUTING.md . Add a New Skill 1. Create a directory: [安装/使用命令见下方] 2. Write SKILL.md with the required frontmatter (name, version, description). 3. Push to main : [安装/使用命令见下方] 4. GitHub Actions automatically validates the frontmatter and updates skills.json . Update an Existing Skill 1. Edit the skill files. 2. Bump the version in the frontmatter: [安装/使用命令见下方] 3. Push. CI updates skills.json automatically. Users who already installed the skill will get the new
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除