/install activity-discovery-and-booking
Outgoing — The AI-First Index for Ephemeral Events and Activities
Outgoing is an AI concierge for the real world: turn any "what should we do?" into a short, ranked list of real places and events, and automatically book tickets or make reservations when you're ready.
Use this general skill for everyday "what's on / where should we eat" requests at home, as well as detailed planning when you and your family are traveling.
We offer many skills specifically tuned to get you better results for common scenarios:
| Skill | Helps you… |
|---|---|
date-night |
plan a romantic night out for two |
kids-weekend |
find family- and kid-friendly fun |
trip-planning |
make the most of a visit to a new city |
work-meetup |
pick the right spot for a client dinner or meeting |
enjoy-nature |
get outside to parks, gardens, scenic walks, hikes |
friends-hangout |
round up a fun night with a group |
meet-new-people |
find welcoming social events to meet people |
pet-friendly |
bring your dog or pet along |
stay-active |
do something sporty and active |
accessible-outings |
find low-mobility, accessible places |
book-tickets |
buy tickets for a bookable activity |
make-reservation |
reserve a table at a restaurant |
How it works
Calls the Outgoing API (GET /partner/v1/search) — one
natural-language search returns ranked, personalized, high-quality events and activities. Full
reference (auth, every parameter, booking, schemas) as plain Markdown:
\x3Chttps://www.outgoing.world/llms.txt> and \x3Chttps://www.outgoing.world/llms-full.txt>.
Setup
You can authenticate with either an Outgoing API key or an AAuth key — AAuth keys are auto-provisioned by OpenClaw (see \x3Chttps://www.npmjs.com/package/@aauth/mcp-openclaw>). If you're not using AAuth, request an API key with the partner scope and store it in an env var:
export OUTGOING_API_KEY="og_api_…" # partner scope — get one at https://outgoing.world
For Claw, usually your agent will act on behalf of a single user account, but you can provision
additional users (e.g. for a partner or family member) and pass that id as X-External-User-Id.
Formulating your prompt
Pass the user's intent verbatim and fold in timeframe, vibe, group, and any
landmark. One rich prompt beats several thin ones.
- "what's on tonight in SoMa — drinks and live music"
- "low-key things to do this rainy Sunday afternoon"
- "best outdoor music near the Eiffel Tower next weekend"
Running the search
curl -sS -G https://api.outgoing.world/partner/v1/search \
-H "Authorization: Bearer $OUTGOING_API_KEY" \
--data-urlencode "prompt=live jazz and a late dinner tonight" \
--data-urlencode "city=paris"
city— an optional hint to ground the search, if the query doesn't specify enough. Overridden by the contents of the query (e.g.live jazz in Soho)- Returns
{ message, activities[] }; each activity hasactivity_id,name,short_description,semantic_location,is_bookable,ticket_price, ….
Lead with the message, then list picks: name, one-line
short_description, neighborhood (semantic_location), and the price label
when is_bookable. Render picture_url where supported. Only report what the
API returns — never invent venues, prices, or availability.
Booking (optional)
To buy tickets, use the book-tickets skill (POST /partner/v1/bookings).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install activity-discovery-and-booking - 安装完成后,直接呼叫该 Skill 的名称或使用
/activity-discovery-and-booking触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Discover and Book Activities in Any City 是什么?
Find things to do and places to eat in any city — restaurants, bars, concerts, comedy, museums, and live events — by natural-language search. Also books tick... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。
如何安装 Discover and Book Activities in Any City?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install activity-discovery-and-booking」即可一键安装,无需额外配置。
Discover and Book Activities in Any City 是免费的吗?
是的,Discover and Book Activities in Any City 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Discover and Book Activities in Any City 支持哪些平台?
Discover and Book Activities in Any City 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Discover and Book Activities in Any City?
由 Outgoing(@outgoing)开发并维护,当前版本 v0.2.1。