# Send Topic to Article Kit 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": "topic-to-article-kit",
    "name": "Topic to Article Kit",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rotbit/topic-to-article-kit",
    "canonicalUrl": "https://clawhub.ai/rotbit/topic-to-article-kit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/topic-to-article-kit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=topic-to-article-kit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "references/obsidian-structure.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.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/topic-to-article-kit"
    },
    "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/topic-to-article-kit",
    "downloadUrl": "https://openagent3.xyz/downloads/topic-to-article-kit",
    "agentUrl": "https://openagent3.xyz/skills/topic-to-article-kit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/topic-to-article-kit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/topic-to-article-kit/agent.md"
  }
}
```
## Documentation

### Topic to Article Kit

Input: user-selected topic (or propose topic candidates).
Collect evidence from:

X/Twitter official pages first (x.com profile/search/status), then other public sources as supplement
HN / TechCrunch / GitHub / other public sources


Collect X high-value comments (facts, counterpoints, implementation details).
Build deliverables in Obsidian (minimal structure):

one folder per article: OpenClaw/项目/公众号写作/<日期_标题>/
资料包.md（facts, data, links, comment excerpts）
大纲.md（with inline citation markers to 资料包）


Always write to the real Obsidian Vault visible directory first (absolute path under user's real vault), never workspace mirror paths.
Before finishing, verify files exist in the real Obsidian visible directory and report that relative path to user.
Keep output minimal and readable (no extra draft/final folders unless user asks).
Control browser tabs like production workflow:

max 7 tabs at once
close finished tabs before opening new ones
close all temporary tabs at end (target 0)

### Required output

文章目录（按“日期_标题”命名）
资料包.md（含来源链接和评论摘录）
大纲.md（含可引用资料标注）
5-10标题候选（写在大纲顶部）
X/Twitter 证据优先来自 x.com 官方页面（并在资料包注明链接）
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rotbit
- Version: 1.0.5
## 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-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/topic-to-article-kit)
- [Send to Agent page](https://openagent3.xyz/skills/topic-to-article-kit/agent)
- [JSON manifest](https://openagent3.xyz/skills/topic-to-article-kit/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/topic-to-article-kit/agent.md)
- [Download page](https://openagent3.xyz/downloads/topic-to-article-kit)