一键导入
evotown-dispatch-complete
Report Evotown dispatch job completion after the agent finishes real work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Report Evotown dispatch job completion after the agent finishes real work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
通过 Evotown Database MCP Proxy 对已注册的业务数据库执行只读 SQL 查询。当用户需要查 CRM、订单、报表等结构化数据时使用;禁止直连数据库或写入 SQL。
Queue a cross-agent or cross-team handoff through the Evotown control plane.
Browser automation CLI for AI agents. Requires Node.js with agent-browser. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
基于 SOC 职业分类
| name | evotown-dispatch-complete |
| description | Report Evotown dispatch job completion after the agent finishes real work. |
Evotown dispatch messages include a footer like [evotown] job_id=job_…. Do not treat the OpenClaw hook HTTP response as task completion.
When the user-visible work is done:
evotown-agent-setup.py complete \
--job-id <job_id from the message> \
--status succeeded \
--summary "One-line outcome for the control plane"
On failure:
evotown-agent-setup.py complete --job-id <job_id> --status failed --exit-code 1 --summary "reason"
Requires EVOTOWN_ENGINE_INGEST_TOKEN (evi_…) in ~/.config/evotown/evotown.agent.env.
Alternatively POST run.completed to {EVOTOWN_URL}/api/v1/events with the same run_id as in the message footer.