🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 1.5K |
| ⭐ GitHub Stars | 22(fork 11) |
| 🗓️ 最近推送 | 2026-08-06 |
| 🌱 项目创建 | 2026-03-13 |
| 💻 语言 / License | JavaScript · 未标注 |
| 🐛 开放Issue | 6 |
📝 工具简介
starchild官方技能,用于视频内容分析。
📖 怎么用
装 skill 用 `npx skills add Starchild-ai-agent/official-skills --skill hyperliquid`,把 hyperliquid 换成你要的 skill 名。也可以在 Starchild 对话里直接 `search_skills(query="hyperliquid")`,它会自动搜索并安装。每个 skill 目录下必须有 SKILL.md 文件,格式要带 YAML frontmatter,包含 name、version、description 三个必填字段。装完就能在对话里调用对应功能了,比如查链上数据用 hyperliquid,查代币信息用 birdeye。
📋 迷你测评
starchild官方技能,专注视频内容分析。亮点是官方出品,稳定性有保障。功能边界清晰,就是做分析这一件事。
📄 README 要点
这是Starchild团队官方维护的技能包,通过npx skills命令安装,也可以在Starchild对话里直接装。每个技能都在独立目录里,唯一必需的文件是SKILL.md,这个文件必须有YAML格式的frontmatter,包含三个必填字段:name要小写字母数字加连字符,version用语义化版本号,description写一句话摘要方便搜索。可选字段包括tools,列出这个技能提供的工具名。想自己开发新技能的话,有完整的贡献指南可以参考。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除