{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-phone-receipt",
    "name": "OpenClaw Phone Receipt",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/tuofangzhe/openclaw-phone-receipt",
    "canonicalUrl": "https://clawhub.ai/tuofangzhe/openclaw-phone-receipt",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-phone-receipt",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-phone-receipt",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/set_phone_receipt_state.py",
      "scripts/trigger_call.sh",
      "references/setup.md",
      "references/env-example.txt",
      "references/publish-clawhub.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. 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/openclaw-phone-receipt"
    },
    "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/openclaw-phone-receipt",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-phone-receipt/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-phone-receipt/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-phone-receipt/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": "OpenClaw Phone Receipt",
        "body": "Use this skill to manage phone callback notifications."
      },
      {
        "title": "Commands to honor",
        "body": "phone-receipt=on → enable phone receipt policy\nphone-receipt=off → disable phone receipt policy\n\nState file:\n\nmemory/phone-receipt-state.json"
      },
      {
        "title": "Default behavior",
        "body": "If user asks for callback on completion/failure, set enabled=true.\nDefault policy is now:\n\npolicy.onComplete=false\npolicy.onFailure=true\npolicy.onUrgent=true\n\n\nPersist state to memory/phone-receipt-state.json.\nFor immediate test call, run scripts/trigger_call.sh."
      },
      {
        "title": "Delivery strategy (must follow)",
        "body": "Phone call only when:\n\ntask failed, OR\nuser explicitly marks task as urgent (e.g., “urgent/high-priority”).\n\n\nAll other non-urgent successful tasks:\n\nsend Telegram text summary only (no phone call).\n\nWhen phone is not required by policy, use message delivery (Telegram text) as default receipt path."
      },
      {
        "title": "Tools/scripts",
        "body": "Toggle state:\n\npython3 skills/openclaw-phone-receipt/scripts/set_phone_receipt_state.py on\npython3 skills/openclaw-phone-receipt/scripts/set_phone_receipt_state.py off\n\n\nTrigger call now:\n\nbash skills/openclaw-phone-receipt/scripts/trigger_call.sh"
      },
      {
        "title": "Call prerequisites",
        "body": "Requires .env.elevenlabs-call with:\n\nELEVENLABS_AGENT_ID\nELEVENLABS_OUTBOUND_PHONE_ID\nTO_NUMBER\n\nELEVENLABS_API_KEY can come from shell env or .env.elevenlabs-call.\n\nFor full setup (Twilio purchase/verify, ElevenLabs import, key scopes, troubleshooting), read:\n\nreferences/setup.md\n\nFor ClawHub upload checklist (version/changelog/size requirements), read:\n\nreferences/publish-clawhub.md"
      },
      {
        "title": "Failure handling",
        "body": "If call fails, return concise root cause and next action:\n\nunverified target number (Twilio trial)\nmissing ConvAI scope (convai_read)\nmissing agent/phone ids"
      }
    ],
    "body": "OpenClaw Phone Receipt\n\nUse this skill to manage phone callback notifications.\n\nCommands to honor\nphone-receipt=on → enable phone receipt policy\nphone-receipt=off → disable phone receipt policy\n\nState file:\n\nmemory/phone-receipt-state.json\nDefault behavior\nIf user asks for callback on completion/failure, set enabled=true.\nDefault policy is now:\npolicy.onComplete=false\npolicy.onFailure=true\npolicy.onUrgent=true\nPersist state to memory/phone-receipt-state.json.\nFor immediate test call, run scripts/trigger_call.sh.\nDelivery strategy (must follow)\nPhone call only when:\ntask failed, OR\nuser explicitly marks task as urgent (e.g., “urgent/high-priority”).\nAll other non-urgent successful tasks:\nsend Telegram text summary only (no phone call).\n\nWhen phone is not required by policy, use message delivery (Telegram text) as default receipt path.\n\nTools/scripts\nToggle state:\npython3 skills/openclaw-phone-receipt/scripts/set_phone_receipt_state.py on\npython3 skills/openclaw-phone-receipt/scripts/set_phone_receipt_state.py off\nTrigger call now:\nbash skills/openclaw-phone-receipt/scripts/trigger_call.sh\nCall prerequisites\n\nRequires .env.elevenlabs-call with:\n\nELEVENLABS_AGENT_ID\nELEVENLABS_OUTBOUND_PHONE_ID\nTO_NUMBER\n\nELEVENLABS_API_KEY can come from shell env or .env.elevenlabs-call.\n\nFor full setup (Twilio purchase/verify, ElevenLabs import, key scopes, troubleshooting), read:\n\nreferences/setup.md\n\nFor ClawHub upload checklist (version/changelog/size requirements), read:\n\nreferences/publish-clawhub.md\nFailure handling\n\nIf call fails, return concise root cause and next action:\n\nunverified target number (Twilio trial)\nmissing ConvAI scope (convai_read)\nmissing agent/phone ids"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/tuofangzhe/openclaw-phone-receipt",
    "publisherUrl": "https://clawhub.ai/tuofangzhe/openclaw-phone-receipt",
    "owner": "tuofangzhe",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-phone-receipt",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-phone-receipt",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-phone-receipt/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-phone-receipt/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-phone-receipt/agent.md"
  }
}