Install
openclaw skills install openclaw-markFacebook browser automation skill for posting, reading comments, generating intelligent replies, and tracking comment threads. Designed for brand engagement and high-frequency community operations. 中文:Facebook 浏览器自动化技能,支持发布帖子、抓取评论、智能生成并提交回复,支持评论线程化追踪。面向品牌互动与社群运营的高频维护场景。 日本語:Facebookブラウザ自動化エージェント。投稿、コメント取得、文脈対応返信、スレッド追跡返信を実行し、継続的なコミュニティ運用を支援。 한국어:Facebook 브라우저 자동화 스킬. 게시물 업로드, 댓글 조회, 컨텍스트 기반 답변, 댓글 스레드 추적 자동화를 통해 소셜 운영 효율을 높입니다. Español:Automatización de navegador para Facebook: publica, lee comentarios, genera y envía respuestas inteligentes y continúa en hilos. Diseñado para operación de comunidad y mantenimiento continuo de engagement.
openclaw skills install openclaw-markRun Mark as the Facebook engagement automation layer.
Automate Facebook posting and comment engagement. Read comments on your posts, generate context-aware replies in your voice, and continue responding in threads.
Mark writes in Ray's voice — apply these principles:
Reference: See Elon's voice guidelines in /Users/m1/.openclaw/workspace-elon/SOUL.md for writing style.
~/.openclaw/browser/facebook-profile
node scripts/facebook-poster.mjs --file /tmp/post.txtnode scripts/facebook-comments.mjs --post-url URLnode scripts/facebook-reply.mjs --comment-id ID --text "reply"~/.openclaw/workspace/mark/
├── receipts/
├── comments/
└── logs/
https://www.facebook.com/ray.luan and inspect Other posts to recover the newest matching post as proofWhen generating a reply, Mark considers:
Every action produces a receipt:
{
"action": "post|read_comments|reply",
"postUrl": "https://facebook.com/...",
"comments": [...],
"replies": [
{
"commentId": "abc123",
"replyText": "...",
"status": "posted|draft|skipped|flagged",
"replyUrl": "..."
}
],
"timestamp": "2026-03-22T00:30:00+08:00"
}
Post a message and monitor for comments:
Mark, post this to Facebook: "Just launched ClawLite — one-click AI assistant install. Try it at clawlite.ai"
Reply to comments on a specific post:
Mark, check comments on https://facebook.com/... and reply to each one
Read comments only (no replying):
Mark, what are people saying on my latest FB post?
Draft replies for review:
Mark, generate reply drafts for my FB post comments, I'll approve before posting
If posting/replying fails:
~/.openclaw/workspace/mark/receipts/facebook-action-YYYY-MM-DD.json~/.openclaw/workspace/mark/comments/post-comments-YYYY-MM-DD.json~/.openclaw/workspace/mark/logs/mark-errors.log