‹ 返回总目录
视频生成 最近更新08-06

video

| 2026-08-01 收录

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

🛍️ 更多精选好物 ›

📊 公开数据一览

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

📝 工具简介

面向Claude Code和AI agent的营销技能,涵盖CRO、文案、SEO、分析和增长工程。

📖 怎么用

这是Starchild团队维护的官方技能合集,通过npx安装。想装某个技能,比如hyperliquid,跑 `npx skills add Starchild-ai-agent/official-skills --skill hyperliquid`。如果你在Starchild代理对话里,可以直接用 `search_skills(query="hyperliquid")` 搜索并自动安装。技能目录结构很清晰,每个技能一个文件夹,核心文件是SKILL.md,里面用YAML格式写名字、版本和描述,后面跟具体的使用说明和API参考。

📋 迷你测评

面向Claude Code的营销技能包,覆盖CRO、文案、SEO这些活儿。亮点是“增长工程”这个说法,把技术手段和增长目标绑一起了。没提具体模板数量,适合营销团队直接装进agent里用。

📄 README 要点

这是 Starchild 团队维护的官方技能包,通过 npx skills 安装。每个技能放在独立目录里,核心文件是 SKILL.md,必须包含 YAML 格式的元数据,包括名称(小写字母数字加连字符)、版本号(语义化版本)和一句话描述。可选字段可以声明技能提供的工具列表。适合在 Starchild 智能体对话里直接安装使用,比如做 Hyperliquid DEX 永续合约交易这类特定任务,也适合想自己开发新技能的人参考他们的规范。

查看英文原文
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 公开数据,非人工实测,仅供参考