/install outgoing-event-discovery
Outgoing — things to do
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 book tickets when you're ready.
Use this general skill for everyday "what's on / where should we eat" requests. For a specific plan, prefer the matching companion — each is tuned to get you better results:
| 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 — 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 step-free, wheelchair-accessible places |
book-tickets |
buy tickets for a bookable activity |
How it works
Calls the Outgoing Partner API (GET /partner/v1/search) — one
natural-language search returns up to 20 ranked, real venues/events. 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
export OUTGOING_API_KEY="og_api_…" # partner scope — get one at https://outgoing.world
Provision each end user once (POST /partner/v1/users with their
external_user_id), then pass that id as X-External-User-Id on every call. A
404 means provision them first (details in llms.txt).
Search
curl -sS -G https://api.outgoing.world/partner/v1/search \
-H "Authorization: Bearer $OUTGOING_API_KEY" \
-H "X-External-User-Id: user-123" \
--data-urlencode "prompt=live jazz and a late dinner tonight" \
--data-urlencode "city=paris"
city— the city to search, lowercase with underscores (e.g.paris,new_york,tokyo,mexico_city). Defaults tonew_york. Outgoing is global — pass whatever city the user names.- Returns
{ message, activities[] }; each activity hasname,short_description,semantic_location,is_bookable,ticket_price, …. - Optional
lat/lngcenter the search on a landmark or neighborhood.
Shape the 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 dinner near the Eiffel Tower for four people"
Present & book
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. To buy tickets, use
the book-tickets skill (POST /partner/v1/bookings).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install outgoing-event-discovery - 安装完成后,直接呼叫该 Skill 的名称或使用
/outgoing-event-discovery触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Discover Events in Any City 是什么?
Find and book real-world things to do — restaurants, bars, concerts, comedy, museums, events, and activities — via natural-language search. The general entry... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Discover Events in Any City?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install outgoing-event-discovery」即可一键安装,无需额外配置。
Discover Events in Any City 是免费的吗?
是的,Discover Events in Any City 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Discover Events in Any City 支持哪些平台?
Discover Events in Any City 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Discover Events in Any City?
由 Outgoing(@outgoing)开发并维护,当前版本 v0.1.5。