setup-threadslisted
Install: claude install-skill ttalkkaklab/social-flow
# Threads channel setup — browser HITL
This skill attaches **a live Threads account** to one channel (brand). It drives
account signup, profile branding, Meta app permission setup, and OAuth token
issuance through the browser, but **hands over only the points that need human
hands** (login click · verification code · birthdate · consent screen). When it's
done, a 60-day long-lived token sits at `<SNS_TOKEN_DIR>/<slug>/threads_token`
and you can publish with `channel: "<slug>"`.
Setup skills are **split per platform** — the signup flow, app console, and token
exchange differ completely between platforms. Threads and Instagram share a Meta
app but differ in tester path and scopes, and YouTube is on the Google side,
different altogether. This is the `setup-<platform>` family, parallel to the
growth skills (`grow-<platform>`).
## What runs automatically, what gets handed over
Form filling, page navigation, and consent clicks run automatically through the
browser. The following **must be handed to the user because automation gets
soft-blocked** — don't try to punch through with automated clicks:
- **Clicking the login button** — an automated click triggers the
"연결할 수 없습니다" (can't connect) soft-block. Fill in the username and
password, then have the user press only the login button.
- **Entering verification codes** — email/SMS codes. With the user's permission
you can read Gmail to find the code, but confirm before the final entry and
submit.
- **Birthdate · CAPTCHA ·