Loading...
Loading...
Operate the WeWork CLI for workspace booking workflows, including authentication setup with `WEWORK_USERNAME` / `WEWORK_PASSWORD`, location and desk discovery, booking creation, booking listing, and calendar export. Use when requests mention `wework` commands or the npm package `wework-cli`, especially for command construction, flag troubleshooting, and safe pre-book checks.
npx skill4agent add dvcrn/skills weworkweworkreferences/commands.mdreferences/example-output.mdlocationsdesksbookbookingscalendarnpm install -g wework-cliexport WEWORK_USERNAME="your_username"
export WEWORK_PASSWORD="your_password"wework bookings--username--password# list locations in Tokyo
wework locations --city "tokyo"
# list available desks in Bangkok for a date
wework desks --city "Bangkok" --date 2025-12-09
# list available desks for one location UUID
wework desks --location-uuid YOUR_LOCATION_UUID --date 2026-03-01
# create booking range with city + space name
wework book --city "Tokyo" --name "Shibuya Scramble Square" --date 2026-02-18~2026-02-20
# list upcoming bookings
wework bookings
# write ICS file for calendar import
wework calendar --calendar-path ./wework_bookings.ics--dateYYYY-MM-DDYYYY-MM-DD~YYYY-MM-DD--helpbooklocationsdesks--dateYYYY-MM-DDbookingsWEWORK_USERNAMEWEWORK_PASSWORD--username--password/Users/david/src/wework-cli/README.mdmewework --help--help--datebookdesksme