tdmcp-raytk-integration

tdmcp-raytk-integration is a skill for Claude Code from lucasmaher-hash/touch-designer-mcp. It costs 213 tokens per session (2,245 once invoked), scanned A, a copy of tdmcp-raytk-integration, MIT.

An integration coordinator for adding RayTK, a TouchDesigner toolkit for creating raymarched 3D scenes from signed-distance fields, to tdmcp. It plans research, implementation, bridge work, testing, and release.

In plain words
What is it for?
Use it to map RayTK, plan and build native RayTK node-graph support, connect it to the bridge, add tests, and prepare the integration for release.
Why use it?
It organizes the work needed to expose RayTK's editable operator graphs without replacing tdmcp's existing GLSL tools.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents.

Good fit Use it to map RayTK, plan and build native RayTK node-graph support, connect it to the bridge, add tests, and prepare the integration for release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lucasmaher-hash/touch-designer-mcp/tdmcp-raytk-integration
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 lucasmaher-hash/touch-designer-mcp --skill tdmcp-raytk-integration
Clone the repo
git clone --depth 1 https://github.com/lucasmaher-hash/touch-designer-mcp

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 tdmcp-raytk-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/lucasmaher-hash/touch-designer-mcp/tdmcp-raytk-integration/github.svg)](https://agentmods.dev/skills/lucasmaher-hash/touch-designer-mcp/tdmcp-raytk-integration)
Your own site
<a href="https://agentmods.dev/skills/lucasmaher-hash/touch-designer-mcp/tdmcp-raytk-integration"><img src="https://agentmods.dev/badge/skills/lucasmaher-hash/touch-designer-mcp/tdmcp-raytk-integration/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 tdmcp-raytk-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/lucasmaher-hash/touch-designer-mcp/tdmcp-raytk-integration"><img src="https://agentmods.dev/badge/skills/lucasmaher-hash/touch-designer-mcp/tdmcp-raytk-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 213 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,245 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 100% copy Near-identical to another mod 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.00213 $0.02245
Opus 5 $0.00106 $0.01123
Sonnet 5 $0.00043 $0.00449
Haiku 4.5 $0.00021 $0.00225

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

Security

Grade A, and why

tdmcp-raytk-integration 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 8d ago.

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.

Origin

This is a copy

100% identical to tdmcp-raytk-integration — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/tdmcp-raytk-integration/SKILL.md · 153 lines

How it starts

The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.

tdmcp-raytk-integration — orchestrator

Coordinate the dedicated team that integrates the external RayTK toolkit into tdmcp as native operators. tdmcp already stages RayTK's .tox (the raytk manifest in src/packages/registry.ts, via manage_packages) and ships its own GLSL raymarching (createRaymarchScene/createSdfField/createSdfText). This harness builds the missing layer: driving RayTK's ~300 ROPs as an editable node graph (SDF primitives → combine → material → camera → render TOP) so the artist gets a RayTK-native network, not another opaque GLSL string. The GLSL tools stay complementary — never overwrite or shadow them.

Execution mode

Sub-agents, not TeamCreate (this repo's convention). Hybrid:

Phase Mode Reason
Map raytk-cartographer sub-agent external toolkit facts must be researched + cited before design
Plan raytk-integration-lead (or local lead) dependency-order the waves, set write scopes
Build parallel td-builder sub-agents (disjoint new files) one ROP tool + msw test each
Bridge tdmcp-bridge-engineer, sequential only if exec→REST is justified; bridge slices share files
Integrate/docs raytk-integration-lead single-writer registries, CLI, registry manifest, recipes, docs are shared
QA/fix td-qa fan-in offline gates + live TD PASS/UNVERIFIED accounting

Spawned agents use the inherited model unless the user asks otherwise.

Agent roster

Agent Role Skills Output
raytk-cartographer map RayTK release, TD version gate, ROP taxonomy, wiring mechanism web research _workspace/raytk-integration/01_map.md
raytk-integration-lead wave plan, briefs, single-writer integration, live validation this skill, td-feature-integrate _workspace/raytk-integration/00_plan.md + final report
td-architect Layer 1 scene spec (schema, topology, test plan) td-feature-design _workspace/raytk-integration/spec_*.md
td-builder one isolated ROP/scene tool file + msw test td-feature-build new files only
tdmcp-bridge-engineer REST endpoint + client + validator, only if needed tdmcp-bridge-endpoint bridge slice
td-qa gates, boundary QA, live TD validation td-feature-qa _workspace/raytk-integration/04_qa.md
td-releaser CHANGELOG/version/tag — only when user asks to ship td-feature-release release commit

Read the full file on GitHub · 153 lines

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. 8d ago First seen · 153 lines · 213 tokens per session scan A d46ef3b30704

Subscribe to this mod's changes

tdmcp-raytk-integration is a skill published in the GitHub repository lucasmaher-hash/touch-designer-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 213 tokens to every session and 2,245 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to tdmcp-raytk-integration, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

html-ppt-zhangzara-8-bit-orbit

A gamer's journey building a retro-arcade collection — the obsession, the hunt, and what the machines came to mean. Built as a decision-grade story deck for friends, hobby community.

nexu-io/open-design · 53 tokens

screenshot-game-view

Capture a screenshot of the Unity Editor's Game View by reading its internal render texture directly. Image size matches the current Game View resolution; the tool corrects Y-flip on DirectX / Metal so the output is always upright. Requires an open Game View window.

IvanMurzak/Unity-MCP · 58 tokens

threejs-audio-generator

Generate, convert, clean, and integrate audio for Three.js browser games with ElevenLabs: sound effects, looping ambience, UI sounds, impact/weapon/vehicle audio, creature and boss stingers, announcer and dialogue TTS, voice conversion from a scratch performance, voice cleanup, audio manifests, and Web Audio…

majidmanzarpour/threejs-game-skills · 71 tokens

sprite-gen

A pipeline for turning generated 2D game-character images into transparent sprite sheets, which store animation frames for a game.

aldegad/sprite-gen · 79 tokens

audio-design

Implement game audio practice — bus/mixer architecture and gain in decibels, ducking (sidechain), adaptive/dynamic music via layering and re-sequencing, SFX variation, and beat synchronization. Engine-neutral. Use when the user mentions audio mixing, audio buses, adaptive/dynamic music, ducking, SFX variation, music…

gamedev-skills/awesome-gamedev-agent-skills · 81 tokens

create-game-assets

Plan, generate, source, normalize, and validate cohesive visual game assets. Use for art direction, style bibles, sprites, tilesets, backgrounds, UI art, icons, textures, concept art, or 3D asset briefs.

gamedev-skills/awesome-gamedev-agent-skills · 52 tokens