CA
Clubhouse API
/get_suggested_follows_all
gets suggested follows during signup
gets suggested follows during signup
liveunknown~3s typical
clubhouse
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-clubhouseapi-com /get_suggested_follows_all for me.
Input
| Field | Type | Description |
|---|---|---|
| in_onboarding | boolean | default null |
| page_size | integer | default null |
| page | integer | default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-clubhouseapi-com","endpoint":"/get_suggested_follows_all","input":{"in_onboarding":true,"page_size":1,"page":1}}'cli
npx cracked-ai run -p oa-clubhouseapi-com -e /get_suggested_follows_all -i '{"in_onboarding":true,"page_size":1,"page":1}'mcp
run_tool({ provider: "oa-clubhouseapi-com", endpoint: "/get_suggested_follows_all", input: {"in_onboarding":true,"page_size":1,"page":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.