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.
npx agentmods add skills/deonmenezes/mantishack/codex-issue-digestnpx skills add deonmenezes/mantishack --skill codex-issue-digestgit clone --depth 1 https://github.com/deonmenezes/mantishackWrote 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/deonmenezes/mantishack/codex-issue-digest)<a href="https://agentmods.dev/skills/deonmenezes/mantishack/codex-issue-digest"><img src="https://agentmods.dev/badge/skills/deonmenezes/mantishack/codex-issue-digest.svg" alt="Measured on agentmods" height="20"></a>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.00063 | $0.02113 |
| Opus 5 | $0.00032 | $0.01056 |
| Sonnet 5 | $0.00013 | $0.00423 |
| Haiku 4.5 | $0.00006 | $0.00211 |
Grade A, and why
codex-issue-digest 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 6d 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.
Copies of this mod
2 near-identical copies found in the catalogue:
- codex-issue-digest — 100% identical, 0 lines differ
- codex-issue-digest — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Codex Issue Digest
Objective
Produce a headline-first, insight-oriented digest of openai/codex issues for the requested feature-area labels over the previous 24 hours by default. Honor a different duration when the user asks for one, for example "past week" or "48 hours". Default to a summary-only response; include details only when requested.
Include only issues that currently have bug or enhancement plus at least one requested owner label. If the user asks for all areas or all labels, collect bug/enhancement issues across all labels.
Inputs
- Feature-area labels, for example
tui exec all areas/all labelsto scan all current feature labels- Optional repo override, default
openai/codex - Optional time window, default previous 24 hours; examples:
48h,7d,1w,past week
Workflow
- Run the collector from a current Codex repo checkout:
python3 .codex/skills/codex-issue-digest/scripts/collect_issue_digest.py --labels tui exec --window-hours 24
Use --window "past week" or --window-hours 168 when the user asks for a non-default duration. Use --all-labels when the user says all areas or all labels.
- Use the JSON as the source of truth. It includes new issues, new issue comments, new reactions/upvotes, current labels, current reaction counts, model-ready
summary_inputs, and detaileddigest_rows. - Choose the output mode from the user's request:
- Default mode: start the report with
## Summaryand do not emit## Details. - Details-upfront mode: if the user asks for details, a table, a full digest, "include details", or similar, start with
## Summary, then include## Details. - Follow-up details mode: if the user asks for more detail after a summary-only digest, produce
## Detailsfrom the existing collector JSON when it is still available; otherwise rerun the collector.
- Default mode: start the report with
- In
## Summary, write a headline-first executive summary:- The first nonblank line under
## Summarymust be a single-line headline or judgment, not a bullet. It should be useful even if the reader stops there. - On quiet days, prefer exactly:
No major issues reported by users.Use this when there are no elevated rows, no newly repeated theme, and nothing that needs owner action. - When users are surfacing notable issues, make the headline name the count or theme, for example
Two issues are being surfaced by users:. - Immediately under an active headline, list only the issues or themes driving attention, ordered by importance. Start each line with the row's
attention_markerwhen present, then a concise owner-readable description and inline issue refs. - Treat
🔥🔥as headline-worthy and🔥as elevated. Do not add fire emoji yourself; only copy the row'sattention_marker. - Keep any extra summary detail after the headline to 1-3 terse lines, only when it adds a decision-relevant caveat, repeated theme, or owner action.
- Do not include routine counts, broad stats, or low-signal table summaries in
## Summaryunless they change the headline. Put metadata and optional counts in## Detailsor the footer. - In default mode, end the report with a concise prompt such as
Want details? I can expand this into the issue table.Keep this separate from the summary headline so the headline stays clean. - Cluster and name themes yourself from
summary_inputs; the collector intentionally does not hard-code issue categories. - Use a cluster only when the issues genuinely share the same product problem. If several issues merely share a broad platform or label, describe them individually.
- Do not omit a repeated theme just because its individual issues fall below the details table cutoff. Several similar reports should be called out as a repeated customer concern.
- For single-issue rows, summarize the concern directly instead of calling it a cluster.
- Use inline numbered issue links from each relevant row's
ref_markdown. - Example quiet summary:
- The first nonblank line under
What ships with it
3 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.
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.
- 6d ago First seen · 128 lines · 63 tokens per session scan A b010b5e498c2
codex-issue-digest is a skill published in the GitHub repository deonmenezes/mantishack (493 stars, last pushed 24d ago), licensed Apache-2.0. It adds 63 tokens to every session and 2,113 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-30.
Other skills, from other repositories
compare-harnesses
Diff two scaffolded harnesses (ADR-031). Reports manifest meta drift + host list + per-file fingerprint changes (added/removed/changed). Exits 0 IDENTICAL, 1 DRIFT, 2 missing manifest. Use --bundle for the ADR-031 schema-1 JSON envelope.
create-harness
Scaffold your own focused AI agent harness — pick host (Claude Code, Codex, pi.dev, Hermes), template, agents, skills, and ship a npm-publishable harness with its own npx CLI. Use when a user asks to "create my own agent harness", "scaffold a harness", "make a custom Claude Code plugin like ruflo", or "build a…
diag-harness
Kernel-version skew check (ADR-027). Reports manifest surface + manifest kernel + installed kernel + verdict (match/patch-diff/minor-diff/major-diff). Exits 1 on minor/major skew with a copy-pasteable npm install @metaharness/[email protected] next step. Exits 2 if no .harness/manifest.json at path.
oia-manifest
Emit .harness/oia-manifest.json declaring layer alignment with the OIA v0.1 9-layer reference architecture. Self-describes the harness's MCP wiring, witness signing, audit log, identity posture (always 'none' at v0.1). --check verifies an existing manifest, --dry-run prints without writing, --json emits to stdout.
repo-genome
7-section readiness scorecard for a LOCAL repo. Reports repo type + agent topology + MCP risk + test confidence + release readiness + recommended harness plan + scorecard. Exit 0 ready, 1 needs-work, 2 blocked. --json for the 6-field scorecard, --bundle for the ADR-031 schema-1 envelope.
example-harness
Scaffold a ready-made AI agent harness in one command from the 19 published @metaharness/ example packages — 9 host integrations (Claude Code, Codex, Hermes, pi.dev, OpenClaw, RVM, Copilot, OpenCode, GitHub Actions) + 10 vertical pods (devops, research, trading, support, legal, coding, education, sales, gaming…