🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 2.0K |
| ⭐ GitHub Stars | 21(fork 11) |
| 🗓️ 最近推送 | 2026-08-03 |
| 🌱 项目创建 | 2026-03-13 |
| 💻 语言 / License | JavaScript · 未标注 |
| 🐛 开放Issue | 6 |
📝 工具简介
starchild官方技能,用于AI图像生成创作。
📖 怎么用
安装用`npx skills add Starchild-ai-agent/official-skills --skill hyperliquid`,或者在Agent对话里用`search_skills(query="hyperliquid")`搜索并自动安装。每个技能目录里必须有`SKILL.md`文件,格式要带YAML frontmatter,包含`name`、`version`、`description`三个必填字段。装完直接调用对应技能就行,比如hyperliquid或birdeye,它们各自有`token.py`、`wallet.py`等工具模块。
📋 迷你测评
starchild官方技能,主打AI图像生成创作。亮点是官方出品,基础能力靠谱。但简介太简短,没说支持什么风格或格式,功能边界得自己摸索。
📄 README 要点
这是 Starchild 团队官方维护的技能库,通过 npx skills 命令就能安装。每个技能都放在独立目录里,核心文件是 SKILL.md,里面用 YAML 格式写明了技能名称、版本号和一句话描述,还可以声明这个技能提供哪些工具函数。如果你想自己开发新技能,仓库里的 CONTRIBUTING.md 有完整指南,包括目录结构、函数设计规范和发布清单。适合需要给 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)
交流使用体验、避坑建议;违规内容将被删除