thinkroom-install

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

Instructions for installing, checking, or removing Thinkroom's managed bundle of agent skills for supported hosts.

In plain words
What is it for?
Use it to install Thinkroom skills for Codex, Hermes, or another Agent Skills-compatible host, and to verify the selected profile.
Why use it?
It reduces setup mistakes by requiring an explicit host or skill location and provides status checks to confirm the installation.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to install Thinkroom skills for Codex, Hermes, or another Agent Skills-compatible host, and to verify the selected profile.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/phenomenoner/ai-agent-thinkroom/thinkroom-install
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-install
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-install

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/phenomenoner/ai-agent-thinkroom/thinkroom-install"><img src="https://agentmods.dev/badge/skills/phenomenoner/ai-agent-thinkroom/thinkroom-install.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 559 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.00559
Opus 5 $0.00005 $0.00280
Sonnet 5 $0.00002 $0.00112
Haiku 4.5 $0.00001 $0.00056

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

Security

Grade A, and why

thinkroom-install 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-install/SKILL.md · 71 lines

How it starts

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

Thinkroom install

Use this skill when installing, checking, or removing Thinkroom's managed Agent Skills bundle.

Install

Use the host profile when available:

# Codex App / CLI / IDE
thinkroom skills install --profile codex
thinkroom skills status --profile codex

# Hermes Agent default profile; pair with `hermes --profile default ...`
unset HERMES_HOME
thinkroom skills install --profile hermes
thinkroom skills status --profile hermes

Codex resolves to $HOME/.agents/skills. Hermes resolves to $HERMES_HOME/skills, defaulting to ~/.hermes/skills. For a named Hermes profile, set the non-empty absolute HERMES_HOME="$HOME/.hermes/profiles/<profile-name>" for every Thinkroom command and use hermes --profile <profile-name> ... for MCP registration and verification. Never rely on sticky profile state. For another Agent Skills-compatible host, use exactly one explicit target:

thinkroom skills install --target <skill-root>
thinkroom skills status --target <skill-root>

The managed projection contains:

  • thinkroom-trigger
  • thinkroom-operate
  • thinkroom-install

Safety contract

  • Installation is idempotent: managed files that still match are classified EXACT.
  • New managed files are classified ADD.
  • Exact files owned by the allowlisted pre-profile v0.2 receipt are classified UPDATE when the current bundle replaces them. The installer migrates only that known receipt and exact payload set.
  • Existing unmanaged, missing-after-receipt, or modified managed files are DIVERGED.
  • Never overwrite a DIVERGED target. Inspect and reconcile it outside the installer.
  • Keep the generated .thinkroom/skills-receipt-v1.json; status and uninstall use it to verify ownership and hashes.

Remove

Check status first, then remove only the exact managed projection:

thinkroom skills status --target <skill-root>
thinkroom skills uninstall --target <skill-root>

The equivalent profile commands are supported for Codex and Hermes. Do not pass --profile and --target together.

Read the full file on GitHub · 71 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 · +1 lines e2c1575a1f54
  2. 9d ago First seen · 70 lines · 10 tokens per session scan A 74d1900deb32

Subscribe to this mod's changes

thinkroom-install is a skill published in the GitHub repository phenomenoner/ai-agent-thinkroom (2 stars, last pushed 3d ago), licensed MIT. It adds 10 tokens to every session and 559 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.