Install
openclaw skills install kiro-x-publisherDiscover hot topics on X, enrich tweets one-by-one, score and summarize signals, generate one tweet draft, and optionally publish on schedule.
openclaw skills install kiro-x-publisherPlugin producer: kiroai.io
End-to-end X workflow for Kiro:
scripts/x_hot_pipeline.pyexamples/cron_command.txtSearch:
X_BEARER_TOKEN (recommended)Publish (optional, only when --post):
X_API_KEYX_API_SECRETX_ACCESS_TOKENX_ACCESS_TOKEN_SECRETpython3 skills/kiro-x-hot-publisher/scripts/install_and_init.py
python3 skills/kiro-x-hot-publisher/scripts/x_hot_pipeline.py \
--queries "AI,OpenAI,DeepSeek,Claude,Gemini" \
--batch-size 10
Post directly:
python3 skills/kiro-x-hot-publisher/scripts/x_hot_pipeline.py \
--queries "AI,OpenAI,DeepSeek" \
--batch-size 10 \
--post
Default output folder: ./outputs/x-hot/
Generated files:
latest.json: full structured resultlatest.txt: plain-text briefing + final tweet draft--batch-size small initially (recommended 10).scripts/setup_cron.sh (input validation and command construction safeguards).