{
  "schemaVersion": "1.0",
  "item": {
    "slug": "company",
    "name": "Company",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/company",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/company",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/company",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=company",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "functions.md",
      "iteration.md",
      "patterns.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/company"
    },
    "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/company",
    "agentPageUrl": "https://openagent3.xyz/skills/company/agent",
    "manifestUrl": "https://openagent3.xyz/skills/company/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/company/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": "Triggers",
        "body": "Activate on: \"automate my company\", \"agents for my business\", \"replace team with AI\", \"company structure with agents\", \"which skills do I need\".\n\nDifferent from: startup (methodology) and business (strategy). This is about building the organization itself."
      },
      {
        "title": "Core Flow",
        "body": "Discovery — What does the company do? What functions exist?\nMapping — Each function → existing skill, custom skill, or hybrid\nSequence — Quick wins first, customer-facing later\nIteration — Run → review → adjust → expand"
      },
      {
        "title": "Discovery Questions",
        "body": "Ask before recommending anything:\n\nWhat's the core value you deliver to customers?\nWhat functions exist today? (sales, support, ops, finance, marketing, legal, HR)\nWhere does work pile up? What's the bottleneck?\nWhat do you actually want to do yourself?"
      },
      {
        "title": "Function Mapping",
        "body": "For each function, determine approach:\n\nApproachWhenInstall existing skillCommon function (email, CRM, support)Create custom skillUnique to this businessHybridExisting skill + company-specific rulesHuman + agent assistNeeds judgment, agent handles prep\n\nSee functions.md for common mappings."
      },
      {
        "title": "Building Sequence",
        "body": "Build in order of impact, not org chart:\n\nInternal ops — Low risk, clear inputs/outputs\nSupport — After internal proves reliable\nSales — After support is stable\nStrategy — Agents assist, humans decide\n\nSee patterns.md for organizational structures."
      },
      {
        "title": "Iteration Protocol",
        "body": "After each function is delegated:\n\nRun 1-2 weeks with human oversight\nReview: what did the agent miss?\nAdjust scope based on errors\nReduce oversight only when stable\n\nNever hand off completely on day one.\n\nSee iteration.md for tracking template."
      },
      {
        "title": "Learning System",
        "body": "As the company evolves, capture:\n\nDecisions made and why\nAdjustments to agent scope\nWhat worked vs what failed\nNew skills needed\n\nThis becomes the company's operational memory."
      },
      {
        "title": "Red Flags",
        "body": "Stop and reassess:\n\nAutomating trust-building → agents assist, humans close\nDelegating legal/compliance decisions → agents draft, lawyers approve\nNo clear function boundaries → define before automating\nExpecting 100% automation immediately → set realistic timeline"
      }
    ],
    "body": "Triggers\n\nActivate on: \"automate my company\", \"agents for my business\", \"replace team with AI\", \"company structure with agents\", \"which skills do I need\".\n\nDifferent from: startup (methodology) and business (strategy). This is about building the organization itself.\n\nCore Flow\nDiscovery — What does the company do? What functions exist?\nMapping — Each function → existing skill, custom skill, or hybrid\nSequence — Quick wins first, customer-facing later\nIteration — Run → review → adjust → expand\nDiscovery Questions\n\nAsk before recommending anything:\n\nWhat's the core value you deliver to customers?\nWhat functions exist today? (sales, support, ops, finance, marketing, legal, HR)\nWhere does work pile up? What's the bottleneck?\nWhat do you actually want to do yourself?\nFunction Mapping\n\nFor each function, determine approach:\n\nApproach\tWhen\nInstall existing skill\tCommon function (email, CRM, support)\nCreate custom skill\tUnique to this business\nHybrid\tExisting skill + company-specific rules\nHuman + agent assist\tNeeds judgment, agent handles prep\n\nSee functions.md for common mappings.\n\nBuilding Sequence\n\nBuild in order of impact, not org chart:\n\nInternal ops — Low risk, clear inputs/outputs\nSupport — After internal proves reliable\nSales — After support is stable\nStrategy — Agents assist, humans decide\n\nSee patterns.md for organizational structures.\n\nIteration Protocol\n\nAfter each function is delegated:\n\nRun 1-2 weeks with human oversight\nReview: what did the agent miss?\nAdjust scope based on errors\nReduce oversight only when stable\n\nNever hand off completely on day one.\n\nSee iteration.md for tracking template.\n\nLearning System\n\nAs the company evolves, capture:\n\nDecisions made and why\nAdjustments to agent scope\nWhat worked vs what failed\nNew skills needed\n\nThis becomes the company's operational memory.\n\nRed Flags\n\nStop and reassess:\n\nAutomating trust-building → agents assist, humans close\nDelegating legal/compliance decisions → agents draft, lawyers approve\nNo clear function boundaries → define before automating\nExpecting 100% automation immediately → set realistic timeline"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/company",
    "publisherUrl": "https://clawhub.ai/ivangdavila/company",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/company",
    "downloadUrl": "https://openagent3.xyz/downloads/company",
    "agentUrl": "https://openagent3.xyz/skills/company/agent",
    "manifestUrl": "https://openagent3.xyz/skills/company/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/company/agent.md"
  }
}