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

### Band Selection Traps

2.4GHz penetrates walls better but congested — neighbors' networks interfere
5GHz faster but shorter range — may not reach all rooms
Same SSID for both bands can cause issues — device may stick to weak 5GHz instead of switching
6GHz (WiFi 6E) requires compatible devices — falls back to 5GHz if unsupported

### Channel Interference

2.4GHz only has 3 non-overlapping channels (1, 6, 11) — using others causes interference with neighbors
"Auto" channel selection often picks poorly — scan and set manually in congested areas
5GHz has more channels but DFS channels may pause for radar — causes brief disconnects near airports
Microwave ovens interfere with 2.4GHz channel 11 — kitchen dead zones are real

### Security Mistakes

WPA2-Personal minimum — WEP and WPA crackable in minutes
WPA3 preferred when all devices support — falls back silently if mixed
WPS is a backdoor — disable it, PIN can be brute-forced regardless of password strength
Hidden SSID doesn't improve security — devices broadcast it anyway when searching
MAC filtering trivially bypassed — MACs visible in air, easy to spoof

### Speed Issues

"Connected" doesn't mean good signal — check RSSI, below -70dBm is poor
WiFi speed is shared medium — many devices = less bandwidth each
Advertised speeds are theoretical max — real throughput is 50-70% at best
Old devices slow entire network on 2.4GHz — legacy rates affect everyone
USB 3.0 devices interfere with 2.4GHz — especially external drives near router

### Connection Drops

DHCP lease expiring causes reconnect — reduce lease time for troubleshooting, increase for stability
Roaming between access points isn't seamless — same SSID doesn't mean smooth handoff
Power saving mode causes ping spikes — disable on devices where latency matters
Driver issues more common than hardware — update or rollback WiFi drivers first

### Diagnostics

Ping router IP, not internet — isolates WiFi from ISP issues
Signal strength varies by location — walk around while monitoring
Channel scanner shows neighbor congestion — choose least crowded
Packet loss under 1% is acceptable — higher indicates interference or range issues

### Router Placement

Center of coverage area, not corner of house — signals radiate outward
Elevated position improves coverage — floor level gets blocked by furniture
Away from metal objects and aquariums — water and metal block signals
Router antennas perpendicular to each other — covers horizontal and vertical planes

### Guest Networks

Isolates untrusted devices from main network — IoT devices can't reach your computers
Separate password allows sharing without exposing main credentials
Bandwidth limiting available on most routers — prevent guests from saturating connection
Captive portal unnecessary for home — just use WPA2 with password

### Mesh vs Extenders

Extenders halve bandwidth — repeating uses same channel for backhaul
Mesh systems with dedicated backhaul avoid this — wired backhaul even better
Single router often enough — try repositioning before buying mesh
Adding access points to wrong locations creates more problems — coverage overlap causes roaming issues
## 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-05-01T20:35:43.918Z
- Expires at: 2026-05-08T20:35:43.918Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/wifi)
- [Send to Agent page](https://openagent3.xyz/skills/wifi/agent)
- [JSON manifest](https://openagent3.xyz/skills/wifi/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/wifi/agent.md)
- [Download page](https://openagent3.xyz/downloads/wifi)