🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 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`。目录里还可以放 `__init__.py`、`token.py`、`wallet.py` 这些辅助文件。装好后直接说“帮我试穿这件衣服”就能用。
📋 迷你测评
starchild官方虚拟试衣技能,处理穿搭效果图。亮点是直接集成在agent流程里,方便做穿搭推荐。省去单独跑模型的步骤。
📄 README 要点
这是 Starchild 团队维护的官方技能合集,主要用来给 Starchild 智能体添加各种能力。安装方式很简单,通过 npx skills 命令就能装,也可以在 Starchild 对话里直接调用。每个技能都放在独立的顶层目录里,唯一必需的文件是 SKILL.md,里面用 YAML 格式写元数据,必须包含名称、版本和描述这三个字段,名称要求小写字母加数字和连字符,版本要符合语义化版本规范,描述得是一句话能搜到的说明。适合想给 Starchild 扩展功能的开发者,照着 CONTRIBUTING.md 的指南也能自己开发新技能并发布。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除