idea-inbox

idea-inbox is a skill for Codex from jqaisystems/jqai-ai-skills. It costs 73 tokens per session (635 once invoked), scanned A, original, MIT.

An idea-capture tool that saves each raw idea as a dated, tagged Markdown file and maintains an index. It removes filler words while keeping the important details.

In plain words
What is it for?
Use it to save an idea, choose relevant categories, create a consistent filename, and update the ideas index.
Why use it?
It keeps quick notes from becoming an unsearchable pile of files. Ideas stay organized without requiring you to refine them immediately.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to save an idea, choose relevant categories, create a consistent filename, and update the ideas index.

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

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 idea-inbox

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/idea-inbox"><img src="https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/idea-inbox.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 635 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.00073 $0.00635
Opus 5 $0.00036 $0.00318
Sonnet 5 $0.00015 $0.00127
Haiku 4.5 $0.00007 $0.00064

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

Security

Grade A, and why

idea-inbox 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 12d 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.

skills/idea-inbox/SKILL.md · 70 lines

How it starts

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

Idea Inbox

Capture ideas at the speed they arrive and still find them later. One idea per file, dated and tagged, in a dedicated folder with an index. Dump fast, refine later.

Step 0: Locate the ideas folder (once)

  1. Look for an IDEAS_INDEX.md anywhere in the project; its folder is the ideas folder.
  2. Otherwise look for a folder named ideas/, Ideas/, or similar.
  3. Otherwise ask the user where ideas should live, create the folder, and create an IDEAS_INDEX.md in it.

Never save idea files to the project root. A pile of loose dated files in the root is how ideas get deleted in the next cleanup.

Step 1: Capture

  1. Get today's date from the current-date context (format YYYY-MM-DD).
  2. Distill a 3 to 5 word kebab-case slug from the idea, e.g. etsy-pinterest-autonomous-pins.
  3. Clean up the raw input: remove filler words and false starts, keep every substantive detail. Tighten, do not summarise. If the user wrote three rough sentences, the file should contain three clean sentences, not one.
  4. Pick 1 to 3 tags from the index categories (see Step 2), plus idea.

Create <ideas-folder>/<date>-<slug>.md:

---
tags: [idea, <category-tag>]
date: <date>
---

# <Idea title in plain words>

<cleaned idea text>

Step 2: Update the index

IDEAS_INDEX.md keeps one line per idea under a category heading. Default categories (create on first use, let the user rename them):

# Ideas Index

## Business
## Automation & Tools
## Design & Creative
## Client Work
## Misc

Add the new idea under the best-fitting category:

- [<Idea title>](<date>-<slug>.md) <date>: one-line hook

If an idea clearly fits a category that does not exist yet, add the category rather than forcing it into Misc.

Step 3: Confirm

Report the file path, the category it was filed under, and the one-line hook used in the index.

Rules

  • One idea per file. If the user dumps three ideas in one message, create three files and say so.
  • Never edit or delete existing idea files. The inbox only grows; pruning is the user's call.
  • Preserve the user's meaning exactly. Cleaning filler is fine, replacing their thinking is not.
  • Keep the index sorted newest first within each category.

Read the full file on GitHub · 70 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. 12d ago First seen · 70 lines · 73 tokens per session scan A dad47f6fb48e

Subscribe to this mod's changes

idea-inbox is a skill published in the GitHub repository jqaisystems/jqai-ai-skills (3 stars, last pushed 1mo ago), licensed MIT. It adds 73 tokens to every session and 635 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

baoyu-wechat-summary

Summarizes WeChat group chat highlights into a structured digest using the local wx-cli binary (https://github.com/jackwener/wx-cli). Generates a normal digest by default; a roast (毒舌) version is opt-in. Maintains per-group history (history.json + history-digests.jsonl), per-user profiles, and per-group fact memory…

JimLiu/baoyu-skills · 213 tokens

i-have-adhd

Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible. Invoke with /i-have-adhd; stays on until "stop adhd mode".

ayghri/i-have-adhd · 62 tokens

update-turbo

Update installed Turbo skills from the local repo with a dynamic changelog, conflict resolution for customized skills, and guided user experience. Use when the user asks to "update turbo", "update turbo skills", "reinstall turbo", or "upgrade turbo".

tobihagemann/turbo · 54 tokens

herdr

Control Herdr, the terminal multiplexer for coding agents. Use when the user mentions Herdr or another skill delegates pane control, including concise pane naming, inspection, commands, and agents. Integrates with vd:worktree, vd:codex-workflow, and vd:ultracook. Requires HERDRENV=1.

vanducng/skills · 71 tokens

gog

Manage Google Workspace from the CLI via gog: Gmail, Drive, Calendar, Sheets, Docs, Chat, Tasks, and Admin. Invoke with --account (any account in the local registry) and --user person|sa. Use when the user mentions gmail, drive, calendar, sheets, docs, workspace, gog, email, files, events, or a configured account.

vanducng/skills · 83 tokens

superwhisper

Operate the official Superwhisper CLI and MCP to search or read dictation history, diagnose pronunciation and raw-versus-processed transcription errors, detect unwanted expansion of short utterances, inspect usage, build standups or commitment reviews, and manage vocabulary or snippets with approval. Use when the user…

vanducng/skills · 98 tokens