Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
dcc-mcp
Perfil de creador de GitHub

dcc-mcp

Vista por repositorio de 191 skills recopiladas en 11 repositorios de GitHub.

skills recopiladas
191
repositorios
11
actualizado
2026-07-20
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
dcc-mcp-core
37 skills · 2026-07-20
Desarrolladores de softwareOtras ocupaciones informáticasArtistas de efectos especiales y animadoresAdministradores de redes y sistemas informáticosDelineantes mecánicosDelineantes de arquitectura e ingeniería civil
6 categorías ocupacionales · 100% clasificado
19%participación
#02
dcc-mcp-blender
36 skills · 2026-07-19
Desarrolladores de softwareArquitectos (excepto paisajistas y navales)Delineantes, todos los demásArtistas de efectos especiales y animadores
4 categorías ocupacionales · 100% clasificado
19%participación
#03
dcc-mcp-houdini
33 skills · 2026-07-20
Desarrolladores de softwareArquitectos (excepto paisajistas y navales)
2 categorías ocupacionales · 100% clasificado
17%participación
#04
dcc-mcp-maya
31 skills · 2026-07-19
Ingenieros eléctricosDesarrolladores de softwareArtistas de efectos especiales y animadoresIngenieros mecánicosArquitectos (excepto paisajistas y navales)Ingenieros electrónicos (excepto computadoras)
6 categorías ocupacionales · 100% clasificado
16%participación
#05
dcc-mcp-3dsmax
22 skills · 2026-07-20
Arquitectos (excepto paisajistas y navales)Desarrolladores de softwareArtistas de efectos especiales y animadores
3 categorías ocupacionales · 100% clasificado
12%participación
#06
dcc-mcp-photoshop
10 skills · 2026-07-16
Artistas de efectos especiales y animadoresDiseñadores gráficos
2 categorías ocupacionales · 100% clasificado
5.2%participación
#07
dcc-mcp-unreal
7 skills · 2026-07-19
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100% clasificado
3.7%participación
#08
dcc-mcp-openusd
7 skills · 2026-07-14
Desarrolladores de software
1 categorías ocupacionales · 100% clasificado
3.7%participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

ui-control
Desarrolladores de software

Infrastructure skill - application UI observation and scoped action tools for DCC-adjacent workflows. Use ui_control__snapshot, ui_control__find, ui_control__act, ui_control__wait_for, and ui_control__stop_computer_use for DCC UI Control when a host UI state is not exposed through native DCC APIs. Use the separate, operator-granted ui_control__system_operation only for bounded Windows plug-in setup. Prefer DCC-native skills first, then use ui_control as a policy-controlled fallback.

2026-07-20
dcc-mcp-creator
Desarrolladores de software

Infrastructure skill - guide developers and agents through creating or modernizing a full DCC-MCP adapter for Nuke, Blender, 3ds Max, Unreal, ZBrush, Houdini, Maya, and custom studio tools. Use when building server, dispatcher, gateway, packaging, and runtime integration. Not for authoring individual SKILL.md tool packages - use dcc-mcp-skills-creator.

2026-07-20
dcc-mcp
Desarrolladores de software

Default DCC control skill — connect to and operate live Maya, Blender, Houdini, Photoshop, 3ds Max, Nuke, Unreal, Godot, RenderDoc, Substance 3D, and other DCC apps through structured DCC-MCP tools. Use this skill first whenever the user asks to operate or control something in a DCC app, even when they do not mention DCC-MCP. Interface-specific intent such as clicking a menu, dismissing a dialog, or controlling a window routes to DCC UI Control after structured tools are checked. OpenClaw and other shell agents use dcc-mcp-cli inventory/search/describe/call; MCP-native IDEs use the gateway MCP surface. Not for tasks unrelated to DCC software.

2026-07-20
dcc-mcp-skills-creator
Desarrolladores de software

Infrastructure skill - create, validate, scaffold, and review DCC-MCP skills for the dcc-mcp-core ecosystem. Use when authoring SKILL.md, tools.yaml, scripts, groups, prompts, or skill taxonomy. Not for creating a full DCC-MCP adapter repository - use dcc-mcp-creator.

2026-07-20
dcc-mcp-core
Desarrolladores de software

Foundation library for the DCC Model Context Protocol (MCP) ecosystem. Provides Rust-powered action management, skills system, IPC transport, MCP Streamable HTTP server (2025-03-26 spec, with 2025-06-18 and 2025-11-25 awareness), sandbox security, shared memory, screen capture, USD scene support, and telemetry for AI-assisted DCC workflows. Use when working with Maya, Blender, Houdini, 3ds Max, or any DCC MCP integration.

2026-07-20
asset-source
Desarrolladores de software

Gateway skill for cross-DCC asset import — search and resolve assets into a validated AssetDescriptor (local path + attribution). Demo source returns static catalog entries; production sources can add download or remote resolution without changing the contract.

2026-07-19
marketplace-create-extension
Otras ocupaciones informáticas

Infrastructure skill — scaffold a new marketplace extension package (SKILL.md + tools.yaml + scripts/) with MIT-0 licensing. Use when creating a publishable marketplace entry for any DCC host. Not for editing existing extensions or driving live DCC scenes — use domain skills for that.

2026-07-19
marketplace-publish-extension
Otras ocupaciones informáticas

Infrastructure skill — publish (register/update) an extension package to a marketplace catalog. Reads the extension's SKILL.md frontmatter, constructs a CatalogEntry, and upserts it into the target marketplace.json. Optionally commits and pushes when the catalog source is a git repository. Use after scaffolding an extension with marketplace-create-extension. Not for installing or searching extensions — use marketplace-install or marketplace-search for that.

2026-07-19
Mostrando las 8 principales de 37 skills recopiladas en este repositorio.
Mostrando las 8 principales de 36 skills recopiladas en este repositorio.
houdini-render
Desarrolladores de software

Pipeline skill — viewport capture/flipbook plus ROP render settings and render execution through typed, runtime-aware tools. Exports report written_files, elapsed time, and separate error/warning diagnostics without hanging the host. Pair with houdini-camera-light to set up cameras and lights first.

2026-07-20
houdini-scene
Desarrolladores de software

Scene skill — read-only inspection of the active Houdini hip file and node graphs. Use when you need frame range, hip path, object-level nodes, or node details. Not for creating geometry, sims, or exports — use authoring or interchange skills.

2026-07-19
houdini-parameters
Desarrolladores de software

Authoring skill — inspect and edit Houdini node parameters, parameter templates, spare parameters, and channel expressions through typed atomic tools. Use instead of arbitrary Python for reading/setting parms, adding spare parms, and managing expressions. For node connections use houdini-node-graph.

2026-07-19
houdini-pipeline
Desarrolladores de software

Pipeline skill — generic, adapter-owned project and shot/package automation: set/query the project root, tag and read portable asset metadata, validate a scene for missing files / bad output dirs / dirty state / cook errors, collect file dependencies into a manifest (no copying), and export a shot/package manifest (frame range, cameras, output nodes, caches, written files). No dependency on private production services.

2026-07-19
houdini-scene-edit
Desarrolladores de software

Scene-management skill — typed Houdini scene lifecycle (new/open/save with dirty-scene safeguards), selection (get/set/find), camera discovery, and bounding-box queries. Use these atomic tools instead of arbitrary Python for everyday scene navigation and file operations. Not for node authoring (use houdini-nodes) or geometry/transform edits (use houdini-object-ops).

2026-07-19
dcc-mcp-houdini-setup
Desarrolladores de software

Set up dcc-mcp-houdini for an agent or operator: install Houdini Python dependencies with hython, generate MCP host configuration, guide the user through the Houdini package / 123.py autostart load step, and run a first live-tool smoke prompt.

2026-07-19
houdini-animation
Desarrolladores de software

Pipeline skill — typed timeline, keyframe, channel, and cache-baking tools. Query/set time, FPS and ranges; set/get/delete/list keyframes; inspect channels and expressions; validate bounded transform-loop continuity; export/import channel JSON; bake channels and trigger bounded simulation/cache renders. The canonical timeline API.

2026-07-19
houdini-automation
Arquitectos (excepto paisajistas y navales)

Pipeline skill - run file-based Houdini Python automation, manage hip files, set timeline ranges, and build small node chains from structured specs. Use when orchestrating repeatable Houdini tasks. Not for inspecting a scene only.

2026-07-19
Mostrando las 8 principales de 33 skills recopiladas en este repositorio.
maya-mock-async
Desarrolladores de software

Synthetic async skill for gateway integration tests. Sleeps for N seconds and reports progress every 500 ms. No actual Maya installation required — uses MayaStandaloneDispatcher.

2026-07-19
dcc-mcp-maya-setup
Desarrolladores de software

Set up dcc-mcp-maya for an agent or operator: install Maya Python dependencies with mayapy, generate MCP host configuration, guide the user through loading the Maya plugin, and run a first live-tool smoke prompt.

2026-07-19
maya-asset-source
Desarrolladores de software

Pipeline stage — asset discovery and resolution. Search local asset libraries, resolve paths to structured AssetDescriptor records, and surface candidate assets for downstream import. Use before maya-import-to-scene to locate what to import.

2026-07-19
maya-import-to-scene
Ingenieros eléctricos

