{
  "schemaVersion": "1.0",
  "item": {
    "slug": "peaq-robotics",
    "name": "peaq Robotics",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/lavish0000/peaq-robotics",
    "canonicalUrl": "https://clawhub.ai/lavish0000/peaq-robotics",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/peaq-robotics",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=peaq-robotics",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/peaq_ros2.sh",
      "scripts/lib/utils.sh",
      "scripts/lib/nodes.sh",
      "scripts/lib/wallet.sh",
      "scripts/lib/env.sh"
    ],
    "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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/peaq-robotics"
    },
    "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/peaq-robotics",
    "agentPageUrl": "https://openagent3.xyz/skills/peaq-robotics/agent",
    "manifestUrl": "https://openagent3.xyz/skills/peaq-robotics/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/peaq-robotics/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": "What this skill is",
        "body": "Use this skill when a machine already has a working peaq-robotics-ros2 workspace and you want OpenClaw to run core ROS 2 nodes and call peaq services:\n\nDID create/read\nStorage add/read\nAccess role/permission operations"
      },
      {
        "title": "What this skill intentionally does NOT do",
        "body": "To keep this skill low-risk and easier to approve in registries, core excludes:\n\nrepo clone/build automation\nvalue transfer commands\ntether wallet operations\nruntime expansion of trusted setup/json roots via env overrides\n\nIf you need install/bootstrap/funding automation, use the companion admin skill (peaq-robotics-admin)."
      },
      {
        "title": "Required prerequisites",
        "body": "Before using core commands, make sure these are already true:\n\nROS 2 is installed and ros2 works.\npeaq-robotics-ros2 workspace is already present and built.\nPEAQ_ROS2_ROOT points to that repo.\nConfig YAML exists (either:\n\nset PEAQ_ROS2_CONFIG_YAML, or\nuse default <PEAQ_ROS2_ROOT>/peaq_ros2_examples/config/peaq_robot.yaml).\n\n\nROS environment is already initialized externally for the current shell/session."
      },
      {
        "title": "Manual setup guide (no installer script required)",
        "body": "Do the repo clone/build/config steps manually outside this skill using upstream peaq-robotics-ros2 docs, then set env for OpenClaw runtime:\n\nexport PEAQ_ROS2_ROOT=\"$HOME/peaq-robotics-ros2\"\n# optional\nexport PEAQ_ROS2_CONFIG_YAML=\"$HOME/peaq-robotics-ros2/peaq_ros2_examples/config/peaq_robot.yaml\""
      },
      {
        "title": "If users want their own custom helper script",
        "body": "Tell them to create their own wrapper with only required setup and explicit config:\n\n#!/usr/bin/env bash\nset -euo pipefail\nros2 run peaq_ros2_core core_node --ros-args -p config.yaml_path:=\"$PEAQ_ROS2_CONFIG_YAML\"\n\nThey can then run this directly, or still use this skill's commands for service calls."
      },
      {
        "title": "Core commands",
        "body": "Node lifecycle:\n\n{baseDir}/scripts/peaq_ros2.sh core-start\n{baseDir}/scripts/peaq_ros2.sh core-configure\n{baseDir}/scripts/peaq_ros2.sh core-activate\n{baseDir}/scripts/peaq_ros2.sh core-stop\n\nIdentity:\n\n{baseDir}/scripts/peaq_ros2.sh did-create\n{baseDir}/scripts/peaq_ros2.sh did-create '{\"type\":\"robot\"}'\n{baseDir}/scripts/peaq_ros2.sh did-create @/path/to/file.json\n{baseDir}/scripts/peaq_ros2.sh did-read\n\nStorage:\n\n{baseDir}/scripts/peaq_ros2.sh store-add sensor_data '{\"temp\":25.5}' FAST\n{baseDir}/scripts/peaq_ros2.sh store-read sensor_data\n\nAccess control:\n\n{baseDir}/scripts/peaq_ros2.sh access-create-role operator 'Robot operator'\n{baseDir}/scripts/peaq_ros2.sh access-create-permission move_robot\n{baseDir}/scripts/peaq_ros2.sh access-assign-permission move_robot operator\n{baseDir}/scripts/peaq_ros2.sh access-grant-role operator did:peaq:<address>\n\nIdentity card helpers:\n\n{baseDir}/scripts/peaq_ros2.sh identity-card-json [name] [roles_csv] [endpoints_json] [metadata_json]\n{baseDir}/scripts/peaq_ros2.sh identity-card-did-create [name] [roles_csv] [endpoints_json] [metadata_json]\n{baseDir}/scripts/peaq_ros2.sh identity-card-did-read\n\nFunding request (message template only, no transfer):\n\n{baseDir}/scripts/peaq_ros2.sh fund-request [amount] [reason]"
      },
      {
        "title": "Behavior and safety notes",
        "body": "This skill does not source ROS setup scripts itself; environment initialization must be done externally.\n@/path/file.json inputs are restricted to built-in roots:\n\nskill folder\nPEAQ_ROS2_ROOT\nworkspace .peaq_robot\n\n\nJSON arguments are parsed/validated before ROS 2 service calls.\nService payloads are passed as JSON objects to ros2 service call (no shell YAML interpolation)."
      },
      {
        "title": "One-line human prompts",
        "body": "\"Start peaq robotics core and create my DID. If I need funds, give me a one-line funding request.\"\n\"Read my DID, store this JSON as agent_state, then read it back.\"\n\"Create role operator, create permission move_robot, assign it, and show the response.\""
      },
      {
        "title": "Deep reference",
        "body": "For full service names and fields, see:\n\nreferences/peaq_ros2_services.md"
      }
    ],
    "body": "peaq-robotics (Core)\nWhat this skill is\n\nUse this skill when a machine already has a working peaq-robotics-ros2 workspace and you want OpenClaw to run core ROS 2 nodes and call peaq services:\n\nDID create/read\nStorage add/read\nAccess role/permission operations\nWhat this skill intentionally does NOT do\n\nTo keep this skill low-risk and easier to approve in registries, core excludes:\n\nrepo clone/build automation\nvalue transfer commands\ntether wallet operations\nruntime expansion of trusted setup/json roots via env overrides\n\nIf you need install/bootstrap/funding automation, use the companion admin skill (peaq-robotics-admin).\n\nRequired prerequisites\n\nBefore using core commands, make sure these are already true:\n\nROS 2 is installed and ros2 works.\npeaq-robotics-ros2 workspace is already present and built.\nPEAQ_ROS2_ROOT points to that repo.\nConfig YAML exists (either:\nset PEAQ_ROS2_CONFIG_YAML, or\nuse default <PEAQ_ROS2_ROOT>/peaq_ros2_examples/config/peaq_robot.yaml).\nROS environment is already initialized externally for the current shell/session.\nManual setup guide (no installer script required)\n\nDo the repo clone/build/config steps manually outside this skill using upstream peaq-robotics-ros2 docs, then set env for OpenClaw runtime:\n\nexport PEAQ_ROS2_ROOT=\"$HOME/peaq-robotics-ros2\"\n# optional\nexport PEAQ_ROS2_CONFIG_YAML=\"$HOME/peaq-robotics-ros2/peaq_ros2_examples/config/peaq_robot.yaml\"\n\nIf users want their own custom helper script\n\nTell them to create their own wrapper with only required setup and explicit config:\n\n#!/usr/bin/env bash\nset -euo pipefail\nros2 run peaq_ros2_core core_node --ros-args -p config.yaml_path:=\"$PEAQ_ROS2_CONFIG_YAML\"\n\n\nThey can then run this directly, or still use this skill's commands for service calls.\n\nCore commands\n\nNode lifecycle:\n\n{baseDir}/scripts/peaq_ros2.sh core-start\n{baseDir}/scripts/peaq_ros2.sh core-configure\n{baseDir}/scripts/peaq_ros2.sh core-activate\n{baseDir}/scripts/peaq_ros2.sh core-stop\n\nIdentity:\n\n{baseDir}/scripts/peaq_ros2.sh did-create\n{baseDir}/scripts/peaq_ros2.sh did-create '{\"type\":\"robot\"}'\n{baseDir}/scripts/peaq_ros2.sh did-create @/path/to/file.json\n{baseDir}/scripts/peaq_ros2.sh did-read\n\nStorage:\n\n{baseDir}/scripts/peaq_ros2.sh store-add sensor_data '{\"temp\":25.5}' FAST\n{baseDir}/scripts/peaq_ros2.sh store-read sensor_data\n\nAccess control:\n\n{baseDir}/scripts/peaq_ros2.sh access-create-role operator 'Robot operator'\n{baseDir}/scripts/peaq_ros2.sh access-create-permission move_robot\n{baseDir}/scripts/peaq_ros2.sh access-assign-permission move_robot operator\n{baseDir}/scripts/peaq_ros2.sh access-grant-role operator did:peaq:<address>\n\nIdentity card helpers:\n\n{baseDir}/scripts/peaq_ros2.sh identity-card-json [name] [roles_csv] [endpoints_json] [metadata_json]\n{baseDir}/scripts/peaq_ros2.sh identity-card-did-create [name] [roles_csv] [endpoints_json] [metadata_json]\n{baseDir}/scripts/peaq_ros2.sh identity-card-did-read\n\nFunding request (message template only, no transfer):\n\n{baseDir}/scripts/peaq_ros2.sh fund-request [amount] [reason]\nBehavior and safety notes\nThis skill does not source ROS setup scripts itself; environment initialization must be done externally.\n@/path/file.json inputs are restricted to built-in roots:\nskill folder\nPEAQ_ROS2_ROOT\nworkspace .peaq_robot\nJSON arguments are parsed/validated before ROS 2 service calls.\nService payloads are passed as JSON objects to ros2 service call (no shell YAML interpolation).\nOne-line human prompts\n\"Start peaq robotics core and create my DID. If I need funds, give me a one-line funding request.\"\n\"Read my DID, store this JSON as agent_state, then read it back.\"\n\"Create role operator, create permission move_robot, assign it, and show the response.\"\nDeep reference\n\nFor full service names and fields, see:\n\nreferences/peaq_ros2_services.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lavish0000/peaq-robotics",
    "publisherUrl": "https://clawhub.ai/lavish0000/peaq-robotics",
    "owner": "lavish0000",
    "version": "0.1.7",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/peaq-robotics",
    "downloadUrl": "https://openagent3.xyz/downloads/peaq-robotics",
    "agentUrl": "https://openagent3.xyz/skills/peaq-robotics/agent",
    "manifestUrl": "https://openagent3.xyz/skills/peaq-robotics/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/peaq-robotics/agent.md"
  }
}