thinkroom-operate

thinkroom-operate is a skill for Codex from phenomenoner/ai-agent-thinkroom. It costs 10 tokens per session (932 once invoked), scanned A, original, MIT.

A skill for operating Thinkroom research jobs, including submitting, checking, inspecting, cancelling, and interpreting them. Thinkroom is a service that runs a research question through multiple reasoning branches.

In plain words
What is it for?
It helps frame a research question, choose a supported domain and number of branches, submit a job, monitor its progress, and interpret or cancel the result.
Why use it?
It provides the required checks and request format for managing these jobs and handling retries safely.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It helps frame a research question, choose a supported domain and number of branches, submit a job, monitor its progress, and interpret or cancel the result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/phenomenoner/ai-agent-thinkroom/thinkroom-operate
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 phenomenoner/ai-agent-thinkroom --skill thinkroom-operate
Clone the repo
git clone --depth 1 https://github.com/phenomenoner/ai-agent-thinkroom

Made for: 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 thinkroom-operate

README.md
[![agentmods](https://agentmods.dev/badge/skills/phenomenoner/ai-agent-thinkroom/thinkroom-operate/github.svg)](https://agentmods.dev/skills/phenomenoner/ai-agent-thinkroom/thinkroom-operate)
Your own site
<a href="https://agentmods.dev/skills/phenomenoner/ai-agent-thinkroom/thinkroom-operate"><img src="https://agentmods.dev/badge/skills/phenomenoner/ai-agent-thinkroom/thinkroom-operate/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 thinkroom-operate

Your own site · 80×15
<a href="https://agentmods.dev/skills/phenomenoner/ai-agent-thinkroom/thinkroom-operate"><img src="https://agentmods.dev/badge/skills/phenomenoner/ai-agent-thinkroom/thinkroom-operate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 932 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.00010 $0.00932
Opus 5 $0.00005 $0.00466
Sonnet 5 $0.00002 $0.00186
Haiku 4.5 $0.00001 $0.00093

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

Security

Grade A, and why

thinkroom-operate 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 4d 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.

src/thinkroom/bundled_skills/thinkroom-operate/SKILL.md · 101 lines

How it starts

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

Thinkroom operate

Use this skill after thinkroom-trigger passes, or whenever a user asks to submit, poll, inspect, cancel, or interpret a Thinkroom job.

Before submission

  1. Verify the service is ready on its configured loopback endpoint.
  2. Frame one explicit question from 10 through 10,000 characters and shared context no longer than 100,000 characters.
  3. Select one supported domain: generic, coding, or trading. For product design, organizational strategy, policy, due diligence, or general research synthesis, omit the field and use the generic default. Use coding only when the branches must reason about software or source code, and trading only for market/trading decision support. Never send a descriptive label such as product_design, architecture, or strategy.
  4. Use an integer branch count from 2 through 6, choosing the smallest count that covers distinct perspectives.
  5. Use an idempotency key whenever a transport retry or duplicate submission is possible. It must be 1 through 128 printable non-space ASCII characters.
  6. For MCP, send only fields exposed by the callable tool schema. In particular, do not invent a deadline_seconds field when the current MCP tool does not expose one.

Submit

CLI:

thinkroom research \
  --question "Should we adopt this design?" \
  --idempotency-key <stable-key>

MCP: call thinkroom_research with question, optional context, domain, branch_count, and idempotency_key.

Submission returns a job handle. It does not imply the research succeeded.

If MCP returns INVALID_ARGUMENT without field-level details, first compare the exact submitted payload with the strict fields above and the callable tool schema. The most common correction for a natural-language research category is to remove domain and accept generic. Make at most one retry only when that comparison produces a concrete schema correction. Preserve the question, context, branch count, and exact idempotency key so the correction cannot silently become a new research request. If the submitted payload was already schema-correct, do not retry unchanged; report the opaque rejection and inspect the service boundary. Do not poll or cancel until a submission returns a job handle.

Read the full file on GitHub · 101 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago Changed · +10 lines 045ef7c11582
  2. 9d ago First seen · 91 lines · 10 tokens per session scan A 4cc408d77e97

Subscribe to this mod's changes

thinkroom-operate is a skill published in the GitHub repository phenomenoner/ai-agent-thinkroom (2 stars, last pushed 4d ago), licensed MIT. It adds 10 tokens to every session and 932 once invoked, about $0.0001 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.