{
  "schemaVersion": "1.0",
  "item": {
    "slug": "policy-lawyer",
    "name": "Policy Lawyer",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/CrimsonDevil333333/policy-lawyer",
    "canonicalUrl": "https://clawhub.ai/CrimsonDevil333333/policy-lawyer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/policy-lawyer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=policy-lawyer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/policies.md",
      "scripts/policy_lawyer.py",
      "tests/test_policy_lawyer.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/policy-lawyer"
    },
    "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/policy-lawyer",
    "agentPageUrl": "https://openagent3.xyz/skills/policy-lawyer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/policy-lawyer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/policy-lawyer/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": "Overview",
        "body": "policy-lawyer is built around the curated policy notebook at references/policies.md. The CLI (scripts/policy_lawyer.py) lets you:\n\n--list-topics to list every policy heading.\n--topic <name> to show the section that matches a topic (case-insensitive).\n--keyword <term> to search all policies for a given keyword.\n--policy-file <path> to point at a different policy document when comparing workspaces.\n\nUse this skill when you need to remind yourself of the community standards before drafting announcements or when a question lands that needs an authoritative policy quote."
      },
      {
        "title": "CLI usage",
        "body": "python3 skills/policy-lawyer/scripts/policy_lawyer.py --list-topics prints every section defined under ## <Section Name> in the policy reference.\n--topic \"Tone\" prints the tone guidelines exactly as written so you can quote them during calm reminders.\n--keyword security (or any other keyword) shows the matching lines across all sections so you can quickly see where that topic is governed.\nSupply --policy-file /path/to/repo/references/policies.md when you want to interrogate a copy of the playbook from another workspace."
      },
      {
        "title": "Sample commands",
        "body": "python3 skills/policy-lawyer/scripts/policy_lawyer.py --topic Tone\npython3 skills/policy-lawyer/scripts/policy_lawyer.py --keyword data --policy-file ../other-workspace/references/policies.md\n\nThe first command prints the tone section; the second searches for \"data\" inside another workspace's policies and prints each matching snippet."
      },
      {
        "title": "References",
        "body": "references/policies.md is the curated policy playbook that lists tone, data, collaboration, and security rules."
      },
      {
        "title": "Resources",
        "body": "GitHub: https://github.com/CrimsonDevil333333/policy-lawyer\nClawHub: https://www.clawhub.ai/skills/policy-lawyer"
      }
    ],
    "body": "Policy Lawyer\nOverview\n\npolicy-lawyer is built around the curated policy notebook at references/policies.md. The CLI (scripts/policy_lawyer.py) lets you:\n\n--list-topics to list every policy heading.\n--topic <name> to show the section that matches a topic (case-insensitive).\n--keyword <term> to search all policies for a given keyword.\n--policy-file <path> to point at a different policy document when comparing workspaces.\n\nUse this skill when you need to remind yourself of the community standards before drafting announcements or when a question lands that needs an authoritative policy quote.\n\nCLI usage\npython3 skills/policy-lawyer/scripts/policy_lawyer.py --list-topics prints every section defined under ## <Section Name> in the policy reference.\n--topic \"Tone\" prints the tone guidelines exactly as written so you can quote them during calm reminders.\n--keyword security (or any other keyword) shows the matching lines across all sections so you can quickly see where that topic is governed.\nSupply --policy-file /path/to/repo/references/policies.md when you want to interrogate a copy of the playbook from another workspace.\nSample commands\npython3 skills/policy-lawyer/scripts/policy_lawyer.py --topic Tone\npython3 skills/policy-lawyer/scripts/policy_lawyer.py --keyword data --policy-file ../other-workspace/references/policies.md\n\n\nThe first command prints the tone section; the second searches for \"data\" inside another workspace's policies and prints each matching snippet.\n\nReferences\nreferences/policies.md is the curated policy playbook that lists tone, data, collaboration, and security rules.\nResources\nGitHub: https://github.com/CrimsonDevil333333/policy-lawyer\nClawHub: https://www.clawhub.ai/skills/policy-lawyer"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/CrimsonDevil333333/policy-lawyer",
    "publisherUrl": "https://clawhub.ai/CrimsonDevil333333/policy-lawyer",
    "owner": "CrimsonDevil333333",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/policy-lawyer",
    "downloadUrl": "https://openagent3.xyz/downloads/policy-lawyer",
    "agentUrl": "https://openagent3.xyz/skills/policy-lawyer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/policy-lawyer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/policy-lawyer/agent.md"
  }
}