Token导航 LogoToken导航TokenDH.com
效率操作浏览器clawhub未标认证来源可访问clear审计提醒

x-automationx 自动化

Agent Skill

x-automation 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

57,430

周安装

2,346

GitHub Stars

公开资料未说明

下载量

18,393
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:x-automation(x 自动化)
来源仓库:https://github.com/nightfullstar/x-automation
安装命令:
openclaw skills install x-automation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install x-automation

简介

通过抓取趋势、通过浏览器生成和安排推文来自动在 X 上发布,无需 API 成本,并具有审批工作流程和类似人类的延迟。

SKILL.md

X (Twitter) Automation Skill

Automate X posts via browser control - bypass $200/month API costs.

What It Does

  • Scrape trending topics from your personalized "For You" feed
  • Generate tweet ideas based on trends (crypto/Web3/tech focused)
  • Schedule tweets throughout the day for natural posting
  • Post via browser automation - no API keys needed
  • Queue management for approval workflows

Why This Exists

X API pricing is insane:

  • Free tier: Write-only, can't read anything
  • Basic: $200/month for 15k tweets read
  • Pro: $5,000/month

This skill uses browser automation instead. Zero API costs.

Features

Trend Scraping

  • Navigates to X.com/explore
  • Extracts trending topics from "For You" tab
  • Saves to JSON for AI processing

Tweet Generation

  • AI generates 3-5 tweet ideas based on trends
  • Customizable tone/voice
  • Length optimization (150-250 chars for engagement)

Scheduled Posting

  • Space tweets throughout the day
  • Human-like delays between posts
  • Approval queue workflow

Browser Automation

  • Uses OpenClaw browser control
  • Requires one-time login
  • Session persists across runs

Installation

cd ~/.openclaw/workspace/skills/x-automation
npm install

Usage

1. Manual Tweet Generation

Ask your agent:

"Check X trends and generate 3 tweet ideas"

The agent will:

  1. Navigate to X.com/explore
  2. Scrape trending topics
  3. Generate tweet ideas
  4. Send to you for approval
  5. Post approved tweets

2. Automated Posting (Cron)

Set up a cron job to run every 4 hours:

{
  "schedule": { "kind": "every", "everyMs": 14400000 },
  "payload": {
    "kind": "agentTurn",
    "message": "Check X trends, generate 2-3 tweet ideas, send to Telegram for approval"
  },
  "sessionTarget": "isolated"
}

3. Direct Posting

"Post this tweet: <your text>"

Configuration

No API keys needed! Just:

  1. Log in to X.com in OpenClaw browser
  2. Keep browser session active (or re-login when needed)
  3. Customize tweet voice in your SOUL.md or prompt

Tweet Generation Guidelines

Default focus areas (customize in your prompts):

  • Crypto trends (ETH, Base L2, DeFi)
  • Web3 development
  • Tech commentary
  • Product updates (if applicable)

Default tone:

  • Direct, opinionated
  • No corporate speak
  • Short & punchy (150-250 chars)
  • Engagement-focused

File Structure

x-automation/
├── scripts/
│   ├── auto-tweet.js       # Main automation
│   ├── post.js             # Single tweet posting
│   ├── post-approved.js    # Post from queue
│   └── check-trends.js     # View current trends
├── data/                   # Created on first run
│   ├── latest-trends.json
│   ├── approved-queue.json
│   └── tweet-history.json
├── SKILL.md
├── README.md
└── package.json

Safety Features

  • No auto-posting without approval (unless you configure it)
  • Human-like delays (30-60s between tweets)
  • Daily limits (configurable, default 10/day)
  • Queue review before posting

Anti-Detection

  • Uses real browser session (not headless)
  • Random delays between actions
  • Natural posting schedule
  • Human-like mouse movements (Playwright)

Limitations

  • Requires browser to stay logged in
  • Can be detected if too aggressive
  • Manual login required (can't automate 2FA)

Legal Note

This automates YOUR account via YOUR browser. You're not violating X ToS any more than using the website normally. Just don't spam.

Pro Tips

Optimal posting times (adjust for your timezone):

  • Morning: 9-10 AM (commute browsing)
  • Lunch: 1-2 PM (break time)
  • Evening: 7-9 PM (peak Twitter hours)
  • Late: 11 PM-12 AM (night crew)

Posting frequency:

  • 2-4 tweets/day is natural
  • Space out by 3-4 hours minimum
  • Don't post all at once

Content strategy:

  • Comment on trends (show you're plugged in)
  • Share insights (demonstrate expertise)
  • Mention your product (subtle, 1 in 5 tweets)
  • Engage with replies (build community)

Examples

See WORKFLOW.md for detailed examples of:

  • Trend scraping output
  • Generated tweet samples
  • Approval workflows
  • Scheduling strategies

Support

This skill is credential-free and safe to share. No API keys, no passwords, no private data.

Issues? Check:

  1. Is browser logged into X?
  2. Is OpenClaw browser control running?
  3. Are cron jobs properly configured?

Built for crypto devs who refuse to pay $200/month for an API that should be free.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.52%
按下载量换算14,258

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills