‹ 返回总目录
图像生成 最近更新08-03

image-portrait

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量2.1K
⭐ GitHub Stars21(fork 11)
🗓️ 最近推送2026-08-03
🌱 项目创建2026-03-13
💻 语言 / LicenseJavaScript · 未标注
🐛 开放Issue6

📝 工具简介

starchild官方技能。

📖 怎么用

安装方式和 image-edit 一样:`npx skills add Starchild-ai-agent/official-skills --skill hyperliquid`(替换技能名),或在对话里用 `search_skills(query="hyperliquid")` 搜索安装。技能目录结构要求每个技能有独立的 `SKILL.md`,YAML frontmatter 必须包含 `name`、`version`、`description`。装好后直接说需求,比如"生成一张人像",技能会自动处理。

📋 迷你测评

starchild官方出品的图像生成技能,专注人像方向。亮点是官方背书,稳定性和风格统一性有保障。具体能调哪些参数、出图分辨率,简介里没提,得自己上手试。

📄 README 要点

这是Starchild官方技能集合的一部分,跟image-edit属于同一套体系。安装方式同样是npx skills命令,也可以在Starchild智能体对话中直接调用。每个技能独立存放在顶层目录,核心文件是SKILL.md,包含YAML frontmatter,必须填写name、version、description三个字段。name要求小写字母、数字和连字符,version用Semver版本号,description用一句话概括用途。可选字段可以补充工具列表。这套结构清晰规范,适合需要为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)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考