cass
搜索您的编码代理历史记录
开发人员容易丢失 AI 编码助手找到的解决方案。此工具将来自 Claude Code、Codex、Gemini、Cursor 和其他 8+ 个代理的会话索引到统一的可搜索数据库中。
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "cass". 搜索 TypeScript 类型模式
Resultado esperado:
Found 3 relevant sessions:
1. Claude Code: Created interface for API response (src/api/types.ts:15)
2. Cursor: Added type guards for user input (lib/validation.ts:42)
3. Aider: Refactored to use discriminated unions (types/events.ts:8)
A utilizar "cass". 查看今天的活动
Resultado esperado:
Timeline (Today - 6 hours of activity):
09:00-10:00: Database schema design (Claude Code)
10:00-11:00: API endpoint implementation (Cursor)
11:00-12:00: Authentication tests (Aider)
Auditoria de Segurança
Baixo RiscoLegitimate developer tool for indexing and searching coding agent session history. Static findings are false positives: shell backticks in documentation examples, AES-256-GCM encryption documentation, and standard dev path access for indexing. No malicious intent detected.
Fatores de risco
⚙️ Comandos externos (1)
🌐 Acesso à rede (1)
📁 Acesso ao sistema de arquivos (1)
Pontuação de qualidade
O Que Você Pode Construir
查找过去的解决方案
搜索您的整个代理历史记录以查找您之前发现的解决方案。可按错误消息、函数名称或概念进行查询。
跨代理研究
比较不同 AI 代理如何处理同一问题。查看其解决方案中的模式并从其不同策略中学习。
团队交接
与团队成员分享相关的过往会话。导出上下文以便下一个代理了解已经尝试过的内容。
Tente Estes Prompts
Search my agent sessions for solutions related to #{query}. Use cass search "#{query}" --robot --limit 10 --days 30. Report any relevant code patterns or commands that worked.Find all sessions where I dealt with #{error_type}. Use cass search "#{error_type}" --robot --fields summary. Show me the approaches that succeeded.Show me my agent activity for today. Use cass timeline --today --json --group-by hour. Summarize what I worked on.
Compare how Claude Code and Cursor handled #{topic}. Search both agents separately and show me their different approaches.Melhores Práticas
- 安装后运行 cass index --full 以确保完整的会话覆盖
- 在所有 AI 到 AI 的交互中使用 --robot 标志以获取结构化的 JSON 输出
- 启用监视模式(cass index --watch)以在开发期间进行实时索引
- 配置远程源以搜索所有开发机器上的会话
Evitar
- 在自动化工作流中运行 cass 时不使用 --robot 标志(会阻塞终端)
- 代理会话数据更改后跳过定期索引
- 使用不精确的搜索词导致返回太多不相关的结果
- 在令牌预算有限时忽略 --limit 标志
Perguntas Frequentes
CASS 支持哪些代理?
robot 模式与 TUI 模式有何不同?
CASS 可以搜索远程机器吗?
加密的 ChatGPT 会话会怎样?
CASS 会将数据发送到云端吗?
索引需要多少磁盘空间?
Detalhes do Desenvolvedor
Autor
DicklesworthstoneLicença
MIT
Repositório
https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/tree/main/skills/cassReferência
main
Estrutura de arquivos
📄 SKILL.md