# Send x-agent 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": "x-agent",
    "name": "x-agent",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/inceptivco/x-agent",
    "canonicalUrl": "https://clawhub.ai/inceptivco/x-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/x-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=x-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "x-agent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T07:06:46.345Z",
      "expiresAt": "2026-05-12T07:06:46.345Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=x-agent",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=x-agent",
        "contentDisposition": "attachment; filename=\"x-agent-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "x-agent"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/x-agent"
    },
    "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/x-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/x-agent",
    "agentUrl": "https://openagent3.xyz/skills/x-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/x-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/x-agent/agent.md"
  }
}
```
## Documentation

### Objective

Operate an X workflow safely across three phases, with automation disabled until explicitly enabled.

### Phase 1 — Monitor-only

Track topics, keywords, and accounts.
Summarize notable posts and sentiment.
Produce a daily/weekly brief:

top signals
opportunities
reputational risks


Do not post.

### Phase 2 — Draft + approval

Generate draft tweets/replies/threads from user goals.
Enforce style rules:

concise
no unverifiable claims
no legal/financial guarantees


Present final draft with:

risk flags
confidence level
suggested posting window


Require explicit approval before publishing.

### Phase 3 — Limited automation (default OFF)

Enable only after user confirmation.

Automation constraints:

Allowed actions only from pre-approved playbooks.
Hard caps:

max posts/day
max replies/hour


Blocked categories:

politics (unless explicitly allowed)
legal/medical/financial advice language


Quiet hours and cooldowns required.
Global kill switch required.

### Required Guardrails

Always define these before posting access:

Account scope: monitor | draft+approve | limited-auto
Max daily posts
Max hourly replies
Quiet hours (timezone)
Banned topics/phrases
Kill switch command and owner

### Starter Playbooks

News reaction post (single tweet)
Research summary thread (3–5 posts)
Reply triage (approve queue)
Daily recap post

### Rollout Checklist

Create or choose X account.
Configure API credentials in local environment (never in chat).
Start in monitor-only for 3–7 days.
Move to draft+approve for 1–2 weeks.
Enable limited automation for one playbook only.
Review weekly and adjust limits.

### Monitor brief

What happened
Why it matters
Suggested response

### Draft package

Draft text
Variant A/B
Risk flags
Recommended time

### Automation report

Actions executed
Actions skipped (and why)
Rate limit usage
Any policy violations blocked
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: inceptivco
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T07:06:46.345Z
- Expires at: 2026-05-12T07:06:46.345Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/x-agent)
- [Send to Agent page](https://openagent3.xyz/skills/x-agent/agent)
- [JSON manifest](https://openagent3.xyz/skills/x-agent/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/x-agent/agent.md)
- [Download page](https://openagent3.xyz/downloads/x-agent)