{
  "schemaVersion": "1.0",
  "item": {
    "slug": "firm-legal-pack",
    "name": "Firm Legal Pack",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/romainsantoli-web/firm-legal-pack",
    "canonicalUrl": "https://clawhub.ai/romainsantoli-web/firm-legal-pack",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/firm-legal-pack",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=firm-legal-pack",
    "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",
      "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/firm-legal-pack"
    },
    "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/firm-legal-pack",
    "agentPageUrl": "https://openagent3.xyz/skills/firm-legal-pack/agent",
    "manifestUrl": "https://openagent3.xyz/skills/firm-legal-pack/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/firm-legal-pack/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": "firm-legal-pack",
        "body": "Sector bundle for legal & compliance environments."
      },
      {
        "title": "Activated departments",
        "body": "DepartmentServices activatedFocusLegalContracting · Privacy/Data · IP & ComplianceContract review, GDPR, patent filingsQualityCompliance auditing · AccessibilityRegulatory adherenceFinanceUnit economics · Billing & CollectionsCost analysis for legal opsRAGovernance & PerformanceAgent onboarding for legal rolesOperationsDocumentation · ReleaseKnowledge base management"
      },
      {
        "title": "Recommended ClawHub skills to install alongside",
        "body": "npx clawhub@latest install academic-research        # Legal research via OpenAlex\nnpx clawhub@latest install pdf-documents            # Contract PDF parsing\nnpx clawhub@latest install arc-security-audit       # Compliance audit trail\nnpx clawhub@latest install agent-audit-trail        # Hash-chained audit logging\nnpx clawhub@latest install firm-orchestration       # This pack depends on it"
      },
      {
        "title": "Firm configuration overlay",
        "body": "Add to ~/.openclaw/openclaw.json:\n\n{\n  \"agent\": {\n    \"model\": \"anthropic/claude-opus-4-6\",\n    \"workspace\": \"~/.openclaw/workspace\"\n  },\n  \"agents\": {\n    \"defaults\": {\n      \"sandbox\": { \"mode\": \"non-main\" },\n      \"workspace\": \"~/.openclaw/workspace/legal-firm\"\n    }\n  }\n}"
      },
      {
        "title": "Prompt: standard legal delivery",
        "body": "Use firm-orchestration with:\n  objective: \"Review NDA agreement for data residency compliance with GDPR Art. 44-49\"\n  departments: [\"legal\", \"quality\"]\n  constraints: [\"read-only document access\", \"cite specific articles\"]\n  definition_of_done: \"Risk matrix with recommended redlines and clause references\"\n  delivery_format: \"markdown_report\""
      },
      {
        "title": "Prompt: contract negotiation prep",
        "body": "Use firm-orchestration with:\n  objective: \"Prepare negotiation brief for SaaS vendor contract renewal\"\n  departments: [\"legal\", \"finance\", \"commercial\"]\n  constraints: [\"no signatures\", \"max budget: current + 15%\"]\n  definition_of_done: \"Negotiation playbook with red/amber/green clauses\"\n  delivery_format: \"structured_document\""
      },
      {
        "title": "Security notes",
        "body": "Legal data is sensitive: activate SECURE_PRODUCTION_MODE=true in mcp-openclaw\nEnable AUDIT_ENABLED=true for all legal workflow runs\nRestrict OPENCLAW_ALLOWED_METHODS to agent.run,sessions_send\nUse dmPolicy: \"pairing\" on all channels"
      },
      {
        "title": "Compliance coverage",
        "body": "RegulationCoverageGDPR / CCPAPrivacy/Data Protection serviceSOC 2Security & Compliance quality serviceISO 27001Security audit trail + documentation opsContract lawContracting service + IP legal"
      },
      {
        "title": "💎 Support",
        "body": "Si ce skill vous est utile, vous pouvez soutenir le développement :\n\nDogecoin : DQBggqFNWsRNTPb6kkiwppnMo1Hm8edfWq"
      }
    ],
    "body": "firm-legal-pack\n\nSector bundle for legal & compliance environments.\n\nActivated departments\nDepartment\tServices activated\tFocus\nLegal\tContracting · Privacy/Data · IP & Compliance\tContract review, GDPR, patent filings\nQuality\tCompliance auditing · Accessibility\tRegulatory adherence\nFinance\tUnit economics · Billing & Collections\tCost analysis for legal ops\nRA\tGovernance & Performance\tAgent onboarding for legal roles\nOperations\tDocumentation · Release\tKnowledge base management\nRecommended ClawHub skills to install alongside\nnpx clawhub@latest install academic-research        # Legal research via OpenAlex\nnpx clawhub@latest install pdf-documents            # Contract PDF parsing\nnpx clawhub@latest install arc-security-audit       # Compliance audit trail\nnpx clawhub@latest install agent-audit-trail        # Hash-chained audit logging\nnpx clawhub@latest install firm-orchestration       # This pack depends on it\n\nFirm configuration overlay\n\nAdd to ~/.openclaw/openclaw.json:\n\n{\n  \"agent\": {\n    \"model\": \"anthropic/claude-opus-4-6\",\n    \"workspace\": \"~/.openclaw/workspace\"\n  },\n  \"agents\": {\n    \"defaults\": {\n      \"sandbox\": { \"mode\": \"non-main\" },\n      \"workspace\": \"~/.openclaw/workspace/legal-firm\"\n    }\n  }\n}\n\nPrompt: standard legal delivery\nUse firm-orchestration with:\n  objective: \"Review NDA agreement for data residency compliance with GDPR Art. 44-49\"\n  departments: [\"legal\", \"quality\"]\n  constraints: [\"read-only document access\", \"cite specific articles\"]\n  definition_of_done: \"Risk matrix with recommended redlines and clause references\"\n  delivery_format: \"markdown_report\"\n\nPrompt: contract negotiation prep\nUse firm-orchestration with:\n  objective: \"Prepare negotiation brief for SaaS vendor contract renewal\"\n  departments: [\"legal\", \"finance\", \"commercial\"]\n  constraints: [\"no signatures\", \"max budget: current + 15%\"]\n  definition_of_done: \"Negotiation playbook with red/amber/green clauses\"\n  delivery_format: \"structured_document\"\n\nSecurity notes\nLegal data is sensitive: activate SECURE_PRODUCTION_MODE=true in mcp-openclaw\nEnable AUDIT_ENABLED=true for all legal workflow runs\nRestrict OPENCLAW_ALLOWED_METHODS to agent.run,sessions_send\nUse dmPolicy: \"pairing\" on all channels\nCompliance coverage\nRegulation\tCoverage\nGDPR / CCPA\tPrivacy/Data Protection service\nSOC 2\tSecurity & Compliance quality service\nISO 27001\tSecurity audit trail + documentation ops\nContract law\tContracting service + IP legal\n💎 Support\n\nSi ce skill vous est utile, vous pouvez soutenir le développement :\n\nDogecoin : DQBggqFNWsRNTPb6kkiwppnMo1Hm8edfWq"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/romainsantoli-web/firm-legal-pack",
    "publisherUrl": "https://clawhub.ai/romainsantoli-web/firm-legal-pack",
    "owner": "romainsantoli-web",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/firm-legal-pack",
    "downloadUrl": "https://openagent3.xyz/downloads/firm-legal-pack",
    "agentUrl": "https://openagent3.xyz/skills/firm-legal-pack/agent",
    "manifestUrl": "https://openagent3.xyz/skills/firm-legal-pack/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/firm-legal-pack/agent.md"
  }
}