← ClaudeAtlas

setup-threadslisted

Opens a live Threads account and wires its API token into social-flow. Use when the user asks to "스레드 채널 개설", "스레드 계정 만들어", "스레드 API 연동해줘", "스레드 붙여줘", "set up a Threads channel/account". Drives signup, profile branding, Meta app tester and permission setup, and OAuth token issuance in the browser through ego lite, handing the screen to the user for login, verification codes and consent, then saves the 60-day token under SNS_TOKEN_DIR/[slug]/threads_token and verifies it with sns_account_check. Resumable — it detects what is already done and continues from the first unfinished step.
ttalkkaklab/social-flow · ★ 0 · AI & Automation · score 75
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 ·