Install
openclaw skills install insight-trackerTrack and manage insights, patterns, and observations discovered during OpenClaw sessions. Use when the user wants to record, categorize, retrieve, or analyze insights from conversations, research, or task execution. Supports tagging, priority marking, and cross-referencing with existing knowledge.
openclaw skills install insight-trackerThis skill provides structured insight management for OpenClaw workflows. It captures observations, patterns, and learnings that emerge during sessions, making them searchable, referenceable, and actionable.
Use this skill when:
An insight is a discrete observation, pattern, or learning with the following attributes:
Standard tags for categorization:
pattern: Recurring behaviors or structureslearning: New understanding or skill acquireddecision: Choices made and their rationalerisk: Potential issues or concernsopportunity: Potential improvements or winsuser-preference: User-specific preferencestechnical: Technical findings or constraintsprocess: Workflow or methodological insightsAccepts insights in various formats:
Produces:
insight add "Content of the insight" --tags pattern,learning --priority high
insight list --tag pattern --since 2024-01-01
insight search "keyword" --priority high
insight show <insight-id>
insight archive <insight-id>
# Insights - YYYY-MM-DD
## New Insights
### INS-001: Title
- **Content**: The insight content
- **Source**: Session/user/research
- **Tags**: pattern, learning
- **Priority**: high
- **Status**: active
- **Created**: 2024-01-15T10:30:00Z
- **References**: INS-003, knowledge-distillation-2024-01-10
## Summary
- Total insights: 5
- High priority: 2
- New tags: user-preference
references/tag-taxonomy.md: Full tag definitions and usage guidelinesreferences/output-examples.md: Sample insight records