# Send Kiro X Publisher to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kiro-x-publisher",
    "name": "Kiro X Publisher",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/Vmining/kiro-x-publisher",
    "canonicalUrl": "https://clawhub.ai/Vmining/kiro-x-publisher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/kiro-x-publisher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kiro-x-publisher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/setup_cron.sh",
      "scripts/install_and_init.py",
      "scripts/x_hot_pipeline.py",
      "examples/cron_command.txt"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/kiro-x-publisher"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kiro-x-publisher",
    "downloadUrl": "https://openagent3.xyz/downloads/kiro-x-publisher",
    "agentUrl": "https://openagent3.xyz/skills/kiro-x-publisher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kiro-x-publisher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kiro-x-publisher/agent.md"
  }
}
```
## Documentation

### 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).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Vmining
- Version: 1.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/kiro-x-publisher)
- [Send to Agent page](https://openagent3.xyz/skills/kiro-x-publisher/agent)
- [JSON manifest](https://openagent3.xyz/skills/kiro-x-publisher/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/kiro-x-publisher/agent.md)
- [Download page](https://openagent3.xyz/downloads/kiro-x-publisher)