Overview
- Skill Key
- directivecreator/sideload-avatar-generator
- Author
- directivecreator
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/directivecreator/sideload-avatar-generator
- Latest Commit SHA
- 34c02283fb1f39b18e9ece464611f4c78aae9ecd
Generate 3D avatars (VRM/GLB/MML) from text prompts or images via Sideload.gg. Pay-per-use with any x402 wallet (USDC on Base).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 sideload-avatar-generator 技能。 若已安装,则直接安装 sideload-avatar-generator 技能。
# Sideload Avatar Generator
Generate 3D avatars from text prompts or reference images using [Sideload.gg](https://sideload.gg). Pay-per-use via the [x402 protocol](https://x402.org) — $2 USDC per generation on Base.
**Works with any x402 wallet.** Bring your own wallet and private key — no proprietary wallet required.
## What You Get
Each generation produces four formats:
| Format | File | Use Case |
|--------|------|----------|
| **GLB** | `.glb` | Universal 3D — Three.js, Unity, Unreal, web viewers |
| **VRM** | `.vrm` | Avatar standard — VRChat, VTubing, social apps |
| **MML** | URL | Metaverse Markup Language — for [MML-compatible](https://mml.io) worlds |
| **PNG** | `.png` | Processed reference image used for generation |
## 🎭 Rendering Avatars with @pixiv/three-vrm
The VRM output is designed to work with [@pixiv/three-vrm](https://github.com/pixiv/three-vrm) — the standard Three.js library for loading, displaying, and animating VRM avatars. If you're already building with Three.js, generated avatars plug right in with full skeleton support:
```javascript
import * as THREE from 'three';
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';
import { VRMLoaderPlugin } from '@pixiv/three-vrm';
const loader = new GLTFLoader();
loader.register((parser) => new VRMLoaderPlugin(parser));
loader.load('https://aiml.sideload.gg/models/avt-xxx.vrm', (gltf) => {
const vrm = gltf.userData.vrm;
scene.add(vrm.scene);
// Animate bone transforms, look-at, etc.
});
```
This makes it easy to generate an avatar with Sideload and immediately use it in any Three.js scene — games, social apps, virtual worlds, VTubing, and more.
For more on building interactive 3D experiences in the metaverse, see [awesome-mml](https://github.com/DirectiveCreator/awesome-mml) — a curated list of MML (Metaverse Markup Language) resources.
## Prerequisites
- **Node.js 18+**
- **An x402 payment token** — sign a payment with your own wallet/signer and pass it via `--x4...
# 🎭 Sideload Avatar Generator Generate 3D avatars from text prompts or reference images using [Sideload.gg](https://sideload.gg). **$2 per avatar. Pay-per-use. No API key. No subscription.** Payment is handled via the [x402 protocol](https://x402.org) — an open standard by Coinbase for HTTP-native payments using USDC on Base. Works with any x402-compatible wallet. ## Output Formats Every generation produces: - **GLB** — Universal 3D model (Three.js, Unity, Unreal, web) - **VRM** — Avatar standard (VRChat, VTubing, [@pixiv/three-vrm](https://github.com/pixiv/three-vrm)) - **MML** — [Metaverse Markup Language](https://mml.io) document for virtual worlds - **PNG** — Processed reference image ## Quick Start ```bash # 1. Clone and install git clone https://github.com/DirectiveCreator/sideload-avatar-generator.git cd sideload-avatar-generator npm install # 2. Check the cost node scripts/generate.js --probe # 3. Sign an x402 payment with your wallet, then generate! node scripts/generate.js --prompt "A cyberpunk samurai with glowing red armor" --x402-token <token> ``` ## Usage ### From text ```bash node scripts/generate.js --prompt "An anime sorceress with silver hair and a golden staff" --x402-token <token> ``` ### From image ```bash node scripts/generate.js --image https://example.com/character.png --x402-token <token> node scripts/generate.js --image ./my-photo.jpg --x402-token <token> ``` ### Check cost ```bash node scripts/generate.js --probe ``` ### Check a job ```bash node scripts/status.js avt-a1b2c3d4 ``` ### Options | Flag | Description | |------|-------------| | `--prompt "text"` | Text description of the avatar | | `--image <url-or-path>` | Reference image (URL or local file) | | `--output <name>` | Custom filename for downloads | | `--no-download` | Skip downloading result files | | `--x402-token <token>` | x402 payment token (required for generation) | | `--probe` | Check cost without generating | ## Rendering with Three.js Generated VRM ava...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.