用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Fergana-Labs/stash --skill resurface命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | resurface |
| description | Pick a few old saves worth revisiting now, and say why now. |
| when_to_use | When the user asks what they've forgotten, wants something resurfaced from their archive, or a scheduled resurfacing fires. |
| version | 1 |
The home feed already resurfaces saved items at random. Doing that again adds nothing. The whole value here is why now — the connection between something the user saved months ago and what they are doing this week.
If you cannot find that connection for an item, do not resurface it. Three items with a real reason beat ten without.
Old saves, from the Bookmarks table:
query_table(table_name="Bookmarks",
filters=[{"column_id": "<Saved>", "op": "lte", "value": "<90 days ago>"}],
limit=100)
This is the part a bookmark manager cannot do, and it is the only reason this skill is worth running. Look at what the user has actually been doing:
search_history / fetch_history — what they have been working on latelyThen look for old saves that speak to it: an article they saved before a problem became relevant, a technique they bookmarked and never used, a counter-argument to a position they have since adopted.
Two to four items. For each:
Say nothing else. No preamble, no encouragement to read more.