From wework
Use this skill when a user explicitly wants WeWork actions through the installed `wework` CLI, such as "book a WeWork desk", "list WeWork desks in Tokyo tomorrow", "show my WeWork bookings", "list WeWork locations", or "generate a WeWork calendar export". Do not use it for generic coworking, travel planning, or unrelated calendar requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wework:weworkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to operate the installed `wework` binary for real WeWork member tasks. The skill is about using the CLI that is already installed, not reimplementing WeWork API flows.
Use this skill to operate the installed wework binary for real WeWork member tasks. The skill is about using the CLI that is already installed, not reimplementing WeWork API flows.
wework binary is on PATH before relying on it.WEWORK_USERNAME and WEWORK_PASSWORD, or the equivalent --username and --password flags.wework locations --city ... first when the user does not know the location UUID.wework desks --date ... before wework book when the user wants to inspect availability.wework book --date ... only when the user explicitly wants to reserve a desk.wework bookings for current or upcoming reservations, and wework bookings --past for history.wework calendar --calendar-path ... when the user wants an .ics export.wework me for profile or membership context.wework quote is a stable secondary command when the user wants cost or credit details without creating a booking.wework info is a stable secondary command for location amenities, hours, and entrance instructions.--json when the result will be parsed or summarized programmatically.locations, then pass --location-uuid into later commands.--city plus --name for book, quote, or info.desks, either --location-uuid or --city is required.book and quote, either --location-uuid or both --city and --name are required.wework_bookings.ics; set --calendar-path when the output filename matters.2026-03-152026-03-15,2026-03-18,2026-03-202026-03-15~2026-03-19Read references/commands.md for exact invocation patterns.
Read references/auth.md when authentication or secret handling is relevant.
Read references/booking-flow.md when booking behavior or failures need diagnosis.
WEWORK_USERNAME and WEWORK_PASSWORD or explicit flags.wework locations --city ... first, then retry with the location UUID.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub dvcrn/wework-cli --plugin wework