Session Persist
技能 已验证 活跃Persist and restore agent sessions across conversations with state snapshots
Persist and restore agent sessions across conversations with state snapshots, enabling users to pause and resume work seamlessly.
功能
- Save agent sessions
- Restore agent sessions
- List saved sessions
- View session details
- Delete old sessions
- Automatic session saving/restoring via hooks
使用场景
- Pausing long-running agent tasks to resume later
- Checkpointing progress during complex agent workflows
- Managing multiple agent sessions for different projects
- Restoring agent context after an interruption or restart
非目标
- Managing conversational history beyond session state
- Storing arbitrary files or data unrelated to agent context
- Interacting with external systems not directly related to session persistence
工作流
- Call `session_save` to snapshot current state
- Call `session_list` to see all saved sessions
- Call `session_restore` to resume a previous session
- Call `session_info` for session details
- Call `session_delete` to remove old sessions
- Utilize `hooks_session-start`, `hooks_session-end`, `hooks_session-restore` for automated management
安装
请先添加 Marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-rvf@ruflo质量评分
已验证类似扩展
Guard
100保护 Claude Code 会话免受上下文溢出影响,通过运行一个后台守护进程来监控会话大小并在压缩命中之前自动进行修剪。当用户说“guard”、“protect session”、“context getting long”、“prevent compaction”、“session management”或正在运行需要持续上下文保护的代理团队时使用。
Session Export
100将 Claude Code 会话导出为干净、可读的 markdown 格式的会话记录。当用户想要导出会话、创建会话记录、将会话历史记录保存到文件或说“导出此会话”时使用。
Horizon Track
100Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection
Cli Anything Macrocli
100Use when the agent wants to define, list, inspect, or execute GUI macros via the MacroCLI CLI. Macros are parameterized, CLI-callable workflows — the agent invokes `macro run <name>` and the system handles backend routing (plugin, file transform, accessibility, compiled GUI replay).
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用,以减少直接的 Anthropic 支出,配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖,或对 Copilot 代理设置失败进行故障排除,例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。