/install insight-tracker
Insight Tracker
Overview
This skill provides structured insight management for OpenClaw workflows. It captures observations, patterns, and learnings that emerge during sessions, making them searchable, referenceable, and actionable.
When to Use
Use this skill when:
- A user mentions "note this down" or "remember this insight"
- Patterns emerge across multiple sessions that should be tracked
- Research or analysis reveals findings worth preserving
- The user asks to "track" or "record" something for future reference
- Cross-referencing insights with existing knowledge is needed
Core Concepts
Insight
An insight is a discrete observation, pattern, or learning with the following attributes:
- Content: The actual observation or finding
- Source: Where it came from (session, research, user input)
- Tags: Categories for organization
- Priority: Importance level (high/medium/low)
- Status: Current state (active/validated/archived)
- Created: Timestamp
- References: Links to related insights or knowledge
Tags
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 insights
Input
Accepts insights in various formats:
- Direct text input
- Session transcript excerpts
- Memory file references
- Research findings
Output
Produces:
- Dated insight records (Markdown)
- Tagged insight summaries
- Cross-reference reports
- Insight search results
Workflow
Recording an Insight
- Capture: Extract the core observation
- Tag: Apply relevant category tags
- Prioritize: Mark importance level
- Link: Connect to related insights
- Store: Save to dated record
Retrieving Insights
- Search: By tag, keyword, date, or priority
- Filter: Narrow by status or category
- Present: Show matching insights with context
Analyzing Insights
- Cluster: Group related insights
- Trend: Identify patterns over time
- Validate: Check against new evidence
- Archive: Mark outdated insights
Commands
Add Insight
insight add "Content of the insight" --tags pattern,learning --priority high
List Insights
insight list --tag pattern --since 2024-01-01
Search Insights
insight search "keyword" --priority high
Show Insight
insight show \x3Cinsight-id>
Archive Insight
insight archive \x3Cinsight-id>
Output Format
Dated Insight Record
# 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
Quality Rules
- Be specific: avoid vague generalizations
- Include source: always note where insight came from
- Tag consistently: use standard tags
- Link related insights: build knowledge networks
- Review regularly: archive outdated insights
- Prioritize honestly: not everything is high priority
Good Trigger Examples
- "Track this insight: users prefer X over Y"
- "Note down that we discovered a pattern in Z"
- "Search for insights about deployment issues"
- "Show me all high priority insights from last week"
- "Archive insight INS-005, it's no longer relevant"
Resources
references/
references/tag-taxonomy.md: Full tag definitions and usage guidelinesreferences/output-examples.md: Sample insight records
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install insight-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/insight-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Insight Tracker 是什么?
Track and manage insights, patterns, and observations discovered during OpenClaw sessions. Use when the user wants to record, categorize, retrieve, or analyz... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 277 次。
如何安装 Insight Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install insight-tracker」即可一键安装,无需额外配置。
Insight Tracker 是免费的吗?
是的,Insight Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Insight Tracker 支持哪些平台?
Insight Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Insight Tracker?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。