💡 摘要
此技能允许用户搜索存储在文件系统中的Claude记忆,无需额外开销。
🎯 适合人群
寻找高效内存搜索工具的AI开发者需要快速访问存储信息的数据科学家使用Claude Code的软件工程师探索AI能力的技术爱好者
🤖 AI 吐槽: “看起来很能打,但别让配置把人劝退。”
安全分析中风险
风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。
rg_history - Agent Skill
Claude's entire memory exists in the file system. This is a skill to search it.
No vector databases. No indexing. No additional overhead. Agent discovery at its best and simplest.
Install (Claude Code)
ripgrep must be installed.
# Personal installation git clone https://github.com/backnotprop/rg_history.git ~/.claude/skills/rg_history # Project installation git clone https://github.com/backnotprop/rg_history.git .claude/skills/rg_history
Restart Claude Code. The skill loads automatically.
五维分析
清晰度8/10
创新性6/10
实用性7/10
完整性6/10
可维护性7/10
优缺点分析
优点
- 搜索没有额外开销
- 简单的安装过程
- 直接访问Claude的记忆
缺点
- 没有索引可能会减慢搜索速度
- 仅限于Claude的记忆
- 依赖于ripgrep的安装
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 backnotprop.
