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

### When to Use

User wants to set up, optimize, or debug a CDN. Covers provider selection, caching, security, and performance monitoring.

### Quick Reference

TopicFileProvider comparison & CLIsproviders.mdSecurity hardeningsecurity.mdCaching strategiescaching.mdTroubleshootingtroubleshooting.md

### Core Capabilities

Provider selection — Compare Cloudflare, CloudFront, Bunny, Fastly based on use case, traffic, budget
Cache configuration — Set optimal cache-control headers, TTLs, cache keys
Security setup — SSL/TLS, WAF rules, DDoS protection, origin shielding
Performance monitoring — Cache hit ratios, TTFB, regional latency
Invalidation — Purge strategies, CI/CD integration, tagged invalidation
Cost optimization — Bandwidth analysis, tier recommendations, multi-CDN strategies
Troubleshooting — Debug cache misses, stale content, origin overload

### Cache-Control Checklist

Before deploying, verify:

Hashed assets (JS/CSS) → Cache-Control: public, max-age=31536000, immutable
 HTML pages → Short TTL or no-cache with revalidation
 Images → Long TTL with content-based URLs or versioning
 API responses → Usually no-store unless explicitly cacheable
 User-specific content → private or no-store

### Security Checklist

TLS 1.2+ enforced, weak ciphers disabled
 HSTS enabled with appropriate max-age
 Origin IPs hidden, authenticated origin pulls configured
 Rate limiting on sensitive endpoints (login, API)
 Security headers: CSP, X-Frame-Options, X-Content-Type-Options

### Common Mistakes

Caching user-specific responses (auth tokens, personalized content)
Using max-age without immutable for versioned assets
Purging entire cache instead of targeted paths
Ignoring Vary headers (cache poisoning risk)
Origin not rejecting direct access (bypassing CDN protections)

### Decision: Do I Need a CDN?

Ask about:

Geographic distribution of users
Current page load times and Core Web Vitals
Static vs dynamic content ratio
Traffic volume and patterns

If users are mostly local and traffic is low → CDN may add complexity without benefit.
If global users OR heavy static assets OR need DDoS protection → CDN adds value.
## 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-29T10:01:56.913Z
- Expires at: 2026-05-06T10:01:56.913Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/cdn)
- [Send to Agent page](https://openagent3.xyz/skills/cdn/agent)
- [JSON manifest](https://openagent3.xyz/skills/cdn/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/cdn/agent.md)
- [Download page](https://openagent3.xyz/downloads/cdn)