Agent Skills
› xuiltul/animaworks
› image-gen-tool
image-gen-tool
GitHub提供角色画像与3D模型生成能力,支持全身、半身、Q版及Pipeline批量处理。通过CLI调用NovelAI、Flux或Meshy等外部API,适用于插画创作、角色资产制作及3D建模场景。
Trigger Scenarios
需要生成角色立绘或半身像
需要将2D图片转换为3D模型
执行批量角色资产生成任务
Install
npx skills add xuiltul/animaworks --skill image-gen-tool -g -y
SKILL.md
Frontmatter
{
"name": "image-gen-tool",
"tags": [
"image",
"3d",
"generation",
"external"
],
"description": "画像・3Dモデル生成ツール。NovelAI・Flux・Meshyで立ち絵・バストアップ・ちび・3Dモデルを生成する。 Use when: イラスト生成、キャラクター画像作成、3Dモデル・Meshy出力、画像パイプライン実行が必要なとき。"
}
Image Gen ツール
キャラクター画像・3Dモデルを生成する外部ツール。
呼び出し方法
Bash: animaworks-tool image_gen <サブコマンド> [引数] で実行。長時間処理は animaworks-tool submit image_gen pipeline ... でバックグラウンド実行。
アクション一覧
character_assets — パイプライン一括生成
animaworks-tool image_gen pipeline "1girl, ..." --anima-dir $ANIMAWORKS_ANIMA_DIR
fullbody — 全身立ち絵
animaworks-tool image_gen fullbody "1girl, standing, ..."
bustup — バストアップ
animaworks-tool image_gen bustup reference.png
chibi — ちびキャラ
animaworks-tool image_gen chibi reference.png
3d_model — 3Dモデル生成
animaworks-tool image_gen 3d image.png
CLI使用法
animaworks-tool image_gen pipeline "1girl, ..." --anima-dir $ANIMAWORKS_ANIMA_DIR
animaworks-tool image_gen fullbody "1girl, standing, ..."
animaworks-tool image_gen bustup reference.png
animaworks-tool image_gen chibi reference.png
animaworks-tool image_gen 3d image.png
注意事項
- 長時間処理のため
animaworks-tool submit image_gen pipeline ...でバックグラウンド実行推奨 - NovelAI APIキーまたはfal.ai APIキーが必要
- 3D生成にはMeshy APIキーが必要
Version History
- 140e43b Current 2026-07-25 09:13


