โ† All skills
Tencent SkillHub ยท Communication & Collaboration

TokPortal

Automate TikTok and Instagram at scale with account creation, video distribution, content uploads, and detailed analytics using 30 AI-native tools via TokPor...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Automate TikTok and Instagram at scale with account creation, video distribution, content uploads, and detailed analytics using 30 AI-native tools via TokPor...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 18 sections Open source page

TokPortal

Manage mass social media account creation, video distribution, and analytics via the TokPortal platform. This skill exposes 30 tools through a dedicated MCP server, giving your AI agent full control over TikTok and Instagram operations at scale.

1. Get your API key

Sign up at tokportal.com and generate an API key at app.tokportal.com/developer/api-keys.

2. Install the MCP server

The recommended way to use TokPortal with OpenClaw is via the MCP server: npm install -g tokportal-mcp

3. Configure OpenClaw

Add to your ~/.openclaw/openclaw.json: { "skills": { "entries": { "tokportal": { "enabled": true, "apiKey": "tok_live_your_key_here" } } } } Or set the environment variable: export TOKPORTAL_API_KEY="tok_live_your_key_here"

4. Add MCP server config

Add to your MCP configuration (Cursor .cursor/mcp.json or Claude Desktop claude_desktop_config.json): { "mcpServers": { "tokportal": { "command": "npx", "args": ["-y", "tokportal-mcp"], "env": { "TOKPORTAL_API_KEY": "tok_live_your_key_here" } } } }

Info (6 tools)

get_me โ€” Your profile, credit balance, and API key info get_credit_balance โ€” Detailed balance with expiration dates get_credit_history โ€” Transaction history (paginated) get_countries โ€” Available countries for account creation get_platforms โ€” Supported platforms (TikTok, Instagram) with features get_credit_costs โ€” Full credit cost grid for all actions

Bundles (8 tools)

create_bundle โ€” Create a bundle (account only, account + videos, or videos only) create_bulk_bundles โ€” Performance Max: create multiple bundles at once list_bundles โ€” List bundles with status/platform filters get_bundle โ€” Full bundle state including account config and videos publish_bundle โ€” Publish a configured bundle (goes live to account managers) unpublish_bundle โ€” Pull a bundle back to draft add_video_slots โ€” Add video slots to an existing bundle (2 credits/slot) add_edit_slots โ€” Add editing slots (3 credits/slot)

Account Configuration (4 tools)

get_account_config โ€” View current account setup configure_account โ€” Set username, display name, bio, profile picture finalize_account โ€” Approve an account that is in review request_account_corrections โ€” Request fixes on specific fields

Videos (6 tools)

list_videos โ€” List all videos in a bundle configure_video โ€” Set up a single video (caption, publish date, media URL, sound settings) batch_configure_videos โ€” Configure multiple videos at once finalize_video โ€” Approve a video in review request_video_corrections โ€” Request fixes on a video unschedule_video โ€” Cancel a scheduled video

Delivered Accounts (3 tools)

list_accounts โ€” List your delivered accounts with filters get_account_detail โ€” Full credentials + TokMail email for an account get_verification_code โ€” Retrieve the latest 6-digit verification code

Analytics (4 tools)

get_analytics โ€” Followers, views, engagement rate, and more refresh_analytics โ€” Trigger an analytics refresh (48h cooldown, 500/month quota) can_refresh_analytics โ€” Check if a refresh is available get_video_analytics โ€” Per-video analytics (views, likes, engagement)

Uploads (2 tools โ€” MCP only)

upload_video โ€” Upload a local video file, returns a public URL upload_image โ€” Upload a local image file (for carousels or profile pictures)

Create a TikTok account with 5 videos

"Create a TikTok bundle in the US with 5 videos and niche warming for fitness content" The agent will call create_bundle with the right params, then guide you through account and video configuration.

Check your account analytics

"Show me the analytics for all my delivered accounts" The agent will call list_accounts, then get_analytics for each.

Bulk video distribution

"Create 10 TikTok accounts in France with 3 videos each" Uses create_bulk_bundles (Performance Max) to create all bundles in one call.

API Reference

Base URL: https://app.tokportal.com/api/ext Auth: X-API-Key header Rate limit: 120 requests/minute per API key Full docs: developers.tokportal.com

Credit System

TokPortal uses a credit-based model (1 credit = $1): Account creation: 5-8 credits depending on country Video upload: 2 credits per video Niche warming: 7 credits Deep warming (Instagram): 40 credits Comment moderation: 25 credits Video editing: 3 credits per edit slot

Support

Documentation: developers.tokportal.com Support: team@tokportal.com npm package: tokportal-mcp

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • CHANGELOG.md Docs