🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 2.2K |
| ⭐ GitHub Stars | 21(fork 11) |
| 🗓️ 最近推送 | 2026-08-03 |
| 🌱 项目创建 | 2026-03-13 |
| 💻 语言 / License | JavaScript · 未标注 |
| 🐛 开放Issue | 6 |
📖 怎么用
用 `npx skills add Starchild-ai-agent/official-skills --skill hyperliquid` 安装指定技能(把 `hyperliquid` 换成你要的技能名)。也可以在 Starchild Agent 对话里直接调用 `search_skills(query="hyperliquid")` 搜索并自动安装。每个技能目录里必须有 `SKILL.md` 文件,包含 YAML frontmatter(`name`、`version`、`description` 三个必填字段)。装好后在对话里直接说需求,技能会自动触发。
📋 迷你测评
starchild官方技能。官方出品,稳定性有保障。具体编辑能力和操作方式需参考官方文档,这里信息有限。
📄 README 要点
这是Starchild团队官方维护的技能集合,通过npx skills命令安装。每个技能都放在独立的顶层目录里,唯一必需的文件是SKILL.md,里面用YAML frontmatter定义技能名称、版本和描述等元数据。技能名称必须是小写字母、数字和连字符的组合,版本号遵循Semver规范,描述要一句话说清用途。可选字段可以列出该技能提供的工具列表。这套规范让技能开发标准化,方便团队协作和发布。适合想要为Starchild智能体开发自定义技能、或者需要统一管理多个技能的开发者使用。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除