π¦ ClawHub
TikTok API
by @justoneapi
Analyze TikTok workflows with JustOneAPI, including user Published Posts, post Details, and user Profile across 7 operations.
TERMINAL
clawhub install justoneapi-tiktokπ About This Skill
name: TikTok API description: Analyze TikTok workflows with JustOneAPI, including user Published Posts, post Details, and user Profile across 7 operations. author: JustOneAPI homepage: https://api.justoneapi.com metadata: {"openclaw":{"homepage":"https://api.justoneapi.com","primaryEnv":"JUST_ONE_API_TOKEN","requires":{"bins":["node"],"env":["JUST_ONE_API_TOKEN"]},"skillKey":"justoneapi_tiktok"}}
TikTok
This skill wraps 7 TikTok operations exposed by JustOneAPI. It is strongest for user Published Posts, post Details, user Profile, and post Comments. Expect common inputs such as cursor, awemeId, keyword, secUid, commentId.
When To Use It
cursor, awemeId, keyword, secUid.Representative Operations
getUserPostV1: User Published Posts β Get TikTok user Published Posts data, including video ID, description, and publish time, for user activity analysis and posting frequency tracking, influencer performance evaluation, and content trend monitoring for specific creatorsgetTiktokPostDetailV1: Post Details β Get TikTok post Details data, including video ID, author information, and description text, for content performance analysis and metadata extraction and influencer evaluation via specific post metricsgetTiktokUserDetailV1: User Profile β Get TikTok user Profile data, including nickname, unique ID, and avatar, for influencer profiling and audience analysis, account performance tracking and growth monitoring, and identifying verified status and official accountsgetPostCommentV1: Post Comments β Get TikTok post Comments data, including comment ID, user information, and text content, for sentiment analysis of the audience's reaction to specific content and engagement measurement via comment volume and qualityRequest Pattern
GET.cursor, awemeId, keyword, secUid, commentId.How To Work
1. Read generated/operations.md before choosing an endpoint.
2. Start with one of these operations when it matches the user's request: getUserPostV1, getTiktokPostDetailV1, getTiktokUserDetailV1, getPostCommentV1.
3. Pick the smallest matching operation instead of guessing.
4. Ask the user for any missing required parameter. Do not invent values.
5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
JUST_ONE_API_TOKENJUST_ONE_API_TOKEN only for authenticated Just One API requests.JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.Output Rules
getUserPostV1, explain why the returned fields answer the user's question.cursor, awemeId, keyword, echo those back so the scope is explicit.