{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ultrahuman-openclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ultrahuman-openclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/ultrahuman_summary.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ultrahuman-openclaw",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Ultrahuman (OpenClaw)",
        "body": "Fetch Ultrahuman metrics via Ultrahuman MCP and mcporter, then summarize them."
      },
      {
        "title": "Setup (one-time)",
        "body": "You need:\n\nUltrahuman Developer/Partner credentials\n\nYou need a personal auth token from Ultrahuman Developer Portal:\n\nhttps://vision.ultrahuman.com/developer\n\nThen set:\n\nULTRAHUMAN_USER_EMAIL\nULTRAHUMAN_AUTH_TOKEN (your personal token)\n(Also set your Partner ID in the Ultrahuman app, if provided/required)\n\nUltrahuman MCP server\n\nRepository:\n\nhttps://github.com/Monasterolo21/Ultrahuman-MCP\n\nBuild it (example):\n\nbun install && bun run build\nYou should end up with an entrypoint like: dist/main.js\n\nmcporter config that defines an MCP server named ultrahuman\n\nExample config/mcporter.json (adjust path to your built main.js):\n\n{\n  \"mcpServers\": {\n    \"ultrahuman\": {\n      \"transport\": \"stdio\",\n      \"command\": \"node\",\n      \"args\": [\"/absolute/path/to/Ultrahuman-MCP/dist/main.js\"],\n      \"env\": {\n        \"ULTRAHUMAN_AUTH_TOKEN\": \"${ULTRAHUMAN_AUTH_TOKEN}\",\n        \"ULTRAHUMAN_USER_EMAIL\": \"${ULTRAHUMAN_USER_EMAIL}\"\n      }\n    }\n  }\n}"
      },
      {
        "title": "Daily summary (recommended)",
        "body": "From your OpenClaw workspace (so ./config/mcporter.json is found):\n\ncd /path/to/your/openclaw/workspace\npython3 skills/local/ultrahuman-openclaw/scripts/ultrahuman_summary.py --yesterday\n\nSpecific date:\n\npython3 skills/local/ultrahuman-openclaw/scripts/ultrahuman_summary.py --date YYYY-MM-DD\n\nIf your mcporter config isn’t at ./config/mcporter.json, pass it explicitly:\n\npython3 skills/local/ultrahuman-openclaw/scripts/ultrahuman_summary.py \\\n  --date YYYY-MM-DD \\\n  --mcporter-config /path/to/mcporter.json"
      },
      {
        "title": "Raw JSON",
        "body": "mcporter --config /path/to/mcporter.json \\\n  call ultrahuman.ultrahuman_metrics date=YYYY-MM-DD --output json"
      },
      {
        "title": "What to report (default)",
        "body": "Keep summaries short unless asked:\n\nSleep score + total sleep + efficiency + restorative sleep + deep/REM\nSteps total\nRecovery index, movement index, active minutes\nVO2 max, sleep HRV, RHR\n\nIf sleep score/total sleep are in a \"Needs attention\" state, call it out explicitly."
      }
    ],
    "body": "Ultrahuman (OpenClaw)\n\nFetch Ultrahuman metrics via Ultrahuman MCP and mcporter, then summarize them.\n\nSetup (one-time)\n\nYou need:\n\nUltrahuman Developer/Partner credentials\n\nYou need a personal auth token from Ultrahuman Developer Portal:\n\nhttps://vision.ultrahuman.com/developer\n\nThen set:\n\nULTRAHUMAN_USER_EMAIL\nULTRAHUMAN_AUTH_TOKEN (your personal token)\n(Also set your Partner ID in the Ultrahuman app, if provided/required)\nUltrahuman MCP server\n\nRepository:\n\nhttps://github.com/Monasterolo21/Ultrahuman-MCP\n\nBuild it (example):\n\nbun install && bun run build\nYou should end up with an entrypoint like: dist/main.js\nmcporter config that defines an MCP server named ultrahuman\n\nExample config/mcporter.json (adjust path to your built main.js):\n\n{\n  \"mcpServers\": {\n    \"ultrahuman\": {\n      \"transport\": \"stdio\",\n      \"command\": \"node\",\n      \"args\": [\"/absolute/path/to/Ultrahuman-MCP/dist/main.js\"],\n      \"env\": {\n        \"ULTRAHUMAN_AUTH_TOKEN\": \"${ULTRAHUMAN_AUTH_TOKEN}\",\n        \"ULTRAHUMAN_USER_EMAIL\": \"${ULTRAHUMAN_USER_EMAIL}\"\n      }\n    }\n  }\n}\n\nQuick start\nDaily summary (recommended)\n\nFrom your OpenClaw workspace (so ./config/mcporter.json is found):\n\ncd /path/to/your/openclaw/workspace\npython3 skills/local/ultrahuman-openclaw/scripts/ultrahuman_summary.py --yesterday\n\n\nSpecific date:\n\npython3 skills/local/ultrahuman-openclaw/scripts/ultrahuman_summary.py --date YYYY-MM-DD\n\n\nIf your mcporter config isn’t at ./config/mcporter.json, pass it explicitly:\n\npython3 skills/local/ultrahuman-openclaw/scripts/ultrahuman_summary.py \\\n  --date YYYY-MM-DD \\\n  --mcporter-config /path/to/mcporter.json\n\nRaw JSON\nmcporter --config /path/to/mcporter.json \\\n  call ultrahuman.ultrahuman_metrics date=YYYY-MM-DD --output json\n\nWhat to report (default)\n\nKeep summaries short unless asked:\n\nSleep score + total sleep + efficiency + restorative sleep + deep/REM\nSteps total\nRecovery index, movement index, active minutes\nVO2 max, sleep HRV, RHR\n\nIf sleep score/total sleep are in a \"Needs attention\" state, call it out explicitly."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/devpranoy/ultrahuman-openclaw",
    "publisherUrl": "https://clawhub.ai/devpranoy/ultrahuman-openclaw",
    "owner": "devpranoy",
    "version": "0.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}