{
  "schemaVersion": "1.0",
  "item": {
    "slug": "peon-ping-openclaw",
    "name": "Peon Ping for Openclaw",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/sal-jim/peon-ping-openclaw",
    "canonicalUrl": "https://clawhub.ai/sal-jim/peon-ping-openclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/peon-ping-openclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=peon-ping-openclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "NOTES.md"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/peon-ping-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/peon-ping-openclaw",
    "agentPageUrl": "https://openagent3.xyz/skills/peon-ping-openclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/peon-ping-openclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/peon-ping-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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "PeonPing Alerts Skill",
        "body": "Make PeonPing work out-of-the-box with Orc Peon as default."
      },
      {
        "title": "Default behavior (do this first)",
        "body": "Run this exact flow with exec:\n\nbrew install PeonPing/tap/peon-ping\npeon-ping-setup\npeon packs install orc-peon || true\npeon packs use orc-peon\npeon volume 0.45\npeon notifications on\npeon preview\npeon status\n\nIf Homebrew is unavailable, use:\n\ncurl -fsSL https://raw.githubusercontent.com/PeonPing/peon-ping/main/install.sh | bash\npeon-ping-setup\npeon packs install orc-peon || true\npeon packs use orc-peon\npeon volume 0.45\npeon notifications on\npeon preview\npeon status"
      },
      {
        "title": "What to tell the user after setup",
        "body": "Use this message pattern:\n\n\"PeonPing is installed and set to Orc Peon by default.\"\n\"If you want a different voice/pack, tell me and I’ll switch it.\""
      },
      {
        "title": "Customization on request",
        "body": "List packs: peon packs list --registry\nSwitch pack: peon packs use <pack_name>\nCycle packs: peon packs next\nAdjust volume: peon volume <0.0-1.0>\nTest notifications: peon notifications test"
      },
      {
        "title": "Quick recovery (if no sound)",
        "body": "Run, in order:\n\npeon status\npeon preview\npeon notifications test\npeon-ping-setup\n\nThen re-apply default:\n\npeon packs use orc-peon\npeon volume 0.45\npeon notifications on"
      },
      {
        "title": "Guardrails",
        "body": "Prefer Homebrew path when possible.\nOnly use official project URLs.\nDo not claim a pack is active before confirming with peon status and peon preview."
      }
    ],
    "body": "PeonPing Alerts Skill\n\nMake PeonPing work out-of-the-box with Orc Peon as default.\n\nDefault behavior (do this first)\n\nRun this exact flow with exec:\n\nbrew install PeonPing/tap/peon-ping\npeon-ping-setup\npeon packs install orc-peon || true\npeon packs use orc-peon\npeon volume 0.45\npeon notifications on\npeon preview\npeon status\n\n\nIf Homebrew is unavailable, use:\n\ncurl -fsSL https://raw.githubusercontent.com/PeonPing/peon-ping/main/install.sh | bash\npeon-ping-setup\npeon packs install orc-peon || true\npeon packs use orc-peon\npeon volume 0.45\npeon notifications on\npeon preview\npeon status\n\nWhat to tell the user after setup\n\nUse this message pattern:\n\n\"PeonPing is installed and set to Orc Peon by default.\"\n\"If you want a different voice/pack, tell me and I’ll switch it.\"\nCustomization on request\nList packs: peon packs list --registry\nSwitch pack: peon packs use <pack_name>\nCycle packs: peon packs next\nAdjust volume: peon volume <0.0-1.0>\nTest notifications: peon notifications test\nQuick recovery (if no sound)\n\nRun, in order:\n\npeon status\npeon preview\npeon notifications test\npeon-ping-setup\n\n\nThen re-apply default:\n\npeon packs use orc-peon\npeon volume 0.45\npeon notifications on\n\nGuardrails\nPrefer Homebrew path when possible.\nOnly use official project URLs.\nDo not claim a pack is active before confirming with peon status and peon preview."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sal-jim/peon-ping-openclaw",
    "publisherUrl": "https://clawhub.ai/sal-jim/peon-ping-openclaw",
    "owner": "sal-jim",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/peon-ping-openclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/peon-ping-openclaw",
    "agentUrl": "https://openagent3.xyz/skills/peon-ping-openclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/peon-ping-openclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/peon-ping-openclaw/agent.md"
  }
}