Clubhouse API Skill
clubhouseapi-com
clubhouseapi-com
| Method | Path | Description |
|---|---|---|
POST | /start_phone_number_auth | |
POST | /call_phone_number_auth | Starts phone number auth. |
POST | /resend_phone_number_auth | Call phone number auth. |
POST | /complete_phone_number_auth | Resend phone number auth. |
POST | /check_waitlist_status | Call phone number auth. |
POST | /me | checks waitlist status. |
POST | /get_release_notes | gets user |
GET | /get_all_topics | gets release notes. |
POST | /get_topic | gets all topics. |
POST | /get_clubs_for_topic | looks up topic by ID. |
POST | /get_profile | looks up clubs by topic. |
GET | /get_users_for_topic | looks up user profile by ID. |
GET | /get_channels | looks up users by topic. |
POST | /join_channel | get all channels |
POST | /leave_channel | join a channel. |
POST | /update_username | leave a channel. |
POST | /follow | edits username. |
POST | /refresh_token | follows a user |
POST | /get_suggested_invites | gets an access_token from a refresh_token. |
POST | /get_suggested_club_invites | find users to invite based on phone number. |
POST | /get_club | find users to invite to clubs based on phone number |
GET | /check_for_update | gets club by id |
POST | /invite_to_app | Clubhouse uses this to check for updates when app is not installed from App Store (eg TestFlight) |
POST | /invite_from_waitlist | invite a user to the app, using one of your invites |
POST | /get_following | wave to another user on the waitlist to give them access |
POST | /get_suggested_follows_friends_only | get a list of the users and clubs that this user is following. Returned users have bios truncated to ~80 characters. |
GET | /get_suggested_follows_all | find people to follow by uploading contacts during signup |
POST | /update_notifications | gets suggested follows during signup |
POST | /get_online_friends | updates notification during signup. |
GET | /get_events | gets online friends on the app homepage. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install clubhouseapi-com
Downloads and installs to ~/.claude/skills/clubhouseapi-com/
1 (2026-03-02)