wework

Operate the wework CLI to locate workspaces, check availability, and create bookings.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/dvcrn/skills --skill wework
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wework
Source: https://github.com/dvcrn/skills/tree/main/plugins/wework/skills/wework
Command: npx skills add https://github.com/dvcrn/skills --skill wework

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables reliable location discovery, desk availability checks, and safe booking flows for WeWork using the wework CLI so users avoid failed or duplicate reservations and confirm availability before booking.

Core Features & Use Cases

  • Operate the wework CLI to list locations by city and inspect available desks for specific dates.
  • Create bookings (single-day or date ranges), list upcoming bookings, and export bookings as an ICS calendar file.
  • Use Case: Validate a target location and date, confirm desk availability, create a booking, and verify the result in the bookings list before sharing calendar entries.

Quick Start

Using the wework CLI, list locations for a city, check desk availability for your date, and create a booking only after confirming availability.

Frequently Asked Questions about wework

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check WeWork desk availability for a specific date using a CLI?

To check WeWork desk availability, use the wework CLI to list locations by city and inspect available desks for your target date. The CLI requires authentication via WEWORK_USERNAME and WEWORK_PASSWORD environment variables or explicit flags to query workspace data.

Can I automate WeWork desk bookings from the command line?

Yes, you can automate WeWork desk bookings using the wework CLI to create single-day or date range reservations. The CLI parses plain text output conservatively, allowing automation scripts to verify booking creation and avoid duplicate reservations.

Do I need the wework-cli package installed to book desks through the command line?

Yes, the wework-cli package or wework CLI must be installed and accessible in your environment. Authentication requires WEWORK_USERNAME and WEWORK_PASSWORD credentials to perform location lookups, desk availability checks, and booking operations.

How do I export WeWork bookings to an ICS calendar file?

To export WeWork bookings to an ICS calendar file, use the wework CLI to list upcoming bookings and generate the ICS export. This allows you to share calendar entries after verifying your reservations in the bookings list.

What is the best way to avoid failed or duplicate WeWork reservations?

The best way to avoid failed or duplicate WeWork reservations is to validate the target location and date, confirm desk availability, create the booking, and verify the result in the bookings list before sharing calendar entries.

Why does my wework CLI booking fail even when I provide credentials?

WeWork CLI booking failures can occur if desk availability is not confirmed before booking. The CLI requires conservative parsing of plain text output, so always validate the location, check desk availability for your date, and verify the booking result.