Pipeline stage — structured asset import. Consume an AssetDescriptor produced by maya-asset-source and import the asset (FBX, OBJ, USD) into the current Maya scene via cmds.file(). Handles axis/unit conversion, MaterialMode, PlacementHint, and optional target collection grouping. Returns an ImportToSceneResult with the new node list.

2026-07-19
maya-bifrost
Desarrolladores de software

Authoring stage - typed Bifrost procedural modeling and graph construction in Maya. Use to create graph shapes or boards, add Bifrost nodes, set input defaults, and connect ports. Not for ordinary Maya DG nodes (maya-node-graph), polygon edits (maya-mesh-ops), or arbitrary Python/MEL (maya-scripting).

2026-07-18
maya-materials
Ingenieros eléctricos

Authoring stage — create, assign, query, and manage Lambert / Blinn / surface shader networks. Use for ad-hoc material assignment. For reusable presets and library workflows use maya-material-library; for final rendering use maya-render.

2026-07-13
maya-primitives
Ingenieros eléctricos

Authoring stage — schema-validated quick path for creating polygon primitives and editing transforms. Use for predictable, agent-driven primitive creation; the parameters are validated by inputSchema and the results carry structured object names. For complex mesh editing use maya-mesh-ops, for materials use maya-materials, and for arbitrary modelling code drop into maya-scripting.

2026-07-13
maya-animation
Artistas de efectos especiales y animadores

Authoring stage — keyframes, timeline, animation curves, constraint baking, and curve I/O. Use whenever you create or edit time-based motion. Not for rigging setup (maya-rigging), pose library (maya-pose-library), or render output (maya-render).

2026-07-12
Mostrando las 8 principales de 31 skills recopiladas en este repositorio.
3dsmax-render
Arquitectos (excepto paisajistas y navales)

Domain skill - capture viewports, render scenes to image files, create preview playblasts, configure renderers (Arnold, V-Ray, Scanline), produce HDR/EXR output and multi-pass AOV renders, inspect render settings and statistics, and adjust common render output options in 3ds Max.

2026-07-20
3dsmax-asset-import
Arquitectos (excepto paisajistas y navales)

Domain skill - import 3D assets (FBX, OBJ, 3DS, USD) into the current 3ds Max scene via the AssetDescriptor or MAXtoA USD procedural contracts. Use when the user wants external geometry or a renderable USD stage in the scene.

2026-07-14
3dsmax-materials
Arquitectos (excepto paisajistas y navales)

Domain skill - inspect, create, edit, and assign 3ds Max materials and bitmap maps on the main thread. Use when authoring Standard, Physical, or PBR-friendly materials, assigning node materials, and reporting texture connections.

2026-07-13
3dsmax-animation
Artistas de efectos especiales y animadores

Domain skill - inspect timeline settings, query and edit transform keyframes, bake simple animation curves, exchange curve data, and control viewport playback in 3ds Max.

2026-07-13
3dsmax-scene
Arquitectos (excepto paisajistas y navales)

Domain skill - inspect and manage scene objects in the current Autodesk 3ds Max session. Use when the user asks about nodes, cameras, selection, visibility, parenting, grouping, pivots, transforms, scene metadata, or object cleanup.

2026-07-03
3dsmax-lookdev
Arquitectos (excepto paisajistas y navales)

Domain skill - configure HDR environment lighting, preview materials, and assign renderer-specific materials (Arnold, V-Ray, Scanline) in 3ds Max.

2026-06-24
3dsmax-asset-source
Arquitectos (excepto paisajistas y navales)

Domain skill — search and resolve assets into validated AssetDescriptor contracts for cross-DCC asset import pipelines. Returns static catalog entries; production sources can layer download helpers or remote resolution without changing the contract.

2026-06-21
3dsmax-import-to-scene
Desarrolladores de software

Agent-facing skill for importing asset descriptors into Autodesk 3ds Max. Use this skill when a contract payload from dcc_mcp_core.asset_import needs to be turned into scene nodes.

2026-06-20
Mostrando las 8 principales de 22 skills recopiladas en este repositorio.
Mostrando las 8 principales de 10 skills recopiladas en este repositorio.
unreal-build-package
Desarrolladores de software

Build installable DCC MCP Unreal plugin archives and package Unreal projects as Windows executables. Use for long-running compilation, cooking, staging, and packaging tasks. Do not use for Automation Test execution or asset export.

2026-07-19
unreal-official-mcp
Desarrolladores de software

Enable, discover, and call Unreal Engine 5.8+ built-in Unreal MCP tools through the DCC MCP gateway. Use when the user asks to set up, include, compare, inspect, or use Epic's official MCP or Toolset Registry capabilities. Not a replacement for DCC MCP on Unreal 4.18-5.7.

2026-07-19
unreal-fab-assets
Desarrolladores de software

Acquire free Fab marketplace content through Unreal Engine's official Fab integration, then verify the imported Content Browser assets. Use when the user asks to find, download, add, or import Fab or Unreal Marketplace assets. Not for arbitrary file imports - use unreal-assets instead.

2026-07-19
unreal-assets
Desarrolladores de software

Domain skill - Unreal Engine Content Browser asset management: list, import, export, inspect, and delete assets. Use for package and asset operations in the Unreal Editor. Not for actor placement or transforms - use unreal-actors for that.

2026-07-19
unreal-actors
Desarrolladores de software

Domain skill - Unreal Engine actor management: list, spawn, transform, and delete level actors. Use when inspecting or editing actors in the current Unreal Editor level. Not for Content Browser asset import/export - use unreal-assets for that.

2026-05-22
unreal-automation
Analistas de garantía de calidad de software y probadores

Domain skill - Unreal Engine native Automation Test and MCP health validation. Use to list UE Automation tests, queue native test runs, and run a safe self-check against the active MCP server.

2026-05-22
unreal-level
Desarrolladores de software

Domain skill - Unreal Engine level and world management: inspect level state, load and save maps, and read or edit world settings. Use for active Editor level operations. Not for individual actor transform edits - use unreal-actors for that.

2026-05-22
openusd-stage
Desarrolladores de software

Domain skill for authoring and inspecting OpenUSD stages. Create a stage, list prims, define Xform prims, set xform operations (translate/rotate/scale), modify stage metadata (upAxis, metersPerUnit, framesPerSecond), and add reference arcs to external assets. Create portable UsdGeom.Mesh polygon topology and UsdGeom.Points primitives for particles and point-based FX.

2026-07-14
openusd-light-camera
Desarrolladores de software

Domain skill for creating cameras and lights in an OpenUSD stage. Create UsdGeomCamera, DistantLight, SphereLight, HDR DomeLight, and set transforms or visibility on prims.

2026-07-14
openusd-material
Desarrolladores de software

Domain skill for USD material authoring. Create UsdShadeMaterial prims, attach PBR UsdPreviewSurface shaders, and bind materials to geometry prims.

2026-07-14
openusd-animation
Desarrolladores de software

Domain skill for animation time samples. Set stage time codes and author translate/rotate/scale samples on Xformable prims as well as arbitrary attribute time samples.

2026-07-14
openusd-composition
Desarrolladores de software

Domain skill for OpenUSD composition arcs. Add sublayers, payloads, variant sets, and variant selections to build multi-layer scenes.

2026-07-14
openusd-project
Desarrolladores de software

Domain skill for creating and maintaining self-contained OpenUSD project folders with scene.usda, assets, materials, lights, packages, and snapshots. Use before authoring a new OpenUSD stage or when resuming a portable project.

2026-07-14
openusd-validate
Desarrolladores de software

Infrastructure skill for validating OpenUSD stage invariants and packaging a stage into a USDZ-style archive. Use after authoring or before handoff.

2026-07-14
zbrush-import-to-scene
Arquitectos (excepto paisajistas y navales)

Pipeline skill — import OBJ or FBX asset files into ZBrush as subtools. Consumes the dcc-mcp-core asset_import contract (AssetDescriptor) and returns an ImportToSceneResult with the imported subtool names. Use when you need to bring geometry from disk into the active ZBrush scene.

2026-07-16
zbrush-interchange
Arquitectos (excepto paisajistas y navales)

Domain skill — export meshes from ZBrush to interchange formats. Use when you need OBJ export from the active subtool. Not for in-scene sculpt edits — use zbrush-subtool first to pick the correct subtool.

2026-07-16
zbrush-scene
Arquitectos (excepto paisajistas y navales)

Domain skill — read-only scene and tool introspection for ZBrush. Use when you need active tool path, subtool inventory, or selection index. Not for sculpting, export, or subtool mutation — use zbrush-subtool or zbrush-interchange.

2026-07-16
zbrush-scripting
Arquitectos (excepto paisajistas y navales)

Thin-harness skill — controlled Python execution and session diagnostics inside ZBrush 2026.1+. Use when no typed ZBrush skill covers the task or you need version/subtool counts. Not for routine scene edits — prefer zbrush-scene or domain skills first.

2026-07-16
zbrush-subtool
Desarrolladores de software

Domain skill — select, inspect, and apply bounded refinement to subtools on the active ZBrush tool. Use when you need to switch the active subtool, read visibility/lock flags, subdivide, polish, or inflate. Not for mesh export or arbitrary Python — use zbrush-interchange or zbrush-scripting.

2026-07-16
Mostrando 11 de 11 repositorios
Todos los repositorios cargados