← Back to Skills Marketplace
molin-g

tiktok-android-720p

by MoLin-g · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tiktok-android-720p
Description
使用 ADB 自动化 TikTok 互动。支持 AI 智能评论(Claude/GPT-4/OpenRouter 视觉分析)、搜索话题、评论、点赞、收藏视频、发布内容。无需网页抓取,无 CAPTCHA,智能 UI 识别实现 100% 成功率。
Usage Guidance
This package implements an ADB-based TikTok bot that does what it says, but there are some red flags you should review before installing and running it: - Metadata mismatch: The registry claims no required env vars or binaries, but the skill needs adb on PATH and will ask for AI API keys if you enable AI comments. Treat the registry metadata as incomplete and rely on the README/SKILL.md and code. - Secrets handling: The interactive setup writes API keys into a local .env file in cleartext. If you supply API keys, consider using a secure secret store or removing keys after use. Inspect setup.py to see where it writes keys. - Destructive device actions: The publish workflow runs rm -f /sdcard/DCIM/Camera/*.mp4 on the connected Android device. Backup any important media on the device before running the tool and/or remove the publish/cleanup steps if you don't want deletion. - Hardcoded / absolute paths: Example scripts (run_complete_session.py, run_full_campaign.py) insert an absolute user path into sys.path (/Users/...), which looks like leftover test/configuration code. Review and remove/adjust those lines before running. - External network calls: If you enable AI mode, the skill will encode screenshots and send them to external AI endpoints (Anthropic/OpenAI/OpenRouter). This will leak screenshots/content to those services and may incur costs. Audit ai_comments.py to confirm providers and endpoints. - Running untrusted code: There is no remote install step, but these are executable Python scripts from an unknown source. If you decide to run it, do so in an isolated environment (non-production machine, container, VM) and inspect/modify the code (especially lines that delete files or call subprocess) to enforce safety. - Legal/ToS risk: Automated commenting/interaction on TikTok may violate platform terms of service and can lead to account action. Use conservative rates and avoid abusive/spammy behavior. If you want, I can: (1) point to the exact lines that delete device files and store API keys, (2) produce a minimal-safe patch that disables deletion and .env writes, or (3) list all places where network requests are made for your further review.
Capability Analysis
Type: OpenClaw Skill Name: tiktok-android-720p Version: 1.0.0 The bundle provides a TikTok automation bot using ADB and AI vision. It is classified as suspicious due to a critical shell injection vulnerability in 'tiktok_bot.py' (within the 'publish_mode' function), where a user-provided video URL is passed unsanitized into an 'adb shell curl' command. While the tool appears designed for legitimate automation, the lack of input validation combined with the requirement for sensitive LLM API keys (handled in 'setup.py' and 'src/ai_comments.py') and broad ADB device control creates a high-risk profile for potential exploitation.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The code and SKILL.md match the stated purpose (ADB-driven TikTok automation, searching, commenting, liking, publishing). However the registry metadata claims 'required env vars: none' and 'required binaries: none' while the skill clearly requires adb on PATH and—if AI comment mode is used—API keys (ANTHROPIC_API_KEY / OPENAI_API_KEY / OPENROUTER_API_KEY). That metadata omission is an incoherence the publisher should have declared.
Instruction Scope
Runtime instructions and code include actions beyond simple UI clicks: deleting device media (rm -f /sdcard/DCIM/Camera/*.mp4), taking screenshots, encoding images and sending them to external AI APIs, downloading videos from URLs, and writing config/.env files. Deleting files on the connected Android device is destructive but justified by the 'publish' workflow; nonetheless it is a high-impact action and should be clearly disclosed and confirmed by the user. The setup wizard will prompt for and persist API keys to .env.
Install Mechanism
This is an instruction-and-code bundle with no remote install/download steps in the manifest (no external installers or archive downloads). All code runs locally. That lowers supply-chain install risk, but running arbitrary code from an untrusted source still requires caution.
Credentials
Requested environment access is broadly proportional to features (AI providers for AI comments, optional ANDROID_DEVICE_ID). But the registry declared no required env vars while the code expects ANTHROPIC_API_KEY / OPENAI_API_KEY / OPENROUTER_API_KEY when AI mode is selected. The setup wizard writes API keys into a local .env file (cleartext), which is a privacy/secret-management concern. No unrelated cloud credentials (AWS, etc.) are requested, which is good.
Persistence & Privilege
The skill is not configured 'always: true' and does not request system-wide privileges. It will create/overwrite files in the working directory (config.py, .env, .bot_settings.json) and performs destructive actions on the connected Android device (removes files from /sdcard/DCIM/Camera/). Those are expected for publish workflows but are high-impact and must be approved by the user.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tiktok-android-720p
  3. After installation, invoke the skill by name or use /tiktok-android-720p
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of TikTok Android automation bot with smart UI recognition and AI-powered features: - Automates TikTok interactions (search, comment, like, favorite, publish) on Android via ADB, optimized for 720x1280 devices. - Supports AI-generated comments using Claude/GPT-4/OpenRouter with optional visual analysis. - Features intelligent UI detection with dynamic fallback to fixed screen coordinates for 100% reliability. - Includes interactive setup wizard, probability-based action control, and device/session safety measures. - Provides clear usage guidelines, coordinates map, troubleshooting, and best practices for safe automation.
Metadata
Slug tiktok-android-720p
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is tiktok-android-720p?

使用 ADB 自动化 TikTok 互动。支持 AI 智能评论(Claude/GPT-4/OpenRouter 视觉分析)、搜索话题、评论、点赞、收藏视频、发布内容。无需网页抓取,无 CAPTCHA,智能 UI 识别实现 100% 成功率。 It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.

How do I install tiktok-android-720p?

Run "/install tiktok-android-720p" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is tiktok-android-720p free?

Yes, tiktok-android-720p is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does tiktok-android-720p support?

tiktok-android-720p is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created tiktok-android-720p?

It is built and maintained by MoLin-g (@molin-g); the current version is v1.0.0.

💬 Comments