一键导入
scout-dream
Launch a Scout dreaming session as a background process. Processes feedback, does KB deep work, and works on wishlist items.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Launch a Scout dreaming session as a background process. Processes feedback, does KB deep work, and works on wishlist items.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Launch a Scout morning briefing session as a background process. Auto-detects mode (morning briefing, consolidation, or weekend briefing) from the current time and day.
Launch a Scout consolidation session as a background process. Runs a lighter delta scan — captures what changed since the last run and updates action items and KB.
Launch a Scout research session as a background process. Goes outward — discovers new information about KB entities via web search, docs, and APIs, then integrates findings.
| name | scout-dream |
| description | Launch a Scout dreaming session as a background process. Processes feedback, does KB deep work, and works on wishlist items. |
Launch a SCOUT dreaming session as a background process on this machine.
Do the following steps:
Run nohup bash ~/Scout/run-dreaming.sh > /dev/null 2>&1 & to launch the dreaming session in the background. Capture the PID.
Find the most recent log file: ls -t ~/Scout/.scout-logs/dreaming-*.log | head -1
Report to the user:
tail -f <log_file>