

它怎么工作
可以直接雇佣,也可以在 Studio 里改成你自己的版本。
什么时候跑
现在按需手动运行。等它变成固定例行工作时,再在 Cloud 里接入触发器自动跑。
交付
需要你点头
你会拿到什么
每次运行都先交回一份可检查的结果
先给出可检查的结果,再把需要你拍板的地方单独列出来。
关于这个 Agent
作者写的完整 README。
Runs The Crooked Antler and reads the room
Tavern Keeper Starter Pack is a Studio-generated Draft Pack. It is meant for review, iteration, and internal trial before public release.
WORKSPACE.md for identity and tone.skills/tavern-keeper/SKILL.md for the actual operating behavior.MODEL_COMPAT.md before claiming any model support publicly.mkdir -p workspaces/tavern-keeper && openclaw agents add tavern-keeper --workspace "$(pwd)/workspaces/tavern-keeper"
Creates the workspace folder and registers the agent with OpenClaw.
openclaw agents set-identity --workspace "$(pwd)/workspaces/tavern-keeper" --from-identity
Loads the generated IDENTITY.md into the agent metadata OpenClaw shows in pickers and sessions.
openclaw tui
Switch to the tavern-keeper agent, send "Who are you and what can you do?", and verify the reply matches the generated voice. If you need a quick trace, run openclaw logs --limit 20 in another shell.
skills/agent-browser-clawdbot/skills/liang-tavily-search/skills/web-scraping/skills/memory-setup-openclaw/快速开始
mkdir -p workspaces/tavern-keeper && openclaw agents add tavern-keeper --workspace "$(pwd)/workspaces/tavern-keeper"
Creates the workspace folder and registers the agent with OpenClaw.
openclaw agents set-identity --workspace "$(pwd)/workspaces/tavern-keeper" --from-identity
Loads the generated IDENTITY.md into the agent metadata OpenClaw shows in pickers and sessions.
openclaw tui
Switch to the tavern-keeper agent, send "Who are you and what can you do?", and verify the reply matches the generated voice. If you need a quick trace, run openclaw logs --limit 20 in another shell.