Agent Skills
› WingedGuardian/GENesis-AGI
› unshelve
unshelve
GitHub用于搜索和恢复之前搁置的会话。通过关键词查询或浏览最近书签,调用 MCP 工具获取会话详情及恢复命令,帮助用户快速定位并继续之前的工作上下文。
Trigger Scenarios
用户希望查找并恢复之前保存的会话
用户需要通过关键词搜索历史书签
Install
npx skills add WingedGuardian/GENesis-AGI --skill unshelve -g -y
SKILL.md
Frontmatter
{
"name": "unshelve",
"description": "Search for shelved sessions — find past bookmarked sessions by keyword or browse recent ones."
}
Unshelve Session
Find and resume a previously shelved session.
This skill wraps the bookmark_unshelve MCP tool
(mcp__genesis-memory__bookmark_unshelve). The legacy command at
.claude/commands/unshelve.md is superseded by this skill (skills take
precedence over commands when names collide).
Arguments
/unshelve— show the 5 most recent bookmarks/unshelve auth— search bookmarks matching "auth"/unshelve plan approved— search for plan sessions
Steps
-
Call
bookmark_unshelveMCP tool (mcp__genesis-memory__bookmark_unshelve) with:query: the user's search text (or empty string for recent)limit: 5 (default)
-
Display results. For each bookmark, show:
- Topic and tags
- When it was created
- Whether it has a rich summary
- The resume command:
claude --resume <session_id>
Version History
- f9015bb Current 2026-07-05 18:17


