@opentabs-dev/opentabs-plugin-tiktok
v0.0.82
Published
OpenTabs plugin for TikTok
Maintainers
Readme
TikTok
OpenTabs plugin for TikTok — gives AI agents access to TikTok through your authenticated browser session.
Install
opentabs plugin install tiktokOr install globally via npm:
npm install -g @opentabs-dev/opentabs-plugin-tiktokSetup
- Open tiktok.com in Chrome and log in
- Open the OpenTabs side panel — the TikTok plugin should appear as ready
Tools (9)
Account (2)
| Tool | Description | Type |
|---|---|---|
| get_current_user | Get the authenticated user profile | Read |
| get_notifications | Get recent notifications | Read |
Users (3)
| Tool | Description | Type |
|---|---|---|
| get_user_profile | Get a user profile by username | Read |
| get_following | Get accounts a user follows | Read |
| get_followers | Get followers of a user | Read |
Videos (1)
| Tool | Description | Type |
|---|---|---|
| get_video | Get video details by ID | Read |
Feed (1)
| Tool | Description | Type |
|---|---|---|
| get_for_you_feed | Get personalized For You video feed | Read |
Search (2)
| Tool | Description | Type |
|---|---|---|
| search_videos | Search for videos by keyword | Read |
| search_users | Search for users by name or username | Read |
How It Works
This plugin runs inside your TikTok tab through the OpenTabs Chrome extension. It uses your existing browser session — no API tokens or OAuth apps required. All operations happen as you, with your permissions.
License
MIT
