Session Detail
技能 已验证 活跃显示 Claude Code 会话的详细信息,包括统计数据、令牌使用情况、使用的模型、调用的工具、关联的任务以及对话消息。当用户说“显示会话”、“会话详情”或“会话 X 发生了什么”时使用。
为用户提供对其 Claude Code 会话的深入见解,从而更好地理解令牌使用情况、模型行为和对话上下文。
功能
- 详细的会话统计信息和令牌使用情况
- 对使用的模型和调用的工具的分析
- 对话消息的检索和显示
- 会话搜索和过滤功能
- 用于可视化会话浏览的 Web 仪表板
使用场景
- 理解令牌消耗以优化成本
- 回顾过去的对话以回忆上下文或决策
- 调试或审计 AI 生成的代码或内容
- 管理和组织 AI 会话的历史记录
非目标
- 实时与 Claude Code 会话进行交互或修改
- 提供代码生成或编辑功能
- 取代 Claude Code 的核心功能
Security
- info:Unguarded Destructive Operations虽然大多数操作是只读的,“delete”和“cleanup”技能是破坏性的。这些操作通过显式调用和 Claude Code CLI 的用户确认来保护,而不是通过编程的干运行标志。
Scope
- info:Dry-run preview删除和清理等破坏性操作没有特定的 `--dry-run` 标志,而是依赖于显式用户调用和确认,这对于直接 CLI 使用起到了类似的作用。
安装
请先添加 Marketplace
/plugin marketplace add apappascs/claude-code-sessions/plugin install claude-code-sessions@claude-code-sessions质量评分
已验证类似扩展
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Trader Regime
100Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
Github
100Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Typescript Advanced Types
100Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
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 身份验证错误。