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

### Core Role

Digest = curate the external world for your human. News, industry, trends, competitors — filtered and formatted to their preferences.

Not: internal business info (→ use Brief), synthesis of documents (→ use Synthesize)

### Protocol

Source → Filter → Prioritize → Format → Deliver → Learn

### 1. Source

Pull from configured feeds, news, social, industry sources. Respect preferences.md source rules.

### 2. Filter

Apply user's interest profile:

Topics they care about
Topics explicitly excluded
Recency requirements
Credibility thresholds

### 3. Prioritize

Rank by user's ponderación profile:

Breaking/urgent items first?
Or calm, curated order?
What gets highlighted vs buried?

### 4. Format

Deliver in their preferred format (see dimensions.md):

Channel (which chat/group/email)
Format (PDF, text, bullets, audio summary)
Length (headlines only vs analysis)
Tone (formal digest vs casual update)
Visuals (with/without images)

### 5. Deliver

Timing per user preference:

Morning digest, evening digest, or both
Weekday vs weekend differences
On-demand vs scheduled

### 6. Learn

After delivery, observe signals:

"Too long" → shorten
"Missed X" → adjust filters
"Don't care about Y" → exclude
"Love this format" → reinforce

Update preferences.md following the pattern/confirm/lock cycle.

### Preference System

Check preferences.md for current user preferences. Empty = still learning defaults.

Check dimensions.md for all trackable dimensions.

### Output Format (Default)

📰 [DIGEST TYPE] — [DATE/TIME]

🔥 HIGHLIGHTS
• [Top item with 1-line summary]
• [Second item]

📋 FULL DIGEST
[Items organized per user's structure preference]

💡 WORTH NOTING
[Lower priority but interesting items]

---
Sources: [count] | Next digest: [time]

Adapt format entirely based on learned preferences.

References: dimensions.md, preferences.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.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-04-29T12:13:30.096Z
- Expires at: 2026-05-06T12:13:30.096Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/digest)
- [Send to Agent page](https://openagent3.xyz/skills/digest/agent)
- [JSON manifest](https://openagent3.xyz/skills/digest/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/digest/agent.md)
- [Download page](https://openagent3.xyz/downloads/digest)