π¦ ClawHub
Idea Capture
by @kid0114
Capture or update an idea, append an update log, and write a session summary for later retrieval.
TERMINAL
clawhub install idea-captureπ About This Skill
name: idea-capture description: Capture or update an idea, append an update log, and write a session summary for later retrieval.
Idea Capture
Use this skill when the user wants to save or update an idea/project discussion.
Storage
ideas/.md ideas/summaries//.md ideas/INDEX.mdideas/catalog.jsonInputs
Provide what you have:titlesummarynotestagsmode: create | update | autoidea_idsourceMatching rules
update: require an existing matchauto: prefer idea_id, then normalized title/slug, else createBehavior
Usescripts/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