asdsadasd
/install asdsadasd
🤖 OpenClaw AI Content Pipeline (Analyze + Publish)
Purpose
This is a production-ready OpenClaw Skill that merges a Web Crawler, an AI Rewriter (Google Gemini), and a Facebook Auto-Publisher into one seamless pipeline. It reads URLs (news articles or Facebook posts), rewrites them into engaging social media captions, and posts them directly to your Fanpage.
Core Capabilities
- Analyze Mode: Extracts data from URLs via Python
requests/BeautifulSoup(for static news) orApify(for JS-heavy content like Facebook). Generates localized rewritten text via Gemini 2.5 Flash. - Publish Mode: Pushes the generated content directly to a Facebook Page via Graph API v21.0.
- Batch Processing: Can ingest URLs line-by-line from a text file, process them in bulk, and save JSON reports.
Architecture Map
run.bat/main.py← Central Orchestrators (CLI Entry points)agents/crawler_agent.py← Hybrid Crawler (Native + Apify API)agents/writer_agent.py← AI Content Generator (Gemini Integration)agents/fb_publisher_agent.py← Graph API Poster (Messages & Images)config.py← Environment Loader & System Validation
Setup & Environment
Ensure you create a .env file at the root with the following variables:
# AI Models
GEMINI_API_KEY=...
OPENAI_API_KEY=... # Optional: For DALL-E 3 image generation
# Scraping
APIFY_API_TOKEN=...
# Facebook Graph API
FB_APP_ID=...
FB_APP_SECRET=...
FB_PAGE_ID=...
FB_PAGE_ACCESS_TOKEN=...
Usage commands
From your terminal, run the following commands (Windows run.bat wrappers):
1. Analyze (Test scrape and text rewrite)
# Analyze a single URL
run.bat analyze "https://vnexpress.net/..."
# Analyze and save as JSON
run.bat analyze "https://dantri.com.vn/..." --save
# Batch analyze from a text file
run.bat analyze-file urls.txt
2. Publish (Post directly to Facebook)
# Test Graph API Token connection
run.bat test
run.bat test-post
# Full pipeline (Crawl -> Rewrite -> Post to Fanpage)
run.bat run "https://dantri.com.vn/..."
# Pipeline dry-run (No actual post)
run.bat dry "https://dantri.com.vn/..."
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install asdsadasd - 安装完成后,直接呼叫该 Skill 的名称或使用
/asdsadasd触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
asdsadasd 是什么?
An end-to-end AI Content Pipeline that crawls articles, rewrites them using Google Gemini, and automatically publishes to Facebook Fanpage. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 207 次。
如何安装 asdsadasd?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install asdsadasd」即可一键安装,无需额外配置。
asdsadasd 是免费的吗?
是的,asdsadasd 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
asdsadasd 支持哪些平台?
asdsadasd 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 asdsadasd?
由 Phan Văn Năng(@yunneetoichoi)开发并维护,当前版本 v1.0.0。