Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Hyper3d Rodin Api

ASecurity

Use when working with the Hyper3D Rodin API — credits system, model versions, download formats, MetaHuman export, credit optimization. Triggers on "hyper3d rodin api", "rodin api credits", "rodin model versions", "rodin download formats", "rodin credit optimization", "hyper3d rodin api key".

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentspythongogitapi

Works with

cursorcliapi

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add majinmagros/magros.ai-skills --skill hyper3d-rodin-api --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Hyper3d Rodin Api?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Hyper3d Rodin Api
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/majinmagros-hyper3d-rodin-api/badge)](https://www.skillsdirectory.com/skills/majinmagros-hyper3d-rodin-api)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: hyper3d-rodin-api
description: Use when working with the Hyper3D Rodin API — credits system, model versions, download formats, MetaHuman export, credit optimization. Triggers on "hyper3d rodin api", "rodin api credits", "rodin model versions", "rodin download formats", "rodin credit optimization", "hyper3d rodin api key".
metadata:
  origin: AUTORAL
  source_docs:
    - https://www.youtube.com/watch?v=J2LkNI2MzKM (Joy Dev Studio video)
    - https://www.hyper3d.ai/rodin
    - https://www.hyper3d.ai/chatavatar
    - https://github.com/hyper3d-ai/rodin
  platforms: [claude-code, opencode, cursor, codex, gemini-cli, hermes, openclaw]
  requires_adapters: [hooks, commands]
---

# Hyper3D Rodin API — Credits, Models & Export

API/credits system, model versions, download formats, MetaHuman/Studio export, credit optimization. Código em `scripts/`.

## Quando usar (gatilhos concretos)

- "hyper3d rodin api" / "hyper3d rodin api key"
- "rodin api credits" / "rodin credit optimization"
- "rodin model versions" / "rodin download formats"

## Quando NÃO usar

- ChatAvatar pipeline → use `hyper3d-rodin-pipeline`
- MetaHuman Identity → use `metahuman-identity-pipeline`
- MetaHuman to Unreal → use `metahuman-to-unreal-pipeline`
- Full pipeline → use `hyper3d-rodin-pipeline`

## Módulos (resumo — código em `scripts/`)

- **`rodin_api.py`**: `RodinAPI` — saldo (`total/used/remaining/reset/plan`), custo por job, `estimate_cost` pré-execução (chatavatar 10-15, rodin 20-30, exports 5)
- **`model_versions.py`**: ChatAvatar (dreamface_v1/v2, cartoon, hero) + Rodin (v1/v2) — descrição, release, best_for, params, custo por geração
- **`download_formats.py`**: fbx/glb (rig+blendshapes+anim+MetaHuman+LOD) · usdz (Apple/AR, sem anim) · usd · obj (sem rig) — todos até 4K
- **`credit_optimizer.py`**: estratégias prototyping (10cr) / production (40cr) / hero (45cr) + `batch_optimize` (agrupa, reusa seeds) + `track_usage`
- **`credit_dashboard.py`**: saldo, breakdown por operação, projeção de esgotamento (uso/dia), alertas CRITICAL <10% / WARNING <25%
- **`free_tier.py`**: limites (10/dia, 100/mês, 1024px, 1 LOD, watermark) + clamp automático (resolução, steps, modelo barato) + `can_afford`
- **`cost_calculator.py`**: custo = base(operação) × qualidade (draft 0.5 → hero 2.0) × resolução (4K ×1.5, 2K ×1.2) × steps (>40 ×1.3) + `estimate_batch`

```python
from scripts.cost_calculator import CostCalculator
from scripts.free_tier import FreeTierOptimizer
cost = CostCalculator.calculate_job_cost({"operation": "rodin_generate", "quality": "high", "texture_resolution": 2048, "steps": 40})
if FreeTierOptimizer.can_afford(api, cost):
    ...  # executa
```

## Checklist de Entrega

- [ ] `rodin_api.py` (auth + créditos)
- [ ] `model_versions.py` + `download_formats.py`
- [ ] `credit_optimizer.py` + `credit_dashboard.py`
- [ ] `free_tier.py` + `cost_calculator.py`
- [ ] Testes de integração

## Adapters (Por Plataforma)

```
adapters/
├── opencode/ (hooks, commands, README)
├── cursor/ (hooks, README)
├── codex/ (hooks, README)
└── ...

Attribution

majinmagrosmajinmagros
View sourceMore from majinmagros →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →