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 structures - INLINECODE1 : New understanding or skill acquired
- INLINECODE2 : Choices made and their rationale
- INLINECODE3 : Potential issues or concerns
- INLINECODE4 : Potential improvements or wins
- INLINECODE5 : User-specific preferences
- INLINECODE6 : Technical findings or constraints
- INLINECODE7 : 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
- 1. 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
- 1. Search: By tag, keyword, date, or priority
- Filter: Narrow by status or category
- Present: Show matching insights with context
Analyzing Insights
- 1. Cluster: Group related insights
- Trend: Identify patterns over time
- Validate: Check against new evidence
- Archive: Mark outdated insights
Commands
Add Insight
CODEBLOCK0
List Insights
CODEBLOCK1
Search Insights
CODEBLOCK2
Show Insight
CODEBLOCK3
Archive Insight
CODEBLOCK4
Output Format
Dated Insight Record
CODEBLOCK5
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 guidelines - INLINECODE9 : Sample insight records
洞察追踪器
概述
该技能为OpenClaw工作流提供结构化的洞察管理功能。它能捕捉会话过程中产生的观察、模式和经验,使其可搜索、可引用且可操作。
使用时机
在以下情况下使用此技能:
- - 用户提到记下这个或记住这个洞察
- 跨多个会话出现需要追踪的模式
- 研究或分析揭示了值得保存的发现
- 用户要求追踪或记录某些内容以备将来参考
- 需要将洞察与现有知识进行交叉引用
核心概念
洞察
洞察是具有以下属性的离散观察、模式或经验:
- - 内容:实际的观察或发现
- 来源:来源(会话、研究、用户输入)
- 标签:组织分类
- 优先级:重要程度(高/中/低)
- 状态:当前状态(活跃/已验证/已归档)
- 创建时间:时间戳
- 引用:关联洞察或知识的链接
标签
用于分类的标准标签:
- - 模式:重复出现的行为或结构
- 经验:获得的新理解或技能
- 决策:做出的选择及其理由
- 风险:潜在问题或担忧
- 机会:潜在改进或收益
- 用户偏好:用户特定偏好
- 技术:技术发现或约束
- 流程:工作流或方法论洞察
输入
接受多种格式的洞察:
输出
生成:
- - 带日期的洞察记录(Markdown格式)
- 带标签的洞察摘要
- 交叉引用报告
- 洞察搜索结果
工作流
记录洞察
- 1. 捕获:提取核心观察
- 标记:应用相关分类标签
- 排序:标记重要程度
- 关联:连接到相关洞察
- 存储:保存到带日期的记录中
检索洞察
- 1. 搜索:按标签、关键词、日期或优先级
- 筛选:按状态或类别缩小范围
- 展示:显示匹配的洞察及其上下文
分析洞察
- 1. 聚类:分组相关洞察
- 趋势:识别随时间变化的模式
- 验证:对照新证据进行核查
- 归档:标记过时的洞察
命令
添加洞察
insight add 洞察内容 --tags 模式,经验 --priority 高
列出洞察
insight list --tag 模式 --since 2024-01-01
搜索洞察
insight search 关键词 --priority 高
显示洞察
insight show <洞察ID>
归档洞察
insight archive <洞察ID>
输出格式
带日期的洞察记录
markdown
洞察 - YYYY-MM-DD
新洞察
INS-001:标题
- - 内容:洞察内容
- 来源:会话/用户/研究
- 标签:模式, 经验
- 优先级:高
- 状态:活跃
- 创建时间:2024-01-15T10:30:00Z
- 引用:INS-003, 知识蒸馏-2024-01-10
摘要
质量规则
- - 具体明确:避免模糊概括
- 包含来源:始终注明洞察来源
- 标签一致:使用标准标签
- 关联相关洞察:构建知识网络
- 定期审查:归档过时洞察
- 诚实排序:并非所有内容都是高优先级
良好触发示例
- - 追踪这个洞察:用户更喜欢X而不是Y
- 记下我们发现了Z中的模式
- 搜索关于部署问题的洞察
- 显示上周所有高优先级的洞察
- 归档洞察INS-005,它已不再相关
资源
references/
- - references/tag-taxonomy.md:完整标签定义和使用指南
- references/output-examples.md:洞察记录示例