一键导入
bottle
Open Horizon Labs orchestration. "$bottle init" for setup, "$bottle dive" to start sessions, "$bottle web-context" for fresh docs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Open Horizon Labs orchestration. "$bottle init" for setup, "$bottle dive" to start sessions, "$bottle web-context" for fresh docs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Address PR comments for GitHub issue PRs, resolve feedback, push fixes
Open Horizon Labs meta-tool. One entry point for ba, wm, and superego. Use "bottle-init" to set up all tools, "bottle-status" to check state.
Task tracking. "$ba status" for current tasks, "$ba claim <id>" to start work, "$ba finish <id>" when done.
Metacognitive oversight. "$sg review" for on-demand evaluation, "$sg init" to set up, "$sg audit" to review decisions.
Working memory. "$wm dive" to prep sessions, "$wm compile" for context, "$wm distill" to extract learnings.
| name | bottle |
| description | Open Horizon Labs orchestration. "$bottle init" for setup, "$bottle dive" to start sessions, "$bottle web-context" for fresh docs. |
Bottle is a meta-package that orchestrates the Open Horizon Labs tools:
These commands invoke the bottle CLI. If bottle is not installed, show:
bottle not installed. Install with:
brew tap open-horizon-labs/homebrew-tap && brew install bottle
# or: cargo install bottle
Install a bottle ecosystem and set up Codex integration.
bottle install stable && bottle integrate codex
This installs the stable bottle (ba, wm, sg tools) and sets up all Codex skills.
Show current bottle state.
bottle status
Update to the latest bottle snapshot.
bottle update
Exit bottle management.
bottle eject
These features leverage Codex-specific capabilities not available in Claude Code or OpenCode.
Start a focused work session with explicit intent. This is the recommended way to begin any work.
This is a shortcut to $wm dive [intent] - see that skill for the full agent flow.
Intent options:
fix - Bug fix sessionplan - Design/architecture workexplore - Understanding codeship - Getting changes mergedQuick version:
git status && git log --oneline -3
wm compile
Write .wm/dive_context.md with intent, context, and workflow
Confirm: "Dive prepped. Intent: [intent]. Ready to work."
No dive is too small. Even a quick bug fix benefits from 30 seconds of explicit intent.
Sync knowledge from recent Codex sessions into working memory.
Steps:
SESSIONS_DIR="$HOME/.codex/sessions"
find "$SESSIONS_DIR" -name "rollout-*.jsonl" -mtime -7 | tail -5
wm distill for knowledge extractionWhen to use:
codex resume)Augment working memory with fresh web results (uses Codex web search).
Steps:
wm compile<query>Example:
$bottle web-context "rust async patterns 2026"
When to use:
Prepare context for resuming a previous Codex session.
Steps:
wm compile outputIntegrates with codex resume for seamless continuity.
Show the AGENTS.md content that bottle recommends. This is for reference or manual addition.
Output the contents of the AGENTS.md.snippet file (bundled with this skill).