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

image-3d

| 2026-08-01 收录

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

🛍️ 更多精选好物 ›

📊 公开数据一览

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

📝 工具简介

starchild官方技能,用于3D图像生成与处理。

📖 怎么用

安装用`npx skills add Starchild-ai-agent/official-skills --skill hyperliquid`,或在Agent对话里执行`search_skills(query="hyperliquid")`自动搜索安装。技能目录结构要求每个技能有`SKILL.md`文件,YAML frontmatter必须包含`name`、`version`、`description`。装完直接调用,比如birdeye技能下有`token.py`、`wallet.py`、`tools/`等模块,按需使用。README未说明额外配置。

📋 迷你测评

starchild官方技能,专注3D图像生成与处理。亮点是方向明确,适合做3D素材。但没说明是生成3D模型还是渲染2D图,上手前建议先看文档。

📄 README 要点

同样是 Starchild 官方技能库里的一个,安装和结构跟前面两个完全一致,npx skills 安装,SKILL.md 定义技能。这个技能专门处理 3D 图像相关任务,会提供对应的工具函数。适合需要 AI 生成或处理 3D 模型、渲染图的场景,比如游戏开发、产品展示这些。

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