🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 1.9K |
| ⭐ 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`,或者在对话里用`search_skills(query="hyperliquid")`自动搜索安装。每个技能目录必须有`SKILL.md`,YAML frontmatter要写`name`、`version`、`description`三个字段。装完直接用,比如hyperliquid技能下有`token.py`、`wallet.py`等工具文件,按需调用就行。README未说明具体配置步骤。
📋 迷你测评
starchild官方技能,专攻电商场景的图像处理与生成。亮点是场景垂直,应该懂商品图、白底图这些需求。可惜没提具体支持哪些电商功能,比如抠图还是换背景。
📄 README 要点
这个和上一个 image-create 是同一个 Starchild 官方技能库,安装方式一样,用 npx skills 就能装。技能结构也相同,每个技能一个目录,SKILL.md 是必须的,里面用 YAML 写名称、版本和描述。这个库主要面向电商场景,技能里会提供跟电商相关的工具函数。适合做电商平台自动化,比如让 AI 帮你处理商品图片、生成营销素材这类活儿。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除