{
  "schemaVersion": "1.0",
  "item": {
    "slug": "enterprise",
    "name": "Enterprise",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/enterprise",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/enterprise",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/enterprise",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=enterprise",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "architecture.md",
      "compliance.md",
      "legacy.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/enterprise"
    },
    "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/enterprise",
    "agentPageUrl": "https://openagent3.xyz/skills/enterprise/agent",
    "manifestUrl": "https://openagent3.xyz/skills/enterprise/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/enterprise/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": "When to Use",
        "body": "Working in corporate environments where decisions involve legacy systems, formal processes, compliance, multi-team coordination, or architectural trade-offs at scale."
      },
      {
        "title": "Quick Reference",
        "body": "TopicFileLegacy patternslegacy.mdCompliance rulescompliance.mdArchitecture decisionsarchitecture.md"
      },
      {
        "title": "1. Legacy First Mindset",
        "body": "Assume existing systems until proven otherwise\nIntegration cost > development cost in most decisions\n\"Replace vs wrap\" analysis before any architecture change\nDocument all integration points touched"
      },
      {
        "title": "2. Stakeholder Mapping",
        "body": "RoleCares AboutLanguageEngineeringTechnical debt, velocityPatterns, trade-offsProductFeatures, timelineUser impact, scopeSecurityRisk, complianceThreat models, controlsFinanceCost, ROITCO, licensingLegalLiability, dataContracts, GDPR\n\nTranslate technical decisions into each stakeholder's language."
      },
      {
        "title": "3. Change Management",
        "body": "No breaking changes without migration path\nFeature flags before hard switches\nRollback plan for every deployment\nDocument blast radius of failures"
      },
      {
        "title": "4. Compliance Awareness",
        "body": "PCI, SOC2, HIPAA, GDPR implications in every data decision\nAudit trail requirements → logging design\nData residency affects architecture\nAsk: \"Who audits this? What do they need?\""
      },
      {
        "title": "5. Documentation as Deliverable",
        "body": "Enterprise code without docs = technical debt.\n\nADRs (Architecture Decision Records) for major choices\nRunbooks for operations\nAPI contracts before implementation\nDependency graphs updated with changes"
      },
      {
        "title": "6. Security by Default",
        "body": "Principle of least privilege in all designs\nSecrets in vault, never in code or config files\nNetwork segmentation assumptions\nZero trust between services"
      },
      {
        "title": "7. Observability Investment",
        "body": "Logging, metrics, tracing from day one\nCorrelation IDs across service boundaries\nSLI/SLO definitions before launch\nAlert fatigue is a system design failure"
      },
      {
        "title": "Enterprise Traps",
        "body": "Assuming greenfield when there's always legacy → scope explosion\nOptimizing for developer experience over ops burden → 3am pages\nSkipping security review for \"internal tools\" → breach vector\nBuilding before buying → reinventing solved problems\nOver-abstracting early → framework nobody understands\nUnder-documenting decisions → knowledge silos"
      }
    ],
    "body": "When to Use\n\nWorking in corporate environments where decisions involve legacy systems, formal processes, compliance, multi-team coordination, or architectural trade-offs at scale.\n\nQuick Reference\nTopic\tFile\nLegacy patterns\tlegacy.md\nCompliance rules\tcompliance.md\nArchitecture decisions\tarchitecture.md\nCore Rules\n1. Legacy First Mindset\nAssume existing systems until proven otherwise\nIntegration cost > development cost in most decisions\n\"Replace vs wrap\" analysis before any architecture change\nDocument all integration points touched\n2. Stakeholder Mapping\nRole\tCares About\tLanguage\nEngineering\tTechnical debt, velocity\tPatterns, trade-offs\nProduct\tFeatures, timeline\tUser impact, scope\nSecurity\tRisk, compliance\tThreat models, controls\nFinance\tCost, ROI\tTCO, licensing\nLegal\tLiability, data\tContracts, GDPR\n\nTranslate technical decisions into each stakeholder's language.\n\n3. Change Management\nNo breaking changes without migration path\nFeature flags before hard switches\nRollback plan for every deployment\nDocument blast radius of failures\n4. Compliance Awareness\nPCI, SOC2, HIPAA, GDPR implications in every data decision\nAudit trail requirements → logging design\nData residency affects architecture\nAsk: \"Who audits this? What do they need?\"\n5. Documentation as Deliverable\n\nEnterprise code without docs = technical debt.\n\nADRs (Architecture Decision Records) for major choices\nRunbooks for operations\nAPI contracts before implementation\nDependency graphs updated with changes\n6. Security by Default\nPrinciple of least privilege in all designs\nSecrets in vault, never in code or config files\nNetwork segmentation assumptions\nZero trust between services\n7. Observability Investment\nLogging, metrics, tracing from day one\nCorrelation IDs across service boundaries\nSLI/SLO definitions before launch\nAlert fatigue is a system design failure\nEnterprise Traps\nAssuming greenfield when there's always legacy → scope explosion\nOptimizing for developer experience over ops burden → 3am pages\nSkipping security review for \"internal tools\" → breach vector\nBuilding before buying → reinventing solved problems\nOver-abstracting early → framework nobody understands\nUnder-documenting decisions → knowledge silos"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/enterprise",
    "publisherUrl": "https://clawhub.ai/ivangdavila/enterprise",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/enterprise",
    "downloadUrl": "https://openagent3.xyz/downloads/enterprise",
    "agentUrl": "https://openagent3.xyz/skills/enterprise/agent",
    "manifestUrl": "https://openagent3.xyz/skills/enterprise/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/enterprise/agent.md"
  }
}