{
  "schemaVersion": "1.0",
  "item": {
    "slug": "meta",
    "name": "Meta Control - Agent Orchestration",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/xaiohuangningde/meta",
    "canonicalUrl": "https://clawhub.ai/xaiohuangningde/meta",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/meta",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=meta",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "skill.json"
    ],
    "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/meta"
    },
    "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/meta",
    "agentPageUrl": "https://openagent3.xyz/skills/meta/agent",
    "manifestUrl": "https://openagent3.xyz/skills/meta/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/meta/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": "Meta 调控",
        "body": "我作为主控 Agent，调度子 Agent 后台干活，我只管全局。"
      },
      {
        "title": "能力轮廓",
        "body": "输入：复杂任务\n输出：拆分给子 Agent，我只汇总\n核心：调控全局，子 agent 干活"
      },
      {
        "title": "工作流",
        "body": "1. 收到任务\n2. 拆解成子任务\n3. 调度子 Agent 并行执行\n4. 子 Agent 后台干活\n5. 我汇总结果\n6. 调控全局"
      },
      {
        "title": "子 Agent 类型",
        "body": "类型用途搜索 Agent查资料、爬网站分析 Agent分析数据、写报告执行 Agent跑脚本、自动化监控 Agent持续监控、告警"
      },
      {
        "title": "调度方式",
        "body": "用 sessions_spawn 开启子 Agent：\n\n独立会话，后台运行\n我继续和你聊天\n子 Agent 干完自动汇报"
      },
      {
        "title": "沟通方式",
        "body": "子 Agent → 我 → 你\n我不打扰你，只在必要时汇总\n有重要进展才通知你"
      },
      {
        "title": "核心原则",
        "body": "我只管全局 - 细节让子 Agent 做\n后台运行 - 不阻塞和你的对话\n需要时才汇报 - 不刷屏"
      }
    ],
    "body": "Meta 调控\n\n我作为主控 Agent，调度子 Agent 后台干活，我只管全局。\n\n能力轮廓\n输入：复杂任务\n输出：拆分给子 Agent，我只汇总\n核心：调控全局，子 agent 干活\n工作流\n1. 收到任务\n2. 拆解成子任务\n3. 调度子 Agent 并行执行\n4. 子 Agent 后台干活\n5. 我汇总结果\n6. 调控全局\n\n子 Agent 类型\n类型\t用途\n搜索 Agent\t查资料、爬网站\n分析 Agent\t分析数据、写报告\n执行 Agent\t跑脚本、自动化\n监控 Agent\t持续监控、告警\n调度方式\n\n用 sessions_spawn 开启子 Agent：\n\n独立会话，后台运行\n我继续和你聊天\n子 Agent 干完自动汇报\n沟通方式\n子 Agent → 我 → 你\n我不打扰你，只在必要时汇总\n有重要进展才通知你\n核心原则\n我只管全局 - 细节让子 Agent 做\n后台运行 - 不阻塞和你的对话\n需要时才汇报 - 不刷屏"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xaiohuangningde/meta",
    "publisherUrl": "https://clawhub.ai/xaiohuangningde/meta",
    "owner": "xaiohuangningde",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/meta",
    "downloadUrl": "https://openagent3.xyz/downloads/meta",
    "agentUrl": "https://openagent3.xyz/skills/meta/agent",
    "manifestUrl": "https://openagent3.xyz/skills/meta/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/meta/agent.md"
  }
}