codex-termux-pocket: Skill for Codex

.codex/skills/test-tui/SKILL.md

test-tui is a skill for Codex from Kbediako/codex-termux-pocket. It costs 13 tokens per session (127 once invoked), scanned A, a copy of test-tui, Apache-2.0.

A guide for interactively testing the Codex text interface (TUI), the terminal screen where Codex runs. It explains how to start Codex with detailed logs and how to send test input correctly.

In plain words
What is it for?
Use it when verifying changes in the Codex TUI, starting a test run with trace logging, choosing a log directory, or sending automated messages.
Why use it?
It provides a repeatable way to check user-facing terminal behavior and collect debugging information. The input instructions help avoid tests failing because text and the Enter key were sent together.

Skill for Codex

Written for Codex: installed under .codex/. Also seen: mentions Codex.

This is Kbediako/codex-termux-pocket's own configuration. It tells Codex how to work on codex-termux-pocket itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything codex-termux-pocket configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Kbediako/codex-termux-pocket. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Kbediako/codex-termux-pocket/main/.codex/skills/test-tui/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Kbediako/codex-termux-pocket

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 test-tui

README.md
[![agentmods](https://agentmods.dev/badge/skills/kbediako/codex-termux-pocket/test-tui.svg)](https://agentmods.dev/skills/kbediako/codex-termux-pocket/test-tui)
Your own site
<a href="https://agentmods.dev/skills/kbediako/codex-termux-pocket/test-tui"><img src="https://agentmods.dev/badge/skills/kbediako/codex-termux-pocket/test-tui.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 127 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.00013 $0.00127
Opus 5 $0.00006 $0.00063
Sonnet 5 $0.00003 $0.00025
Haiku 4.5 $0.00001 $0.00013

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

Security

Grade A, and why

test-tui 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 8d 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 test-tui — 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.

.codex/skills/test-tui/SKILL.md · 15 lines

What it actually says

You can start and use Codex TUI to verify changes.

Important notes:

Start interactively. Always set RUST_LOG="trace" when starting the process. Pass -c log_dir=<some_temp_dir> argument to have logs written to a specific directory to help with debugging. When sending a test message programmatically, send text first, then send Enter in a separate write (do not send text + Enter in one burst). Use just codex target to run - just codex -c ...

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. 8d ago First seen · 15 lines · 13 tokens per session scan A e81787c2d976

Subscribe to this mod's changes

test-tui is a skill published in the GitHub repository Kbediako/codex-termux-pocket (13 stars, last pushed 2d ago), licensed Apache-2.0. It adds 13 tokens to every session and 127 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to test-tui, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

noqa-testing

Use this skill when the user wants to boot and interact with iOS or Android devices/simulators — inspect the screen, execute actions, generate or edit test cases, or run UI tests via the noqa platform.

noqa-ai/noqa · 47 tokens

test-software

Design, implement, and evaluate risk-based software tests across unit, integration, contract, end-to-end, and regression layers. Use when adding tests, reproducing bugs, improving coverage, diagnosing flaky tests, or defining a test strategy; do not use to change production behavior unless the user also requests…

Phelan164/codex-howto · 65 tokens

cmp-test

Generate a regression test suite for a Compose Multiplatform app by OBSERVING it — read the running app's semantics tree as structured JSON via the cmp-inspector MCP (testTags, text, clickables, bounds, nav state), derive a test plan from what actually rendered, and write tests into the app's shipped harness. Use this…

kvdm-co-pilot/create-cmp · 227 tokens

cmp-qa-prep

Bring up the E2E test harness for a Kotlin/Compose Multiplatform (CMP/KMP) app — start the Android emulator, install the debug build, and run the bottom-nav smoke (Maestro flows on current scaffolds; a legacy Appium session on pre-Maestro projects). Use this when the user wants to run E2E/device tests on their CMP/KMP…

kvdm-co-pilot/create-cmp · 182 tokens

playwright-cli

Automates browser interactions for web testing, form filling, screenshots, and data extraction using playwright-cli. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, extract information from web pages, mock network requests, manage browser…

zebbern/termstack · 67 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Hipson47/Hipson · 35 tokens