Edison Autopilot Post X
/install edison-autopilot-post-x
Edison Autopilot Post X
AI-powered auto-tweeting system. Generates and posts 5 tweets per day to X using GPT-5.1, with Telegram notifications and built-in safeguards.
Built entirely through vibe coding with Claude Code — zero lines of code written by hand.
What It Does
- Generates 5 tweets/day using GPT-5.1, matching your persona and voice
- Posts automatically to X at scheduled times via cron
- Sends Telegram notifications for every posted tweet
- Checks last 10 tweets to avoid repetition
- 3-layer character limit protection (target 220 → retry at 280 → hard reject)
- Configurable banned phrases list to kill GPT filler
- Explicit rules to prevent AI from fabricating data/statistics
- Style variety — mixes formats (hot takes, questions, one-liners, stories)
Setup
1. Install dependencies
pip install tweepy requests
2. Set environment variables
export OPENAI_API_KEY="sk-..."
export X_CONSUMER_KEY="..."
export X_CONSUMER_SECRET="..."
export X_ACCESS_TOKEN="..."
export X_ACCESS_TOKEN_SECRET="..."
# Optional: Telegram notifications
export TWEET_BOT_TOKEN="..."
export TWEET_BOT_CHAT_ID="..."
3. Customize your persona
Edit auto_tweet.py — update the PERSONA, TOPICS, and BANNED_PHRASES sections to match your voice, topics, and style.
4. Run
python auto_tweet.py --dry-run # preview without posting
python auto_tweet.py # post for real
5. Schedule with cron (5x daily)
crontab -e
# Add: 0 8,11,14,17,21 * * * cd /path/to/repo && python auto_tweet.py
API Keys Required
| Service | Cost | Where |
|---|---|---|
| X API (Basic) | $25/month | developer.x.com |
| OpenAI API | ~$0.50/day | platform.openai.com |
| Telegram Bot | Free | @BotFather on Telegram |
Prompt Engineering Tips
- Study real people — encode tweet styles you admire into the persona
- Ban the filler — maintain a growing list of GPT's favorite empty phrases
- Never let AI make up numbers — explicit "NEVER FABRICATE DATA" rule
- Force variety — require different formats, tones, and structures
- Shorter is better — target 140-220 chars, not 280
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install edison-autopilot-post-x - 安装完成后,直接呼叫该 Skill 的名称或使用
/edison-autopilot-post-x触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Edison Autopilot Post X 是什么?
Automatically generates and posts 5 persona-matched tweets daily to X using GPT-5.1, with repetition checks, content filters, and Telegram alerts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 343 次。
如何安装 Edison Autopilot Post X?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install edison-autopilot-post-x」即可一键安装,无需额外配置。
Edison Autopilot Post X 是免费的吗?
是的,Edison Autopilot Post X 完全免费(开源免费),可自由下载、安装和使用。
Edison Autopilot Post X 支持哪些平台?
Edison Autopilot Post X 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Edison Autopilot Post X?
由 EdisonChenAI(@edisonchenai)开发并维护,当前版本 v1.0.0。