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

### Itsyhome Control

Itsyhome exposes a local HTTP webhook server (default port 8423) and a URL scheme (itsyhome://).

Prerequisites: Itsyhome Pro, webhook server enabled in Settings → Webhooks.

### Core Pattern

All control and query happens via curl http://localhost:8423/<action>/<target>.

Targets use Room/Device format or just DeviceName
Spaces → %20 in URLs
On success: {"success": true} or JSON data
On failure: {"error": "..."} with HTTP 4xx

### Workflow

If target is ambiguous → curl http://localhost:8423/list/devices to find exact names
To check current state → curl http://localhost:8423/info/<target>
To control → appropriate action endpoint (see references/api.md)
Confirm to user with what was done; include state if queried

### Quick Reference

# Status
curl http://localhost:8423/status

# List
curl http://localhost:8423/list/rooms
curl http://localhost:8423/list/devices
curl http://localhost:8423/list/devices/Kitchen

# Query
curl http://localhost:8423/info/Office/Spotlights

# Control
curl http://localhost:8423/toggle/Office/Spotlights
curl http://localhost:8423/on/Kitchen/Light
curl http://localhost:8423/brightness/50/Bedroom/Lamp
curl http://localhost:8423/scene/Goodnight

For the full endpoint list, all control actions, and URL scheme reference: see references/api.md.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: nickustinov
- 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-30T09:06:42.134Z
- Expires at: 2026-05-07T09:06:42.134Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/itsyhome-control)
- [Send to Agent page](https://openagent3.xyz/skills/itsyhome-control/agent)
- [JSON manifest](https://openagent3.xyz/skills/itsyhome-control/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/itsyhome-control/agent.md)
- [Download page](https://openagent3.xyz/downloads/itsyhome-control)