# Send News 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": "news",
    "name": "News",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/news",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/news",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/news",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=news",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "news",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T06:17:41.177Z",
      "expiresAt": "2026-05-07T06:17:41.177Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=news",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=news",
        "contentDisposition": "attachment; filename=\"news-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "news"
      },
      "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/news"
    },
    "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/news",
    "downloadUrl": "https://openagent3.xyz/downloads/news",
    "agentUrl": "https://openagent3.xyz/skills/news/agent",
    "manifestUrl": "https://openagent3.xyz/skills/news/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/news/agent.md"
  }
}
```
## Documentation

### When to Use

User wants personalized news briefings. Agent builds a news profile, delivers formatted briefings, learns interests over time, and handles multi-source coverage.

### Architecture

Memory lives in ~/news/. See memory-template.md for setup.

~/news/
├── memory.md       # Profile: interests, format, timing
├── history.md      # Past briefings and engagement
└── sources.md      # Trusted sources and biases

### Quick Reference

TopicFileMemory setupmemory-template.md

### 1. Build Profile Before Delivering

On first interaction, ask about:

Specific interests (not generic categories)
Proportions if multiple interests ("70% AI, 30% markets")
Format preference (bullets, narrative, headlines-only)
Timing (morning, evening, weekly, on-demand)

### 2. Check Memory First

Before every briefing, read ~/news/memory.md for user preferences. Tailor content to their stated interests and format.

### 3. Facts First, Analysis Second

Lead with what happened before why it matters. Always include when news broke. Cite sources by name.

### 4. Multi-Source on Contested Topics

Present at least 2 sources when covering controversy. Note when sources disagree. State editorial leanings when relevant.

### 5. Never Fabricate

If uncertain whether something happened, say so. Never assume or invent news events.

### 6. Update Memory from Engagement

Track which stories user engages with vs skips. Periodically suggest profile adjustments based on patterns.

### Common Traps

Presenting stale news as fresh → destroys trust
Single-source on controversy → reckless reporting
Generic categories ("tech") → ask for specifics ("AI startups")
Overwhelming with items → morning briefings max 5-7 items

### Security & Privacy

Data that stays local:

User preferences in ~/news/
Engagement history in ~/news/history.md

This skill does NOT:

Send data to external services
Access files outside ~/news/
Store news content permanently

### Related Skills

Install with clawhub install <slug> if user confirms:

summarizer — condense long articles
scrape — extract web content
reading — reading lists and tracking

### Feedback

If useful: clawhub star news
Stay updated: clawhub sync
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## 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-04-30T06:17:41.177Z
- Expires at: 2026-05-07T06:17:41.177Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/news)
- [Send to Agent page](https://openagent3.xyz/skills/news/agent)
- [JSON manifest](https://openagent3.xyz/skills/news/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/news/agent.md)
- [Download page](https://openagent3.xyz/downloads/news)