# Send Content Research 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "content-research",
    "name": "Content Research",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/hazy2go/content-research",
    "canonicalUrl": "https://clawhub.ai/hazy2go/content-research",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/content-research",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-research",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "examples/brand-config.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "content-research",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T02:18:37.732Z",
      "expiresAt": "2026-05-09T02:18:37.732Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-research",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-research",
        "contentDisposition": "attachment; filename=\"content-research-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "content-research"
      },
      "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/content-research"
    },
    "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/content-research",
    "downloadUrl": "https://openagent3.xyz/downloads/content-research",
    "agentUrl": "https://openagent3.xyz/skills/content-research/agent",
    "manifestUrl": "https://openagent3.xyz/skills/content-research/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/content-research/agent.md"
  }
}
```
## Documentation

### Content Research

Two-phase workflow: Research → Create

### Phase 1: Research

Triggers: research [topic], what's new in [topic]

### 1. Search

Use web search to find recent news:

web_search(query="[topic] news", freshness="pw")

Query patterns:

News: [topic] news
Reddit: site:reddit.com [topic]
X/Twitter: site:x.com [topic]

### 2. Fetch Articles

Extract article content:

web_fetch(url="[URL]", maxChars=8000)

### 3. Filter

7-day cutoff — discard older content
Skip "what is X" explainers
Skip price predictions / TA
Prioritize: launches, partnerships, updates, drama, milestones

### 4. Present

## [Topic] Research — [Date]

1. **[Headline]** - [Source] - [X days ago]
   [2-3 sentence summary]
   
2. **[Headline]** - [Source] - [X days ago]
   [2-3 sentence summary]

[up to 5 items, newest first]

### Phase 2: Content Creation

Triggers: create content for [platform], #3 for reddit

### Platform Formats

Reddit

Hook title (no clickbait)
2-4 conversational paragraphs
Include source link
End with discussion prompt

Angles:

News share — Straightforward reporting
Discussion — "What do you think..."
Analysis — Your take on implications
ELI5 — Simple explanation
Contrarian — Devil's advocate

X/Twitter

Under 280 chars (or thread)
Hook first line
Line breaks for readability

Angles:

Breaking — Just facts, urgency
Hot take — Engagement bait opinion
Thread — Multi-tweet breakdown
Quote dunk — React to announcement
Meme — Casual/funny

Discord

Bullet lists (no tables)
Wrap links: <https://...>
Bold/CAPS for emphasis

Angles:

Alert — One-liner + link
Summary — Key bullets
Discussion — Ask for reactions
Thread — Detailed breakdown
Meme — Community vibe

LinkedIn

Professional tone
Lead with insight
3-5 short paragraphs
End with question

Angles:

Industry insight — What it means
Lessons — What we learn
Prediction — Where it's heading
Career — Professional implications
Case study — Deep dive

### Brand Voice (Optional)

For branded content, create a brand-config.md file with your voice guidelines:

# Brand: [Name]

## Voice
- [Tone descriptor]
- [Communication style]

## Avoid
- [Things not to say]

## Include
- [Required elements]

When generating branded content, reference your brand config for consistency.

### Example Session

User: research defi

Agent: [Returns 5 findings from past 7 days]

User: 2 for reddit

Agent: [5 Reddit angles for finding #2]

User: angle 3

Agent: [Ready-to-post content]
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: hazy2go
- Version: 1.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-02T02:18:37.732Z
- Expires at: 2026-05-09T02:18:37.732Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/content-research)
- [Send to Agent page](https://openagent3.xyz/skills/content-research/agent)
- [JSON manifest](https://openagent3.xyz/skills/content-research/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/content-research/agent.md)
- [Download page](https://openagent3.xyz/downloads/content-research)