← 返回 Skills 市场
molin-g

tiktok-android-720p

作者 MoLin-g · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tiktok-android-720p
功能描述
使用 ADB 自动化 TikTok 互动。支持 AI 智能评论(Claude/GPT-4/OpenRouter 视觉分析)、搜索话题、评论、点赞、收藏视频、发布内容。无需网页抓取,无 CAPTCHA,智能 UI 识别实现 100% 成功率。
安全使用建议
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.
功能分析
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.
能力标签
crypto
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tiktok-android-720p
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tiktok-android-720p 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug tiktok-android-720p
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

tiktok-android-720p 是什么?

使用 ADB 自动化 TikTok 互动。支持 AI 智能评论(Claude/GPT-4/OpenRouter 视觉分析)、搜索话题、评论、点赞、收藏视频、发布内容。无需网页抓取,无 CAPTCHA,智能 UI 识别实现 100% 成功率。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。

如何安装 tiktok-android-720p?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tiktok-android-720p」即可一键安装,无需额外配置。

tiktok-android-720p 是免费的吗?

是的,tiktok-android-720p 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

tiktok-android-720p 支持哪些平台?

tiktok-android-720p 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 tiktok-android-720p?

由 MoLin-g(@molin-g)开发并维护,当前版本 v1.0.0。

💬 留言讨论