← 返回 Skills 市场
mladjan

Tiktok Android

作者 mladjan · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1824
总下载
3
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install tiktok-android
功能描述
Automate TikTok engagement on Android using ADB. Search topics, comment with AI or templates, includes setup wizard. Use for TikTok automation campaigns and building social presence through strategic commenting.
安全使用建议
This package appears to do what it claims (control TikTok on an Android device via adb and optionally use AI to craft comments). Before installing or running it: - Review the omitted code (especially src/ai_comments.py and src/bot/android/tiktok_android_bot.py) to confirm which network endpoints are contacted and that API keys are only sent to the expected AI providers. - Be aware the setup will write your AI API key in plaintext to a .env file; store and rotate keys appropriately and avoid committing .env to version control. - The package uses adb and will interact with any connected Android device; run it only on devices/accounts you control. Automated commenting can violate platform terms and may lead to account restrictions. - The repository contains a hardcoded absolute path in some run scripts and a logger import that references src.config; these are engineering issues that may cause runtime errors — test in an isolated environment (virtualenv/container) first. - If you plan to schedule autonomous runs (cron), be cautious: autonomous execution combined with network access raises the blast radius if a component is misconfigured. Only schedule after a manual, monitored run and after confirming network behavior. If you want, I can: (a) scan the omitted files for network calls and suspicious patterns, (b) point out exact lines where API keys are read/written, or (c) suggest a sanitized test plan to run this safely in a VM or disposable environment.
功能分析
Type: OpenClaw Skill Name: tiktok-android Version: 1.0.0 The OpenClaw skill is designed to automate TikTok engagement on Android devices using ADB. All observed behaviors, including ADB command execution (tap, type, screenshot, app control), interaction with AI APIs (Anthropic, OpenAI, OpenRouter) for comment generation, and local file operations for configuration and screenshots, are directly aligned with its stated purpose. The skill handles API keys securely in a `.env` file and includes basic sanitization for user-provided text. There is no evidence of data exfiltration beyond necessary API calls, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the OpenClaw agent in the `SKILL.md` or `README.md` files. The hardcoded path in `run_complete_session.py` and `run_full_campaign.py` is a minor portability issue, not a security vulnerability.
能力评估
Purpose & Capability
The name/description (ADB-based TikTok automation) align with the repository contents: scripts call adb, take screenshots, tap coordinates, and generate/post comments. Required AI provider libraries (anthropic/openai) and instructions for API keys are consistent with the optional AI comment mode.
Instruction Scope
SKILL.md and the scripts instruct the agent to control an Android device via adb (take screenshots, tap coordinates, dismiss keyboard, post comments) and, optionally, send screenshots to AI providers for comment generation. This is within the claimed scope. Notes: the setup writes API keys to a local .env and saves screenshots and logs to a data/ folder; some files reference an absolute development path (/Users/mladjanantic/.openclaw/workspace/androidSkill) which is a brittle/hardcoded artifact and may leak a username. Also review omitted files (especially src.ai_comments and tiktok_android_bot) for any unexpected network endpoints or data-sending behavior before running.
Install Mechanism
There is no automated install spec. A requirements.txt lists loguru, anthropic, and openai — a normal Python package setup. No remote download URLs or archive extraction are used. You should pip-install dependencies in a controlled environment (venv) before running.
Credentials
The skill declares no required environment variables but the code accepts ANDROID_DEVICE_ID and the setup stores AI API keys (ANTHROPIC_API_KEY / OPENAI_API_KEY / OPENROUTER_API_KEY) in a plaintext .env file when AI mode is chosen. Requesting API keys for AI providers is proportionate to the AI comment feature, but note keys are stored unencrypted and the code will use them to call third-party APIs — verify that only expected providers are contacted.
Persistence & Privilege
always is false and there is no install that forces persistent platform presence. The README suggests optional scheduling via OpenClaw cron (user action). The skill does write local config (config.py, .env, .bot_settings.json) which is expected for a local tool; it does not appear to modify other skills or platform-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tiktok-android
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tiktok-android 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of tiktok-android-bot - Automates TikTok commenting on Android using ADB, with no web scraping or CAPTCHAs. - Features interactive setup wizard, supporting both static comment templates and AI-generated comments (Claude/GPT Vision). - Supports two main modes: targeted search (by topic) or generic For You feed engagement. - Prevents duplicate comments; flexible configuration for topics and comment styles. - Includes troubleshooting steps, coordinate customization, device setup guide, and best practices. - All configuration and sensitive data are stored in gitignored files for safety.
元数据
Slug tiktok-android
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Tiktok Android 是什么?

Automate TikTok engagement on Android using ADB. Search topics, comment with AI or templates, includes setup wizard. Use for TikTok automation campaigns and building social presence through strategic commenting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1824 次。

如何安装 Tiktok Android?

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

Tiktok Android 是免费的吗?

是的,Tiktok Android 完全免费(开源免费),可自由下载、安装和使用。

Tiktok Android 支持哪些平台?

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

谁开发了 Tiktok Android?

由 mladjan(@mladjan)开发并维护,当前版本 v1.0.0。

💬 留言讨论