← Back to Skills Marketplace
ZeeLin Twitter / X 自运营 Skill
by
kelcey2023
· GitHub ↗
· v1.2.0
· MIT-0
150
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install zeelin-twitter-x-auto-ops
Description
Automate Twitter/X growth tasks including scraping trending topics, generating tweets, posting tweets via browser automation, commenting on follow-back posts...
Usage Guidance
What to consider before installing:
- The skill itself does not include code to authenticate/post to X; it calls an external script at /Users/youke/.openclaw/workspace/skills/zeelin-twitter-web-autopost/scripts/tweet.sh. Inspect that script (and any referenced skills: zeelin-twitter-web-autopost, x-auto-growth, zeelin-x-creator-briefing) to see how credentials are stored/used. If tweet.sh is replaced, this skill could cause unwanted posts.
- SKILL.md claims direct CDP publishing (port 9222) but none of the included files implement CDP — ask the publisher which component implements CDP and review it before allowing automation.
- Hardcoded absolute paths (/Users/youke/...) indicate developer-specific artifacts and may break or be abused; consider editing scripts to use workspace-relative paths or review/replace them with safe equivalents.
- The scripts fetch external data (Hacker News API, a THU report site) and open many X pages; review the network endpoints to ensure they are expected and safe. Limit session/commenting frequency to avoid platform spam detection.
- Because the skill will call other local scripts to perform posting, verify that any posting helper handles credentials securely (no plaintext tokens in scripts), and run in a sandbox or with a throwaway account until you confirm behavior.
- If you need higher assurance, request the missing components (the referenced tweet.sh and any CDP implementation) and permissioned details about where credentials are stored; without those, the skill's behavior is ambiguous.
Capability Analysis
Type: OpenClaw Skill
Name: zeelin-twitter-x-auto-ops
Version: 1.2.0
The skill automates Twitter/X operations using high-risk capabilities including shell script execution, network requests (Hacker News API and a specific GitHub Pages site), and direct Chrome DevTools Protocol (CDP) browser control. Multiple scripts (e.g., auto_ai_tweet.sh, post_latest_report_once.sh, and run_x_skill.sh) contain hardcoded absolute paths to a specific user's home directory (/Users/youke/), which is a significant configuration flaw and potential vulnerability. While the behavior aligns with the stated goal of social media management and trend discovery from https://thu-nmrc.github.io/THU-ZeeLin-Reports/, the combination of broad system access and fragile, environment-specific coding warrants a suspicious classification.
Capability Assessment
Purpose & Capability
The scripts and SKILL.md focus on Twitter/X growth tasks (search/open X, generate tweet text, quote/follow/back). That aligns with the description. However the skill repeatedly calls an external script at /Users/youke/.openclaw/workspace/skills/zeelin-twitter-web-autopost/scripts/tweet.sh (and other skills' paths) without declaring that dependency; SKILL.md also claims direct Chrome DevTools Protocol (CDP) publishing on port 9222 but none of the included scripts implement CDP — this mismatch is unexpected.
Instruction Scope
The runtime scripts open many X pages, fetch remote content (Hacker News API, a THU report site), and write/read a small state file at $HOME/.openclaw/memory/zeelin_last_report.txt. They also rely on another skill's tweet.sh to actually publish. The instructions and scripts don't request secrets here, but they grant broad discretion (open many pages and call external posting code). The SKILL.md's claim of direct CDP posting expands scope but is not implemented in included files.
Install Mechanism
There is no install spec — this is instruction-only with bash scripts. No downloads or archives are performed by the skill itself.
Credentials
The skill declares no required environment variables or credentials, yet it attempts automated posting by invoking an external tweet.sh located in a hardcoded user path (/Users/youke/...). This implies a hidden dependency on another component that likely needs credentials. The hardcoded absolute paths are brittle and could point to developer-specific artifacts that won't exist or might be replaced on the host.
Persistence & Privilege
always is false and the skill is user-invocable only. It writes a small state file under $HOME/.openclaw/memory/ (local persistence) which is reasonable for 'last posted report' behavior. It does not request to be always-enabled or modify other skills' configs, but it does depend on and call into other workspace skill scripts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zeelin-twitter-x-auto-ops - After installation, invoke the skill by name or use
/zeelin-twitter-x-auto-ops - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Add automatic report summary extraction for tweets
v1.1.1
Fix URL truncation bug in tweet.sh so report links are always preserved
v1.1.0
Add fixed report tweet format + auto report posting script
v1.0.0
Initial release: AI trend discovery, auto tweet, growth engagement, quote AI tweets
Metadata
Frequently Asked Questions
What is ZeeLin Twitter / X 自运营 Skill?
Automate Twitter/X growth tasks including scraping trending topics, generating tweets, posting tweets via browser automation, commenting on follow-back posts... It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.
How do I install ZeeLin Twitter / X 自运营 Skill?
Run "/install zeelin-twitter-x-auto-ops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ZeeLin Twitter / X 自运营 Skill free?
Yes, ZeeLin Twitter / X 自运营 Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ZeeLin Twitter / X 自运营 Skill support?
ZeeLin Twitter / X 自运营 Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ZeeLin Twitter / X 自运营 Skill?
It is built and maintained by kelcey2023 (@kelcey2023); the current version is v1.2.0.
More Skills