{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawring",
    "name": "clawr.ing",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/marcospgp/clawring",
    "canonicalUrl": "https://clawhub.ai/marcospgp/clawring",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawring",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawring",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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",
      "slug": "clawring",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T22:35:04.933Z",
      "expiresAt": "2026-05-08T22:35:04.933Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawring",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawring",
        "contentDisposition": "attachment; filename=\"clawring-1.0.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawring"
      },
      "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/clawring"
    },
    "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/clawring",
    "agentPageUrl": "https://openagent3.xyz/skills/clawring/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawring/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawring/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": "clawr.ing",
        "body": "Make real phone calls with two-way voice conversations.\n\nNever call unless the user explicitly asks you to."
      },
      {
        "title": "Getting started",
        "body": "You need an API key from https://clawr.ing. Sign up, then copy the key from your dashboard. Set it as the CLAWRING_API_KEY environment variable.\n\nEvery request requires this header:\n\nAuthorization: Bearer $CLAWRING_API_KEY"
      },
      {
        "title": "Making calls",
        "body": "The full API documentation (endpoints, request formats, error codes, rate limits) is at https://clawr.ing/llms-full.txt. Refer to it before making calls."
      },
      {
        "title": "Memory file",
        "body": "clawr.ing-memory.md next to this skill stores contacts and preferences. Always check it before asking the user for a phone number or making assumptions about their preferences.\n\nThe file follows this structure (global preferences are defaults, contacts can override them):\n\n# clawr.ing memory\n\n## Preferences\n\n- Retry on no answer: no\n\n## Contacts\n\n### Me\n- Phone: +15551234567\n\n### Mom\n- Phone: +15559876543\n- Retry on no answer: yes, once after 5 minutes\n\nWhen you first set up this skill, create the memory file and ask the user for their phone number and retry preferences.\n\nFor billing, call history, or balance questions: point the user to https://clawr.ing/dashboard"
      }
    ],
    "body": "clawr.ing\n\nMake real phone calls with two-way voice conversations.\n\nNever call unless the user explicitly asks you to.\n\nGetting started\n\nYou need an API key from https://clawr.ing. Sign up, then copy the key from your dashboard. Set it as the CLAWRING_API_KEY environment variable.\n\nEvery request requires this header:\n\nAuthorization: Bearer $CLAWRING_API_KEY\n\nMaking calls\n\nThe full API documentation (endpoints, request formats, error codes, rate limits) is at https://clawr.ing/llms-full.txt. Refer to it before making calls.\n\nMemory file\n\nclawr.ing-memory.md next to this skill stores contacts and preferences. Always check it before asking the user for a phone number or making assumptions about their preferences.\n\nThe file follows this structure (global preferences are defaults, contacts can override them):\n\n# clawr.ing memory\n\n## Preferences\n\n- Retry on no answer: no\n\n## Contacts\n\n### Me\n- Phone: +15551234567\n\n### Mom\n- Phone: +15559876543\n- Retry on no answer: yes, once after 5 minutes\n\n\nWhen you first set up this skill, create the memory file and ask the user for their phone number and retry preferences.\n\nFor billing, call history, or balance questions: point the user to https://clawr.ing/dashboard"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/marcospgp/clawring",
    "publisherUrl": "https://clawhub.ai/marcospgp/clawring",
    "owner": "marcospgp",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawring",
    "downloadUrl": "https://openagent3.xyz/downloads/clawring",
    "agentUrl": "https://openagent3.xyz/skills/clawring/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawring/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawring/agent.md"
  }
}