Borrowing it
Nothing to install: this file belongs to wilfredinni/noodle. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/wilfredinni/noodle/main/.agents/skills/opentui/SKILL.mdgit clone --depth 1 https://github.com/wilfredinni/noodleWrote 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.
[](https://agentmods.dev/skills/wilfredinni/noodle/opentui)<a href="https://agentmods.dev/skills/wilfredinni/noodle/opentui"><img src="https://agentmods.dev/badge/skills/wilfredinni/noodle/opentui/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.
<a href="https://agentmods.dev/skills/wilfredinni/noodle/opentui"><img src="https://agentmods.dev/badge/skills/wilfredinni/noodle/opentui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Prompt Injection · line 71 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 74 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 83 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00036 | $0.02629 |
| Opus 5 | $0.00018 | $0.01314 |
| Sonnet 5 | $0.00007 | $0.00526 |
| Haiku 4.5 | $0.00004 | $0.00263 |
Grade A, and why
opentui 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OpenTUI Skill
Canonical reference docs are in the sibling docs/**/*.mdx files.
Inside the OpenTUI repository, this skill root is packages/web/src/content/. The same files are available under
packages/web/src/content/docs/**/*.mdx from the repository root.
Terminal layout defaults
Design for a terminal app, not a browser. Use the available columns and rows efficiently.
- Do not use gaps between adjacent UI panels.
- Do not add unnecessary margins or padding.
- Prefer compact, information-dense layouts over website-style card spacing.
Path invariant
/docsmaps todocs/getting-started.mdx./docs/componentsmaps todocs/components/overview.mdx.- Every other
/docs/<slug>URL maps todocs/<slug>.mdxrelative to this skill root. - From the repository root, prepend
packages/web/src/content/to each source path.
Choose packages
Use Core directly or choose a React or Solid binding for the UI. Recommend companion packages when their features fit the task. Do not install every package by default.
@opentui/core: use imperative renderables and events withcreateCliRenderer().@opentui/react: use React components, JSX, and hooks withcreateRoot().@opentui/solid: use Solid components, JSX, and signals withrender().@opentui/keymap: centralize keyboard bindings and named commands across views. The package supports focus-scoped layers, configurable shortcuts, and multi-key sequences. Start withcreateDefaultOpenTuiKeymap()from@opentui/keymap/opentui. Use@opentui/keymap/reactor@opentui/keymap/solidfor providers and hooks. Direct keyboard events or component-local bindings are enough for simple local input.@opentui/ssh: serve a terminal UI to standard SSH clients without a local app installation. ImportcreateServer()from the package root. Pass each session's renderer to Core, React, or Solid. The package has no framework subpaths. Read the SSH guide for authentication, middleware, and session cleanup.@opentui/qrcode: encode QR matrices, terminal text, or SVG, or display aQRCodeRenderable. For JSX, useregisterQRCode()from@opentui/qrcode/reactor@opentui/qrcode/solid. See the QR code component.@opentui/three: render Three.js WebGPU scenes in the terminal withThreeRenderable. This integration supports only Bun. Before you choose it, check its runtime and dependency requirements.
What ships with it
55 files 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.
- docs/bindings/react.mdx 12 KB
- docs/bindings/solid.mdx 15 KB
- docs/components/ascii-font.mdx 5.9 KB
- docs/components/box.mdx 7.0 KB
- docs/components/code.mdx 11 KB
- docs/components/diff.mdx 6.1 KB
- docs/components/frame-buffer.mdx 8.1 KB
- docs/components/input.mdx 6.4 KB
- docs/components/line-number.mdx 5.7 KB
- docs/components/markdown.mdx 12 KB
- docs/components/qr-code.mdx 6.1 KB
- docs/components/scrollbar.mdx 3.1 KB
- docs/components/scrollbox.mdx 8.8 KB
- docs/components/select.mdx 7.5 KB
- docs/components/slider.mdx 3.0 KB
- docs/components/tab-select.mdx 6.9 KB
- docs/components/text.mdx 5.7 KB
- docs/components/textarea.mdx 10 KB
- docs/core-concepts/audio.mdx 16 KB
- docs/core-concepts/colors.mdx 7.1 KB
- docs/core-concepts/console.mdx 9.6 KB
- docs/core-concepts/keyboard.mdx 7.9 KB
- docs/core-concepts/layout.mdx 13 KB
- docs/core-concepts/lifecycle.mdx 13 KB
- docs/core-concepts/notifications.mdx 6.5 KB
- docs/core-concepts/renderables.mdx 7.0 KB
- docs/core-concepts/renderer.mdx 8.7 KB
- docs/core-concepts/testing.mdx 18 KB
- docs/getting-started.mdx 2.9 KB
- docs/keymap/addons.mdx 17 KB
- docs/keymap/core.mdx 36 KB
- docs/keymap/custom-addons.mdx 24 KB
- docs/keymap/hosts.mdx 14 KB
- docs/keymap/overview.mdx 5.3 KB
- docs/keymap/react.mdx 6.9 KB
- docs/keymap/solid.mdx 6.7 KB
- docs/plugins/core.mdx 11 KB
- docs/plugins/react.mdx 6.2 KB
- docs/plugins/slots.mdx 12 KB
- docs/plugins/solid.mdx 6.2 KB
- docs/reference/color-matrix.mdx 6.3 KB
- docs/reference/env-vars.mdx 11 KB
- docs/reference/standalone-executables.mdx 7.7 KB
- docs/reference/tree-sitter.mdx 22 KB
- packages/opentui-core.mdx 1.7 KB
- packages/opentui-examples.mdx 1.3 KB
- packages/opentui-keymap.mdx 958 B
- packages/opentui-qrcode.mdx 1.2 KB
- packages/opentui-react.mdx 1.4 KB
- packages/opentui-solid.mdx 1.4 KB
- packages/opentui-ssh.mdx 1004 B
- packages/opentui-three.mdx 991 B
- scrollback/fixing-markdown-tables.mdx 3.7 KB
- scrollback/packages.md 2.0 KB
- scrollback/whats-next-for-opentui.mdx 9.0 KB
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.
- 5d ago Changed · +78 lines · -5 tokens per session 86a0dd441325
- 9d ago First seen · 72 lines · 41 tokens per session scan A f66c2c0c3163
opentui is a skill published in the GitHub repository wilfredinni/noodle (320 stars, last pushed 2d ago), licensed Apache-2.0. It adds 36 tokens to every session and 2,629 once invoked, about $0.0002 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-30.
Other skills, from other repositories
screenshot-studio
Regenerate the Pisper product screenshots under docs/shots/ against the current UI. Starts an isolated dev instance, seeds fictional demo data through the real runtime APIs, captures every referenced page at the exact 2558x1380 asset size, and replaces the files. Use only when the user asks to refresh product…
react-patterns
React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.
css-debug
Use this skill to diagnose CSS and frontend layout issues such as positioning, overflow clipping, Tailwind class conflicts, z-index stacking, and React rendering visibility problems.
ring:validating-ux-completeness
Validating that UX specifications are complete before technical design: a read-only checklist over wireframes, states, responsive behavior, accessibility, and component-library alignment, emitting a DESIGN VALIDATED / NEEDS REVISION verdict to design-validation.md. Standalone utility — run after a product-designer…
react-best-practices
React and Next.js performance playbook distilled from Vercel Engineering guidance. Use when building, reviewing, or refactoring React/Next.js code for waterfalls, bundle size, rendering cost, and client/server data flow.
code-to-image
A method for turning HTML, CSS, JavaScript, Canvas, or SVG designs into image files by rendering them in a browser. It uses Playwright, a tool for controlling a browser without a visible window.