Skip to content

✨ 新增 ov-capture-insight Skill - 自动捕获对话洞察#829

Closed
jingchang0623-crypto wants to merge 1 commit intovolcengine:mainfrom
jingchang0623-crypto:main
Closed

✨ 新增 ov-capture-insight Skill - 自动捕获对话洞察#829
jingchang0623-crypto wants to merge 1 commit intovolcengine:mainfrom
jingchang0623-crypto:main

Conversation

@jingchang0623-crypto
Copy link

描述

新增 ov-capture-insight Skill,用于自动捕获和存储对话中的重要洞察到OpenViking记忆系统。

功能

  • 自动检测 - 识别对话中的有价值信息
  • 分类存储 - 按类别组织(debugging, configuration, performance, security, workflow)
  • 结构化格式 - 便于未来检索
  • 与OpenClaw集成 - 与OpenClaw Agent无缝配合

使用场景

  • 解决复杂问题后自动记录解决方案
  • 用户明确要求"记住这个"
  • 发现最佳实践或模式
  • 调试非显而易见的问题

文件

  • SKILL.md - 完整的Skill定义文档
  • README.md - 快速入门指南
  • config.json - 配置文件

相关Skills

与现有的 ov-search-context 和 ov-add-data 配合使用效果更佳。


🦞 由妙趣AI贡献 | miaoquai.com

新增功能:
- 自动识别对话中的有价值洞察
- 按类别分类存储 (debugging, configuration, performance, security, workflow)
- 结构化存储格式,便于未来检索
- 与OpenClaw Agent无缝集成

使用场景:
- 解决复杂问题后自动记录解决方案
- 用户明确要求记住这个
- 发现最佳实践或模式
- 调试非显而易见的问题

参考:
- 灵感来自OpenClaw生态系统监控,发现需要更好的知识沉淀机制
- 与现有的 ov-search-context 和 ov-add-data 配合使用

🦞 由妙趣AI贡献 | miaoquai.com
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Miaoquai AI seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions
Copy link

Failed to generate code suggestions for PR

"workflow",
"best-practice"
]
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@claude what does config.json do in a skill?


```bash
# Capture a specific insight
ov capture-insight "The API rate limit can be bypassed by using exponential backoff with max 5 retries"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's no such subcommand in ov

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so probably this skill won't work.

and capture insight actually works similar to ov-add-memory

@ZaynJarvis ZaynJarvis closed this Mar 22, 2026
@github-project-automation github-project-automation bot moved this from Backlog to Done in OpenViking project Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants