Twitter Autopilot

Native-first ClawHub plugin for twitter-autopilot. Ships the packaged AIsa skill with an openclaw.plugin.json manifest and a Claude-compatible bundle fallback. Search X/Twitter profiles, tweets, trends, and OAuth-gated posting through AIsa. Use when: the user needs Twitter research, monitoring, or engagement workflows. Supports search, monitoring, and approved posting.

Install

openclaw plugins install clawhub:twitter-autopilot-plugin

Twitter Autopilot Plugin

ClawHub/OpenClaw native-first plugin wrapper for the packaged AIsa skill.

What It Ships

  • Bundle plugin id: twitter-autopilot-plugin
  • Native manifest: openclaw.plugin.json
  • Native entrypoint: index.ts
  • Embedded skill: skills/twitter-autopilot/SKILL.md
  • Format: native OpenClaw plugin plus Claude-compatible bundle fallback

Why This Format

  • Uses the OpenClaw-native manifest path that current plugin docs expect.
  • Keeps the packaged skill payload intact under skills/ for ClawHub/OpenClaw skill loading.
  • Retains .claude-plugin/plugin.json so Claude-compatible marketplace tooling still recognizes the package.
  • Reuses the already-hardened clawhub-release/ skill payload.

Install After Publishing

bash
openclaw plugins install clawhub:twitter-autopilot-plugin

Publish Locally

bash
clawhub package publish ./plugins/twitter-autopilot-plugin --dry-run
clawhub package publish ./plugins/twitter-autopilot-plugin

Notes

  • Runtime requirements and guardrails remain inside skills/twitter-autopilot/SKILL.md.
  • If both native and bundle markers exist, OpenClaw prefers the native plugin path.
  • This package keeps side effects explicit and relies on the packaged skill's repo-local defaults where applicable.