designer-session

designer-session is a skill for Claude Code from dcc-mcp/dcc-mcp-substance3d-designer. It costs 52 tokens per session (558 once invoked), scanned A, original, MIT.

A skill for inspecting and authoring the active Substance 3D Designer graph, where nodes are connected to build textures and materials.

In plain words
What is it for?
Use it to build or modify Designer graphs, expose parameters, add outputs, save packages, export SBSAR files, and export texture maps.
Why use it?
It provides bounded operations for creating nodes, connections, parameters, outputs, packages, and resources, then checks that the resulting graph is correct.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to build or modify Designer graphs, expose parameters, add outputs, save packages, export SBSAR files, and export texture maps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dcc-mcp/dcc-mcp-substance3d-designer/designer-session
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add dcc-mcp/dcc-mcp-substance3d-designer --skill designer-session
Clone the repo
git clone --depth 1 https://github.com/dcc-mcp/dcc-mcp-substance3d-designer

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for designer-session

README.md
[![agentmods](https://agentmods.dev/badge/skills/dcc-mcp/dcc-mcp-substance3d-designer/designer-session/github.svg)](https://agentmods.dev/skills/dcc-mcp/dcc-mcp-substance3d-designer/designer-session)
Your own site
<a href="https://agentmods.dev/skills/dcc-mcp/dcc-mcp-substance3d-designer/designer-session"><img src="https://agentmods.dev/badge/skills/dcc-mcp/dcc-mcp-substance3d-designer/designer-session/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for designer-session

Your own site · 80×15
<a href="https://agentmods.dev/skills/dcc-mcp/dcc-mcp-substance3d-designer/designer-session"><img src="https://agentmods.dev/badge/skills/dcc-mcp/dcc-mcp-substance3d-designer/designer-session.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 558 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.00558
Opus 5 $0.00026 $0.00279
Sonnet 5 $0.00010 $0.00112
Haiku 4.5 $0.00005 $0.00056

Measured 10d ago against content hash ec42d5019278, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

designer-session scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 23 executable files (scripts/add_output.py, scripts/close_package.py, scripts/connect_nodes.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/dcc_mcp_substance3d_designer/skills/designer-session/SKILL.md · 50 lines

What it actually says

Designer Session

Read the active Designer session and graph before mutating it. The public tools create only bounded built-in sbs:: node types, address explicit node and property identifiers, and accept an allowlisted set of scalar and vector value types. They do not expose an eval, script, shell, or generic action surface.

Use export_graph_state after each authoring sequence to verify node count, type URLs, positions, parameters, topology, and output usages. A typical graph sequence is create_graphcreate_nodeconnect_nodesset_parameter/expose_parameteradd_output/set_output_usagesave_package_asexport_graph_state.

Package tools use Designer's package manager. Bitmap and SVG imports validate the declared resource kind and use linked resources unless embed=true is explicitly requested. export_sbsar uses Designer's official SBSAR exporter and verifies that the requested artifact exists. export_maps invokes only the official sbsrender executable discovered by the host environment and always requires explicit format, bit depth, and color-space settings; it fails closed when that executable is unavailable.

Parameter exposure is capability-gated. If the running Designer build does not provide the supported binding API, the tool returns EXPOSE_API_UNAVAILABLE instead of creating an unbound graph property. Host API calls remain on the Designer main thread through the adapter's Core execution bridge.

The higher-level procedural and imported-PBR tools remain available for common material recipes. Use the granular tools when the graph topology or package lifecycle must be controlled and verified step by step.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 50 lines · 52 tokens per session scan A ec42d5019278

Subscribe to this mod's changes

designer-session is a skill published in the GitHub repository dcc-mcp/dcc-mcp-substance3d-designer (0 stars, last pushed 16d ago), licensed MIT. It adds 52 tokens to every session and 558 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.