โ† All skills
Tencent SkillHub ยท Content Creation

Kiro X Publisher

Discover hot topics on X, enrich tweets one-by-one, score and summarize signals, generate one tweet draft, and optionally publish on schedule.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Discover hot topics on X, enrich tweets one-by-one, score and summarize signals, generate one tweet draft, and optionally publish on schedule.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/setup_cron.sh, scripts/install_and_init.py, scripts/x_hot_pipeline.py, examples/cron_command.txt

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Kiro X Hot Publisher

Plugin producer: kiroai.io End-to-end X workflow for Kiro: Discover trending tweets from X API Enrich each candidate via FxTwitter (full text/article support) Score and rank (engagement + freshness) Summarize key signals Generate exactly one tweet draft Optionally publish via X API (OAuth 1.0a)

Files

scripts/x_hot_pipeline.py examples/cron_command.txt

Required env vars

Search: X_BEARER_TOKEN (recommended) Publish (optional, only when --post): X_API_KEY X_API_SECRET X_ACCESS_TOKEN X_ACCESS_TOKEN_SECRET

Quick start

python3 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

Output

Default output folder: ./outputs/x-hot/ Generated files: latest.json: full structured result latest.txt: plain-text briefing + final tweet draft

Notes

This workflow is designed for public tweets only. FxTwitter is a third-party dependency for enrichment; if unavailable, base X data is still used. Keep --batch-size small initially (recommended 10).

Changelog

1.1.0: Security hardening for scripts/setup_cron.sh (input validation and command construction safeguards).

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts1 Docs1 Files
  • SKILL.md Primary doc
  • scripts/install_and_init.py Scripts
  • scripts/setup_cron.sh Scripts
  • scripts/x_hot_pipeline.py Scripts
  • examples/cron_command.txt Files