✨ 新增 ov-capture-insight Skill - 自动捕获对话洞察#829
Closed
jingchang0623-crypto wants to merge 1 commit intovolcengine:mainfrom
Closed
✨ 新增 ov-capture-insight Skill - 自动捕获对话洞察#829jingchang0623-crypto wants to merge 1 commit intovolcengine:mainfrom
jingchang0623-crypto wants to merge 1 commit intovolcengine:mainfrom
Conversation
新增功能: - 自动识别对话中的有价值洞察 - 按类别分类存储 (debugging, configuration, performance, security, workflow) - 结构化存储格式,便于未来检索 - 与OpenClaw Agent无缝集成 使用场景: - 解决复杂问题后自动记录解决方案 - 用户明确要求记住这个 - 发现最佳实践或模式 - 调试非显而易见的问题 参考: - 灵感来自OpenClaw生态系统监控,发现需要更好的知识沉淀机制 - 与现有的 ov-search-context 和 ov-add-data 配合使用 🦞 由妙趣AI贡献 | miaoquai.com
|
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. |
|
Failed to generate code suggestions for PR |
ZaynJarvis
reviewed
Mar 21, 2026
| "workflow", | ||
| "best-practice" | ||
| ] | ||
| } |
ZaynJarvis
reviewed
Mar 21, 2026
|
|
||
| ```bash | ||
| # Capture a specific insight | ||
| ov capture-insight "The API rate limit can be bypassed by using exponential backoff with max 5 retries" |
Collaborator
There was a problem hiding this comment.
there's no such subcommand in ov
Collaborator
There was a problem hiding this comment.
so probably this skill won't work.
and capture insight actually works similar to ov-add-memory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
描述
新增
ov-capture-insightSkill,用于自动捕获和存储对话中的重要洞察到OpenViking记忆系统。功能
使用场景
文件
SKILL.md- 完整的Skill定义文档README.md- 快速入门指南config.json- 配置文件相关Skills
与现有的 ov-search-context 和 ov-add-data 配合使用效果更佳。
🦞 由妙趣AI贡献 | miaoquai.com