AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Mujoco

skill-coolbeevip-mujoco-skills-mujoco · by coolbeevip

Unified workflow for MuJoCo modeling and runtime control. Use when the user mentions MuJoCo, MJCF, scene.xml, robot or robot arm scene setup, opening a viewer, actuator control, minimal control experiments, gripper open/close, or model structure inspection. After triggering, route first to MuJoCo Scene Builder or MuJoCo Robot Control through progressive disclosure.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-coolbeevip-mujoco-skills-mujoco

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-coolbeevip-mujoco-skills-mujoco)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mujoco? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MuJoCo

This skill covers two MuJoCo task families. Do not load both detailed contexts at once.

First classify the user's task, then load only the relevant reference:

  • MuJoCo Scene Builder: Create or modify MJCF / XML, build scenes, place robots/tables/objects, fix body / joint / geom / site / contact / inertial structure, compile/debug models, and open scenes for visual inspection.

Read [references/scene-builder.md](references/scene-builder.md).

  • MuJoCo Robot Control: Inspect model structure, start a viewer, execute actuator control, run minimal control experiments, open/close grippers, and distinguish model problems from control-chain problems.

Read [references/robot-control.md](references/robot-control.md).

If a task includes both parts, use this fixed order:

  1. Run Scene Builder first, and make the model or scene compile and open cleanly.
  2. Run Robot Control second, start the viewer service, and send control commands.

Shared Rules

  • Do not invent MuJoCo tags, attribute names, or default behaviors. If syntax is uncertain, use official docs and existing models in the current workspace as the source of truth.
  • Do not guess user intent for scene creation or model edits. If the scene goal, robot choice, task semantics, object layout, physical constraints, output path, or validation expectation is unclear, ask a concise clarification question before creating or changing files.
  • The default output directory is ~/Documents/mujoco. If the user does not provide an absolute path, prefer saving, searching, or resolving models there.
  • When the user asks to "list all scenes", read only from ~/Documents/mujoco by default, and return only first-level directory names as scene names. Do not recursively expand files.
  • When the user only says "open MuJoCo" or "open a scene.xml", infer intent first:
  • If the goal is to check whether a scene opens normally, use Scene Builder.
  • If the follow-up involves robot operation, also load Robot Control.
  • When reporting results, always state the final model path, the command or script entry point you actually used, and any risk that remains unverified.

Official References

  • MuJoCo modeling: https://mujoco.readthedocs.io/en/stable/modeling.html
  • MuJoCo python: https://mujoco.readthedocs.io/en/stable/python.html
  • MuJoCo api: https://mujoco.readthedocs.io/en/stable/APIreference/index.html

Scripts And Resources

  • Viewer service entry point: scripts/mujoco_viewer.py
  • Control and query entry point: scripts/mujoco_cli.py
  • Scene physical sanity checker: scripts/mujoco_scene_check.py
  • Grasp-chain verifier: scripts/mujoco_grasp_check.py
  • Offscreen multi-view renderer: scripts/mujoco_render_views.py
  • Environment and path helpers: scripts/env_bootstrap.py, scripts/path_utils.py
  • Do not preload the entire scripts/ directory. Open a script only when you need to execute or modify it.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.