一键导入
game-recall
Search gameplay knowledge and history. Use when you need to remember something about a location, character, quest, item, or past decision.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search gameplay knowledge and history. Use when you need to remember something about a location, character, quest, item, or past decision.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Send a prompt to Codex (OpenAI) and get a response. Use for code review, refactoring, architecture questions, or any task where a second model's perspective is valuable. Synthesize Codex output with your own analysis.
Log a gameplay decision, action, or event to the game log. Use at major decision points, after combat, after completing objectives, or when changing strategy.
Record a gameplay discovery or learning to the knowledge files. Use this whenever you discover something worth remembering — a new NPC, a quest clue, a useful item, a combat tactic, or world lore.
基于 SOC 职业分类
| name | game-recall |
| description | Search gameplay knowledge and history. Use when you need to remember something about a location, character, quest, item, or past decision. |
| allowed-tools | Bash, Read, Grep |
| argument-hint | [search terms] |
Search for "$ARGUMENTS" across all knowledge files and the game log.
source scripts/executor.sh && recall "$ARGUMENTS"grep -i -B2 -A5 "$ARGUMENTS" game/game_log.md | tail -100Never load the full game_log.md — always search/grep it.