Published openclaw-plugin-x@0.1.2 and companion skill x-management@0.1.0.
What the plugin does:
- connects an X account with OAuth
- reads account/profile/timeline context
- creates durable drafts for posts, replies, quote posts, and threads
- keeps publishing approval-gated
- publishes approved single-post drafts
- supports media upload
Whatβs now validated:
-
plugin published to ClawHub
-
skill published to ClawHub
-
GitHub repos are live
-
clean install from ClawHub works
-
plugin loads from installed path in OpenClaw
-
OAuth auth URL generation works
-
manual OAuth completion works
-
authenticated reads now work from the installed-path plugin context
-
verified with
x_account_meandx_timeline_me
Bug found during smoke test:
- after successful OAuth completion, follow-up authenticated reads initially failed because the read path could use a stale pre-auth session snapshot
Fix shipped in 0.1.2:
- reloaded session state from the session store before authenticated read calls
Current known gaps:
-
automatic OAuth callback handling inside OpenClaw is not implemented yet
-
engagement actions are scaffold-only
-
thread publish is not implemented yet
Repos: