Community skillDraft — source instructions not independently live-testedMarketing & publishing

TikTok for Meta Muse

Read your TikTok profile and video list. API access needs TikTok app approval first, and posting is not shipped.

Read TikTok through the TikTok API v2: the authorized user's profile and their video list with view/like/comment counts. **Approval-gated platform, read-only by design:** TikTok requires app review and approval before API access works at all, and most apps cannot post videos without additional TikTok approval. This connector therefore ships only `auth`, `me`, and `videos`. There is no video-post command, and posting must never be claimed to work until a live call against an approved app proves it. Reach for this when the user wants to look at their TikTok profile or video stats from chat.

View original source ↗

How to set it up

Paste a prompt

Draft — these instructions come from the linked source and have not been independently live-tested by OpenTools.

Before you start

  • OAuth 2.0 (per-user; TikTok app approval required)

Steps

  1. Paste the install prompt into a chat with Muse.
  2. Muse fetches the pinned SKILL.md and the 2 files in its manifest.
  3. Authorize your own account through Muse’s secure credential flow.
  4. Have Muse run the status check shown in the source skill.

Prompt to paste into Muse

Install this connector: https://raw.githubusercontent.com/bluman1/muse-connectors/6e31fd44a71f9f28377a1460e64cd7483c3cce22/connectors/tiktok/SKILL.md
Read its Files manifest and install exactly those files. Collect credentials through Muse's secure credential flow; never ask me for raw keys in chat. Run the skill's status check and report the result.

Account access: OAuth 2.0 via the secure credential flow (`credentials.request_api_access`); the runtime performs the token exchange/refresh and hands the CLI a fresh Bearer token

Allowed hosts: open.tiktokapis.com

Confirm it works: `bin/tiktok.py auth`

Services it connects with

These are the services the connector uses. The publisher is identified separately.

← Browse all Muse connectors