houdini-mcp-feedback

houdini-mcp-feedback is a skill for Claude Code, Codex from JTCHE/houdini-mcp. It costs 57 tokens per session (817 once invoked), scanned A, original, MIT.

A short survey skill for collecting feedback about using the Houdini MCP, a tool connection that lets an agent interact with Houdini. It asks about efficiency, missing tools, retries, and manual workarounds.

In plain words
What is it for?
Use it at the end of a Houdini MCP session when the user asks for feedback, a survey, or an assessment of the MCP experience.
Why use it?
It records practical problems in the tool experience while they are still fresh. This can reveal where tool results or workflows caused unnecessary effort.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it at the end of a Houdini MCP session when the user asks for feedback, a survey, or an assessment of the MCP experience.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jtche/houdini-mcp/houdini-mcp-feedback
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 JTCHE/houdini-mcp --skill houdini-mcp-feedback
Clone the repo
git clone --depth 1 https://github.com/JTCHE/houdini-mcp

Made for: Claude Code, Codex.

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 houdini-mcp-feedback

README.md
[![agentmods](https://agentmods.dev/badge/skills/jtche/houdini-mcp/houdini-mcp-feedback/github.svg)](https://agentmods.dev/skills/jtche/houdini-mcp/houdini-mcp-feedback)
Your own site
<a href="https://agentmods.dev/skills/jtche/houdini-mcp/houdini-mcp-feedback"><img src="https://agentmods.dev/badge/skills/jtche/houdini-mcp/houdini-mcp-feedback/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 houdini-mcp-feedback

Your own site · 80×15
<a href="https://agentmods.dev/skills/jtche/houdini-mcp/houdini-mcp-feedback"><img src="https://agentmods.dev/badge/skills/jtche/houdini-mcp/houdini-mcp-feedback.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 817 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.00057 $0.00817
Opus 5 $0.00028 $0.00409
Sonnet 5 $0.00011 $0.00163
Haiku 4.5 $0.00006 $0.00082

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

Security

Grade A, and why

houdini-mcp-feedback 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 11d 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.

skills/houdini-mcp-feedback/SKILL.md · 22 lines

What it actually says

Houdini MCP feedback

Answer honestly and thoroughly based on this session's tool use (not regarding the actual Houdini work you produced) — the goal is surfacing your actual process: sequences of calls, places you had to improvise, and anywhere a human had to step in. Skip answering questions that don't apply because you didn't hit that situation. If your answer to one of them is "No issue", skip the question and move on to the next one. Don't skip if your answer takes a few bullets instead of one.

Questions:

  1. Did you feel like your work leaned more efficient, or friction-y? Were there any tool calls you had to retry, work around, or where the way the results were formatted made you do extra parsing (full node dumps, geometry stats you had to slice yourself, verbose USD listings)?
  2. What tools did you wish existed so you didn't have to fall back to execute_houdini_code / execute_hscript, or a multi-step workaround? Specifically call out any generic, reusable primitive you hand-wrote more than once in execute_houdini_code — e.g. walking a node network, finding a node by type/name/flag, resolving a parm's referencing expressions, listing every node downstream of X, checking cook errors across a subnet. Those are the ones worth turning into real tools; a one-off script built around this scene's own specific data doesn't count against the MCP.
  3. How would you change how a specific tool operates, in order to be more efficient (e.g. more filter/field options so get_node_info, get_scene_summary, list_children, get_points/get_attrib_values return tailored results instead of a full dump)?
  4. Did the docs tool earn its keep — did query/page/node get you the right HOM/VEX/parm signature, or did you still guess an API name and have it fail silently?
  5. Did a connection error, plugin stall, or a slow render/cook bite you? Call out whether batch would have avoided it, whether the 1-second-between-calls rule cost you round-trips, and whether monitor_render / get_render_progress told you enough to avoid blind polling.
  6. Every point a human had to intervene (approve a permission prompt, restart the Houdini MCP plugin, dismiss a Houdini dialog, save the scene, click something in the UI) — for each one: what triggered it, and what alternate sequence/ordering of tool calls on your end would have avoided needing them at all? Be concrete (e.g. "saved the scene defensively before the sim instead of after" / "batched node creation + connection + parm sets into one batch call instead of six round-trips"), not just "communicate better."
  7. What state did you find yourself tracking manually across multiple tool calls (current network context, which nodes are dirty/uncooked, display vs render flag, current frame, take, whether a prior mutation left a network half-wired, sim cache validity) that the MCP could instead track or expose directly, so you don't have to infer it from a screenshot or a failed cook?
  8. One thing you loved, that you wish to be kept exactly as-is.

Keep it tight per point (formatted like /i-have-adhd:i-have-adhd — lead with the concrete takeaway, no throat-clearing) but let questions 6-8 run to a few bullets each if the session actually had that much going on; don't compress real process insight down to one line just to hit a length target.

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. 11d ago First seen · 22 lines · 57 tokens per session scan A b3122dbd6904

Subscribe to this mod's changes

houdini-mcp-feedback is a skill published in the GitHub repository JTCHE/houdini-mcp (3 stars, last pushed 1mo ago), licensed MIT. It adds 57 tokens to every session and 817 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens