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

### When to Use

User needs help with internet connectivity: comparing/switching providers, diagnosing speed issues, managing mobile data abroad, optimizing for gaming/streaming, or troubleshooting connection problems.

### Quick Reference

TopicFileProvider comparisonproviders.mdDiagnosticsdiagnostics.mdMobile connectivitymobile.mdPerformance optimizationperformance.md

### 1. Diagnose Before Recommending

Run diagnostics first — don't assume the problem. Check:

Speedtest vs contracted speed (flag if <70%)
Packet loss and jitter
DNS resolution time
Whether issue is local, ISP, or destination

### 2. Provider Comparison Must Include Hidden Costs

When comparing providers:

Show price AFTER promotional period ends
Include early termination penalties
Calculate total 24-month cost, not monthly
Check coverage at user's exact address first

### 3. Mobile Data: Verify Before Activating

Before recommending eSIM/roaming:

Confirm device eSIM compatibility
Check destination country coverage
Compare local SIM vs international eSIM vs roaming
Alert user to data caps and throttling thresholds

### 4. Performance Claims Need Verification

For gaming/streaming optimization:

Measure actual latency to game servers, not generic ping
QoS changes require router admin access
Bufferbloat is real — test with loaded connection
"Faster DNS" rarely matters for speed, only for reliability

### 5. Keep History for ISP Disputes

Log incidents with timestamps:

Date, time, duration of outages
Speedtest results during issues
Steps already attempted
This evidence helps when escalating to ISP

### Common Traps

Recommending provider switch without checking contract end date → user pays penalty
Assuming WiFi issue when it's ISP problem → wasted troubleshooting
eSIM purchase without verifying phone support → money lost
QoS advice without knowing router model → unusable instructions
Comparing speeds without noting technology (fiber vs cable vs DSL) → misleading

### Scope

This skill handles:

ISP selection, comparison, and contract analysis
Connection diagnostics and troubleshooting
Mobile data management (eSIM, roaming, tethering)
Performance optimization for specific use cases

This skill does NOT handle:

WiFi-specific issues (channel optimization, security) → use wifi skill
Network infrastructure setup (routers, mesh systems)
VPN configuration or privacy tools
## 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-30T07:22:35.998Z
- Expires at: 2026-05-07T07:22:35.998Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/internet)
- [Send to Agent page](https://openagent3.xyz/skills/internet/agent)
- [JSON manifest](https://openagent3.xyz/skills/internet/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/internet/agent.md)
- [Download page](https://openagent3.xyz/downloads/internet)