{
  "schemaVersion": "1.0",
  "item": {
    "slug": "workcrm",
    "name": "Workcrm",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/extraterrest/workcrm",
    "canonicalUrl": "https://clawhub.ai/extraterrest/workcrm",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/workcrm",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=workcrm",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "pyproject.toml",
      "tests/test_confirm_gate.py",
      "tests/test_crud_digest_export.py",
      "tests/test_wcrm_003_participants_drafts.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. 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/workcrm"
    },
    "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/workcrm",
    "agentPageUrl": "https://openagent3.xyz/skills/workcrm/agent",
    "manifestUrl": "https://openagent3.xyz/skills/workcrm/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/workcrm/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": "WorkCRM (OpenClaw Skill)",
        "body": "A lightweight, local-first CRM with an explicit confirmation gate.\n\nProduct constraints (locked):\n\nWrites happen only after explicit confirmation: reply 记 to confirm, 不记 to reject.\nDrafts are retained for auditability."
      },
      {
        "title": "Chat usage (recommended)",
        "body": "Use any of these to reliably trigger CRM behavior:\n\ncrm: ...\n记一下：...\n先出草稿：...\n\nFlow:\n\nYou send a message.\nWorkCRM replies with a draft.\nYou reply 记 or 不记.\n\nNote: this alpha skill provides the core engine + storage. Chat routing glue depends on your OpenClaw agent config."
      },
      {
        "title": "Generate a draft",
        "body": "python -m workcrm draft \"crm: talked to Alice, follow up next week\"\n\nThis prints a JSON payload including a human message + pending draft id."
      },
      {
        "title": "Storage",
        "body": "Default DB path: ~/.openclaw/workcrm/workcrm.sqlite3\nOverride with env var: WORKCRM_DB_PATH=/path/to/workcrm.sqlite3\nOr pass --db /path/to/workcrm.sqlite3 to the CLI."
      },
      {
        "title": "Implementation notes",
        "body": "Deterministic ordering is enforced for lists.\nSchema migrations are applied automatically on first use."
      }
    ],
    "body": "WorkCRM (OpenClaw Skill)\n\nA lightweight, local-first CRM with an explicit confirmation gate.\n\nProduct constraints (locked):\n\nWrites happen only after explicit confirmation: reply 记 to confirm, 不记 to reject.\nDrafts are retained for auditability.\nChat usage (recommended)\n\nUse any of these to reliably trigger CRM behavior:\n\ncrm: ...\n记一下：...\n先出草稿：...\n\nFlow:\n\nYou send a message.\nWorkCRM replies with a draft.\nYou reply 记 or 不记.\n\nNote: this alpha skill provides the core engine + storage. Chat routing glue depends on your OpenClaw agent config.\n\nLocal CLI (for verification/dev)\nGenerate a draft\npython -m workcrm draft \"crm: talked to Alice, follow up next week\"\n\n\nThis prints a JSON payload including a human message + pending draft id.\n\nStorage\nDefault DB path: ~/.openclaw/workcrm/workcrm.sqlite3\nOverride with env var: WORKCRM_DB_PATH=/path/to/workcrm.sqlite3\nOr pass --db /path/to/workcrm.sqlite3 to the CLI.\nImplementation notes\nDeterministic ordering is enforced for lists.\nSchema migrations are applied automatically on first use."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/extraterrest/workcrm",
    "publisherUrl": "https://clawhub.ai/extraterrest/workcrm",
    "owner": "extraterrest",
    "version": "0.1.0-alpha.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/workcrm",
    "downloadUrl": "https://openagent3.xyz/downloads/workcrm",
    "agentUrl": "https://openagent3.xyz/skills/workcrm/agent",
    "manifestUrl": "https://openagent3.xyz/skills/workcrm/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/workcrm/agent.md"
  }
}