# Send Ultrahuman (OpenClaw) 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": "ultrahuman-openclaw",
    "name": "Ultrahuman (OpenClaw)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/devpranoy/ultrahuman-openclaw",
    "canonicalUrl": "https://clawhub.ai/devpranoy/ultrahuman-openclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ultrahuman-openclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ultrahuman-openclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/ultrahuman_summary.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ultrahuman-openclaw",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T09:23:27.680Z",
      "expiresAt": "2026-05-17T09:23:27.680Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ultrahuman-openclaw",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ultrahuman-openclaw",
        "contentDisposition": "attachment; filename=\"ultrahuman-openclaw-0.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ultrahuman-openclaw"
      },
      "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/ultrahuman-openclaw"
    },
    "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/ultrahuman-openclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/ultrahuman-openclaw",
    "agentUrl": "https://openagent3.xyz/skills/ultrahuman-openclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ultrahuman-openclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ultrahuman-openclaw/agent.md"
  }
}
```
## Documentation

### Ultrahuman (OpenClaw)

Fetch Ultrahuman metrics via Ultrahuman MCP and mcporter, then summarize them.

### Setup (one-time)

You need:

Ultrahuman Developer/Partner credentials

You need a personal auth token from Ultrahuman Developer Portal:

https://vision.ultrahuman.com/developer

Then set:

ULTRAHUMAN_USER_EMAIL
ULTRAHUMAN_AUTH_TOKEN (your personal token)
(Also set your Partner ID in the Ultrahuman app, if provided/required)

Ultrahuman MCP server

Repository:

https://github.com/Monasterolo21/Ultrahuman-MCP

Build it (example):

bun install && bun run build
You should end up with an entrypoint like: dist/main.js

mcporter config that defines an MCP server named ultrahuman

Example config/mcporter.json (adjust path to your built main.js):

{
  "mcpServers": {
    "ultrahuman": {
      "transport": "stdio",
      "command": "node",
      "args": ["/absolute/path/to/Ultrahuman-MCP/dist/main.js"],
      "env": {
        "ULTRAHUMAN_AUTH_TOKEN": "${ULTRAHUMAN_AUTH_TOKEN}",
        "ULTRAHUMAN_USER_EMAIL": "${ULTRAHUMAN_USER_EMAIL}"
      }
    }
  }
}

### Daily summary (recommended)

From your OpenClaw workspace (so ./config/mcporter.json is found):

cd /path/to/your/openclaw/workspace
python3 skills/local/ultrahuman-openclaw/scripts/ultrahuman_summary.py --yesterday

Specific date:

python3 skills/local/ultrahuman-openclaw/scripts/ultrahuman_summary.py --date YYYY-MM-DD

If your mcporter config isn’t at ./config/mcporter.json, pass it explicitly:

python3 skills/local/ultrahuman-openclaw/scripts/ultrahuman_summary.py \\
  --date YYYY-MM-DD \\
  --mcporter-config /path/to/mcporter.json

### Raw JSON

mcporter --config /path/to/mcporter.json \\
  call ultrahuman.ultrahuman_metrics date=YYYY-MM-DD --output json

### What to report (default)

Keep summaries short unless asked:

Sleep score + total sleep + efficiency + restorative sleep + deep/REM
Steps total
Recovery index, movement index, active minutes
VO2 max, sleep HRV, RHR

If sleep score/total sleep are in a "Needs attention" state, call it out explicitly.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: devpranoy
- Version: 0.1.2
## 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-10T09:23:27.680Z
- Expires at: 2026-05-17T09:23:27.680Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ultrahuman-openclaw)
- [Send to Agent page](https://openagent3.xyz/skills/ultrahuman-openclaw/agent)
- [JSON manifest](https://openagent3.xyz/skills/ultrahuman-openclaw/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ultrahuman-openclaw/agent.md)
- [Download page](https://openagent3.xyz/downloads/ultrahuman-openclaw)