Install
openclaw skills install idea-captureCapture or update an idea, append an update log, and write a session summary for later retrieval.
openclaw skills install idea-captureUse this skill when the user wants to save or update an idea/project discussion.
ideas/<idea-id>.mdideas/summaries/<idea-id>/<timestamp>.mdideas/INDEX.mdideas/catalog.jsonProvide what you have:
titlesummarynotestagsmode: create | update | autoidea_idsourceupdate: require an existing matchauto: prefer idea_id, then normalized title/slug, else createUse 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
Report: