skills/3d-cog/SKILL.md
Other tools need perfect images. CellCog turns ideas into 3D models. From rough sketches, text descriptions, or product photos — production-ready GLB files for games, AR/VR, e-commerce, and 3D printing.
npx skillsauth add genesis-plan/hongchen-lingjing 3d-cogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Other tools need perfect images. CellCog turns ideas into 3D models.
Most 3D generation tools need a single, perfectly composed reference image. CellCog takes anything — a text description, a rough sketch, a product photo, even a spreadsheet of 50 items — and handles the entire pipeline: reasoning about what you need, generating optimized reference images, and converting them into production-ready GLB files.
This skill requires the cellcog skill for SDK setup and API calls.
clawhub install cellcog
Read the cellcog skill first for SDK setup. This skill shows you what's possible.
Quick pattern (v1.0+):
# Fire-and-forget - returns immediately
result = client.create_chat(
prompt="[your 3D generation request]",
notify_session_key="agent:main:main",
task_label="3d-gen",
chat_mode="agent"
)
# Daemon notifies you when complete - do NOT poll
The power of CellCog isn't image-to-3D — everyone does that. The power is any-to-any.
| What You Send | What CellCog Does | What You Get | |--------------|-------------------|--------------| | Text description | Reasons about the object → generates optimized reference image → converts to 3D | Production-ready GLB | | Rough sketch | Enhances into a clean, detailed reference → converts to 3D | Production-ready GLB | | Product photo | Assesses quality, enhances if needed → converts to 3D | Production-ready GLB | | High-quality concept art | Converts directly to 3D | Production-ready GLB | | List of 10 items | Generates 10 reference images → converts all to 3D | 10 GLB files |
Need 10 low-poly weapons for your RPG? 20 furniture models for your room designer? 50 product models for your e-commerce catalog?
One prompt. Multiple 3D models. CellCog's agents generate each reference image with the right composition, angle, and detail level — then convert each to a textured 3D model.
prompt = """
Create 3D models (GLB format) for these 5 fantasy weapons:
1. Enchanted longsword with blue crystal blade
2. Dwarven war hammer with rune inscriptions
3. Elven bow with living vine decorations
4. Shadow dagger with smoke effects on the blade
5. Holy mace with golden sunburst head
Low poly (~10,000 polygons each), game-ready, with PBR materials.
"""
All 3D models are delivered as GLB files (binary glTF) — the universal web standard for 3D:
<model-viewer> or Three.js| Scenario | Recommended Mode |
|----------|------------------|
| Single 3D object from a clear description or image | "agent" |
| Batch generation (5-20 objects from a list) | "agent" |
| Complex game asset pipeline with style consistency | "agent team" |
Use "agent" for most 3D work. It handles everything from single objects to batch generation.
Use "agent team" when you need cross-asset consistency — like generating a full set of fantasy weapons that all share the same art style, or building a complete room of furniture that matches a design language.
Single object from description:
"Create a 3D model of a steampunk pocket watch with exposed brass gears, an etched glass face, and a chain attachment. GLB format, high detail."
From a reference image:
"Convert this product photo into a 3D model for our online store:
<SHOW_FILE>/photos/sneaker_product.png</SHOW_FILE>Output as GLB, enable PBR materials for realistic rendering."
Batch generation:
"Generate 3D models for these 8 pieces of modern furniture:
- Minimalist sofa (3-seater, light gray)
- Round coffee table (walnut wood, glass top)
- Floor lamp (arc style, brass finish)
- Bookshelf (5 tiers, oak wood)
- Dining chair (Scandinavian, white)
- Side table (concrete, cylindrical)
- Desk (standing desk, white with birch legs)
- TV console (low profile, dark walnut)
All low-poly (~15,000 polygons), with PBR materials. GLB format."
From a rough sketch:
"Here's my rough sketch of a robot character:
<SHOW_FILE>/sketches/robot_concept.jpg</SHOW_FILE>Turn this into a polished 3D model. It's a friendly service robot — round body, simple limbs, LED face display. Style: Overwatch/Pixar clean 3D. Output as GLB."
Game asset set:
"I'm building a dungeon crawler. Create 3D models for these dungeon props:
- Wooden treasure chest (open and closed variants)
- Iron torch holder with flame
- Stone altar with carved runes
- Wooden barrel (intact and broken)
- Skull pile
Style: Dark fantasy, hand-painted textures. Low poly for mobile game (~8,000 polygons each)."
Be specific about materials: "brushed aluminum", "aged leather", "polished marble" — CellCog uses these to generate better reference images and textures.
Specify your target platform: "low-poly for mobile game" vs "high-detail for cinematic render" changes the approach completely.
Send reference images when possible: Even imperfect references give CellCog a head start over pure text descriptions.
For batch jobs, describe style once: "All in a cohesive hand-painted fantasy style" keeps your assets consistent.
Request PBR materials for realism: If you need metallic, roughness, and normal maps — say so. Essential for game engines and realistic rendering.
testing
Generate viral Xiaohongshu (Little Red Book) copy with proven templates. Use when user asks for: (1) Xiaohongshu post copy, (2) Social media viral content, (3) Chinese social media marketing copy, (4) 爆款文案, (5) 小红书文案, (6) 种草文案
content-media
小红书视频发布。使用浏览器自动化在网页版小红书创作者服务平台发布视频笔记。当用户说"发布视频到小红书"、"发小红书视频"时使用此技能。
development
小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINI_API_KEY 或 IMG_API_KEY 或 HUNYUAN_SECRET_ID+KEY)。
business
Auto-generate structured weekly business reports covering KPIs, accomplishments, blockers, and plans. Save hours of reporting time every week.