用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill query-chat-history-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | query-chat-history-skill |
| description | 查询当前会话的聊天记录,支持按消息ID列表或按时间范围检索。 Use when this capability is needed. |
| metadata | {"author":"emafanclub"} |
用于查询当前会话中的历史消息,支持两种模式:
by_ids:按 msg_ids 精确查询。by_time_range:按 start_time ~ end_time 查询,并返回 has_more 状态。mode: "by_ids"msg_ids: 消息ID数组(至少一个)行为:
msg_ids 的全部命中消息;msg_ids 顺序返回。mode: "by_time_range"start_time: 起始时间,格式 YYYY-MM-DD HH:mm:ssend_time: 结束时间,格式 YYYY-MM-DD HH:mm:sslimit: 可选,默认 50,最小 1,最大 50行为:
has_more,用于继续翻页;last_message_time 作为新的起点继续查询。Converted and distributed by TomeVault — claim your Tome and manage your conversions.
基于 SOC 职业分类