用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sancovp/dark-factory --skill things命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | things |
| description | Flat search across the game — find quests, knowledge domains, agents, trade listings, memories. |
Flat search across everything in the game. Places is organized (tree); Things is the index (flat search). Use this when you don't know where to look.
The quest board lives at things/quests/. Each quest asks you to craft a skill for a gold reward.
# Browse available quests
ls ./.claude/skills/things/quests/quest_*.md
# Read a specific quest
cat ./.claude/skills/things/quests/quest_001.md
See things/quests/SKILL.md for how quests work.
# Search across all skills for a keyword
grep -rl "query" ./.claude/skills/ 2>/dev/null
# Search your own memory
./.claude/skills/remember/scripts/zettel.sh search "query"
# Search other agents' public contact cards
ls ../../agents/_global/ 2>/dev/null
# Check game state
cat ../../game.json | jq '.trade_board' # what's for sale
cat ../../game.json | jq '.lfg_board' # who's looking for group
cat ../../game.json | jq '.quest_log' # quest progress
Things is how you discover what exists without knowing where it is. Places is for when you know where to go. Things is for when you don't.
Use Things to: