/install idea-capture
Idea Capture
Use this skill when the user wants to save or update an idea/project discussion.
Storage
- Main idea doc:
ideas/\x3Cidea-id>.md - Session summaries:
ideas/summaries/\x3Cidea-id>/\x3Ctimestamp>.md - Human index:
ideas/INDEX.md - Machine catalog:
ideas/catalog.json
Inputs
Provide what you have:
titlesummarynotestagsmode:create|update|auto- optional
idea_id - optional
source - optional open questions / next steps
Matching rules
update: require an existing matchauto: preferidea_id, then normalized title/slug, else create- avoid duplicate idea files when a clear match exists
Behavior
Use scripts/idea_capture.py for the write/update work.
Example:
python3 skills/idea-capture/scripts/idea_capture.py \
--title "Desktop Pet OpenClaw" \
--summary "Turn OpenClaw into a desktop pet assistant" \
--notes "Need create/update/session-summary support." \
--tags ai,desktop,agent \
--mode auto \
--source qqbot
Expected result
Report:
- idea id
- created vs updated
- changed files
- session summary path
Guardrails
- Keep the main idea doc readable.
- Preserve update history.
- Put chronology in update logs / session summaries, not in long repeated prose.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install idea-capture - After installation, invoke the skill by name or use
/idea-capture - Provide required inputs per the skill's parameter spec and get structured output
What is Idea Capture?
Capture or update an idea, append an update log, and write a session summary for later retrieval. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Idea Capture?
Run "/install idea-capture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Idea Capture free?
Yes, Idea Capture is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Idea Capture support?
Idea Capture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Idea Capture?
It is built and maintained by kid0114 (@kid0114); the current version is v1.0.0.