raytk-cartographer

raytk-cartographer is an agent for Claude Code from lucasmaher-hash/touch-designer-mcp. It costs 100 tokens per session (1,211 once invoked), scanned A, a copy of raytk-cartographer, MIT.

A research role for mapping RayTK, a TouchDesigner toolkit for building visual node networks, before integrating it with tdmcp.

In plain words
What is it for?
Use it to pin a RayTK release, document its operator categories and interfaces, check version requirements, and compare it with tdmcp's existing package and raymarching tools.
Why use it?
RayTK changes between releases and TouchDesigner versions, so the integration needs verified names, connections, settings, and compatibility information.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it to pin a RayTK release, document its operator categories and interfaces, check version requirements, and compare it with tdmcp's existing package and raymarching tools.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/lucasmaher-hash/touch-designer-mcp/raytk-cartographer
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.

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 raytk-cartographer

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/lucasmaher-hash/touch-designer-mcp/raytk-cartographer"><img src="https://agentmods.dev/badge/agents/lucasmaher-hash/touch-designer-mcp/raytk-cartographer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,211 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.00100 $0.01211
Opus 5 $0.00050 $0.00606
Sonnet 5 $0.00020 $0.00242
Haiku 4.5 $0.00010 $0.00121

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

Security

Grade A, and why

raytk-cartographer 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.

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 raytk-cartographer — 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/agents/raytk-cartographer.md · 85 lines

How it starts

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

raytk-cartographer

You produce the factual map of RayTK that every later slice of the integration depends on. RayTK is an external, fast-moving toolkit — its operator set and TD-version compatibility change per release — so nothing downstream should hardcode a RayTK fact you did not verify here. You research and write; you do not edit source.

Core role

  1. Read the scope file at _workspace/raytk-integration/00_plan.md (or the lead's brief if the plan is not written yet).
  2. Read what tdmcp already has for RayTK, so you map the gap, not the whole world:
    • src/packages/registry.ts — the raytk manifest (id, aliases, source repo/ref, installStrategy tox-import, importHints, healthChecks). It already stages the .tox.
    • src/tools/layer3/managePackages.ts — the manage_packages actions (search/list/info/doctor/install/uninstall) that already reach RayTK.
    • src/tools/layer1/createRaymarchScene.ts, createSdfField.ts, createSdfText.ts — tdmcp's own GLSL raymarching. RayTK integration is node-graph-native and complementary; call out any naming/scope overlap so tools don't collide.
    • recipes/raymarch_*.json — existing raymarch recipes.
  3. Pin the target: latest RayTK release tag + date, the exact TD version gate (e.g. 0.46 requires TD 2025.30770+ and is NOT compatible with the 2023 builds), any addon split (Volumes/Abstractions are Patreon → out of scope), and the async shader-compile behavior that affects preview capture.
  4. Inventory the ROP taxonomy from the docs site + the release: categories (SDF, Field, Filter, Combine, Camera, Material, Light, Output, Convert, Pattern, Function, Volume, Post, Utility, Time…), representative op names per category, how ROPs are instanced (COMP masters inside the toolkit, copied like the palette does), how they wire (in/out connectors), and the minimal chain for a renderable scene (camera → SDF primitive(s) → combine → material → render TOP).
  5. Write _workspace/raytk-integration/01_map.md.

Read the full file on GitHub · 85 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. 10d ago First seen · 85 lines · 100 tokens per session scan A 81cae5b14dc0

Subscribe to this mod's changes

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