← 返回
未分类 Key 中文

Bytesagain X Manager

Manage X (Twitter) account: auto-post AI-generated tweets, monitor brand mentions, auto-like relevant posts, and send Telegram approval requests for replies.
管理X(Twitter)账号:自动发布AI生成推文、监控品牌提及、自动点赞相关帖子,并通过Telegram发送审批请求进行回复。
loutai0307-prog loutai0307-prog 来源
未分类 clawhub v1.6.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 351
下载
💾 1
安装
1
版本
#latest

概述

BytesAgain X Manager

Manage your X (Twitter) account with automated posting, monitoring, and engagement. Generates tweet drafts via xAI, validates content before posting, and routes mention replies through human approval.

Setup

This skill requires the following environment variables to be configured before use:

VariableRequiredDescription
---------------------------------
X_API_KEYX API Key from developer.x.com (Read+Write app)
X_API_SECRETX API Key Secret
X_ACCESS_TOKENX Access Token (account-specific)
X_ACCESS_TOKEN_SECRETX Access Token Secret
X_USER_IDYour X account numeric user ID
XAI_API_KEYxAI API key for Grok tweet generation
TG_TOKENTelegram bot token for approval notifications
TG_CHATTelegram chat ID to receive notifications

No credentials are stored or transmitted by this skill. All values are read from environment variables at runtime only.

What This Skill Owns

  • Tweet posting and replies: publish content via X API OAuth 1.0a with pre-post validation
  • Daily content generation: create 3 tweet drafts/day using xAI trend analysis
  • Brand monitoring: scan @bytesagain mentions every 2 hours, draft replies for approval
  • Auto-like: like AI/skill related tweets to grow visibility
  • Competitor tracking: monitor @openclaw and related accounts
  • Telegram approval workflow: route all mention replies through human confirmation

What This Skill Does Not Cover

  • Sending DMs (requires additional OAuth scope not currently enabled)
  • Deleting tweets (requires explicit human authorization per tweet)
  • Deep analytics (follower growth trends, engagement rate analysis)
  • Posting images or videos (text-only)
  • Accessing private or protected accounts
  • Publishing skills to ClawHub (use skill-manager for that)

Commands

draft

Generate 3 tweet drafts for the day using xAI trend analysis. Saves to /tmp/x-drafts-YYYY-MM-DD.json.

bash scripts/script.sh draft

post

Post a tweet from today's saved drafts. Use --index to select which draft (0=first, 1=second, 2=third).

bash scripts/script.sh post --index 0
bash scripts/script.sh post --index 1
bash scripts/script.sh post --index 2

monitor

Run brand and competitor monitoring report. Tracks @bytesagain mentions, @openclaw activity, and AI skill trends. Sends Telegram report with Chinese summary.

bash scripts/script.sh monitor

like

Auto-like recent tweets matching AI agent / skill keywords. Skips own tweets and already-liked posts.

bash scripts/script.sh like

scan-mentions

Scan recent @bytesagain mentions, draft replies via xAI, and send Telegram approval requests to operator.

bash scripts/script.sh scan-mentions

send-reply

Send a pre-approved reply to one or more tweets. Multiple IDs are staggered 30–90 seconds apart to appear natural.

bash scripts/script.sh send-reply <tweet_id>
bash scripts/script.sh send-reply <tweet_id1> <tweet_id2> <tweet_id3>

status

Show pending approval queue and today's saved drafts.

bash scripts/script.sh status

Approval Workflow

  1. scan-mentions detects new @bytesagain mentions
  2. xAI drafts a reply for each mention
  3. Telegram message sent to operator: original tweet + draft reply + tweet ID
  4. Operator replies 发 \ to approve, 跳过 \ to skip
  5. Agent calls send-reply to post the approved reply

Validation Rules (pre-post checks)

All tweets are validated before posting:

CheckResult
---------------
Link in tweet body❌ Blocked (X penalizes -40%)
More than 2 hashtags❌ Blocked
Specific large numbers (e.g. 10000, 500K)❌ Blocked (may be inaccurate)
Banned words (guaranteed, make money…)❌ Blocked
No question mark⚠️ Warning only
Tweet under 50 characters⚠️ Warning only

Blocked tweets trigger a Telegram notification with the reason. Fallback preset templates are used if xAI times out.

Recommended Cron Schedule

30 8  * * *     monitor          # Daily brand report
0  9  * * *     draft            # Generate daily drafts (1 xAI call/day)
0  9,13,17,21 * * *  like        # Auto-like 4x daily
5  10 * * *     post --index 0   # Post tweet #1
5  15 * * *     post --index 1   # Post tweet #2
5  20 * * *     post --index 2   # Post tweet #3
0  */2 * * *    scan-mentions    # Check mentions every 2 hours

State Files

FilePurpose
---------------
/tmp/x-drafts-YYYY-MM-DD.jsonDaily tweet drafts
/tmp/x-liked-ids.jsonDedup: already-liked IDs (last 500)
/tmp/x-seen-mentions.jsonDedup: processed mention IDs (last 200)
/tmp/x-pending-replies.jsonPending approval queue

Requirements

  • Python 3.8+
  • requests — HTTP client
  • requests-oauthlib — OAuth 1.0a for X API
pip install requests requests-oauthlib

References

  • Command Boundary — full in/out-of-scope rules and safety constraints
  • API Notes — X API v2 rate limits, auth, and cost estimates

Evals

Trigger boundary test cases: evals/trigger_cases.json — 12 cases (6 positive + 6 negative)

Feedback

https://bytesagain.com/feedback/

Powered by BytesAgain | bytesagain.com

版本历史

共 1 个版本

  • v1.6.0 当前
    2026-05-07 19:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Marketing Skills

jchopard69
访问 23 个营销模块,提供转化率优化(CRO)、SEO、文案撰写、分析、发布、广告和社交媒体的清单、框架及可直接使用的交付物。
★ 145 📥 31,300
dev-programming

Debugger

loutai0307-prog
分析错误、堆栈跟踪和日志以诊断根本原因并提供修复建议。用于调试 Python、Node.js、Go 或 Bash 错误,解读 Kubernetes...
★ 0 📥 836
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 921 📥 209,798