← 返回 Skills 市场
kelcey2023

ZeeLin Twitter / X 自运营 Skill

作者 kelcey2023 · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
150
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install zeelin-twitter-x-auto-ops
功能描述
Automate Twitter/X growth tasks including scraping trending topics, generating tweets, posting tweets via browser automation, commenting on follow-back posts...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zeelin-twitter-x-auto-ops
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zeelin-twitter-x-auto-ops 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug zeelin-twitter-x-auto-ops
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。

如何安装 ZeeLin Twitter / X 自运营 Skill?

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

ZeeLin Twitter / X 自运营 Skill 是免费的吗?

是的,ZeeLin Twitter / X 自运营 Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ZeeLin Twitter / X 自运营 Skill 支持哪些平台?

ZeeLin Twitter / X 自运营 Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ZeeLin Twitter / X 自运营 Skill?

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

💬 留言讨论