{
  "schemaVersion": "1.0",
  "item": {
    "slug": "startclaw-optimizer",
    "name": "StartClaw-Optimizer",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/idanmann10/startclaw-optimizer",
    "canonicalUrl": "https://clawhub.ai/idanmann10/startclaw-optimizer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/startclaw-optimizer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=startclaw-optimizer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "context-compaction.js",
      "README.md",
      "components/browser-governor.js",
      "components/scheduler.js",
      "components/router.js"
    ],
    "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/startclaw-optimizer"
    },
    "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/startclaw-optimizer",
    "agentPageUrl": "https://openagent3.xyz/skills/startclaw-optimizer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/startclaw-optimizer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/startclaw-optimizer/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": "The OpenClaw Optimizer is a comprehensive performance and cost optimization skill designed to enhance the efficiency of Clawdbot's subagent workflows."
      },
      {
        "title": "1. Task Router",
        "body": "Intelligent model selection based on task complexity\nAutomatic routing between Haiku, Sonnet, and Opus models\nCost prediction and optimization"
      },
      {
        "title": "2. Scheduler",
        "body": "Robust task execution with retry mechanism\nConfigurable preflight and postflight hooks\nTimeout and exponential backoff handling"
      },
      {
        "title": "3. Browser Governor",
        "body": "Browser tab serialization\nConcurrent tab management\nCircuit breaker for preventing runaway processes"
      },
      {
        "title": "4. Context Compaction",
        "body": "Automatic token tracking\nSummarization at 50,000 token threshold\nPreserves critical context"
      },
      {
        "title": "5. Real-time Dashboard",
        "body": "Monitor daily budget\nTrack task execution\nVisualize model distribution\nCircuit breaker status"
      },
      {
        "title": "Expected Savings",
        "body": "Before Optimization: $90/day\nAfter Optimization: $3-5/day\nSavings: 95%"
      },
      {
        "title": "Installation",
        "body": "npm install @startclaw/openclaw-optimizer"
      },
      {
        "title": "Usage",
        "body": "const { TaskRouter, OptimizerScheduler, BrowserGovernor } = require('@startclaw/openclaw-optimizer');\n\nconst router = new TaskRouter();\nconst scheduler = new OptimizerScheduler();\nconst browserGovernor = new BrowserGovernor();\n\n// Automatic model and cost optimization\nconst modelSelection = router.selectModel(taskDescription);\nawait scheduler.execute(task, modelSelection);"
      },
      {
        "title": "Monitoring",
        "body": "# Real-time dashboard\npython3 scripts/dashboard.py watch"
      },
      {
        "title": "License",
        "body": "StartClaw Internal Use License"
      }
    ],
    "body": "OpenClaw Optimizer Skill\nOverview\n\nThe OpenClaw Optimizer is a comprehensive performance and cost optimization skill designed to enhance the efficiency of Clawdbot's subagent workflows.\n\nCore Components\n1. Task Router\nIntelligent model selection based on task complexity\nAutomatic routing between Haiku, Sonnet, and Opus models\nCost prediction and optimization\n2. Scheduler\nRobust task execution with retry mechanism\nConfigurable preflight and postflight hooks\nTimeout and exponential backoff handling\n3. Browser Governor\nBrowser tab serialization\nConcurrent tab management\nCircuit breaker for preventing runaway processes\n4. Context Compaction\nAutomatic token tracking\nSummarization at 50,000 token threshold\nPreserves critical context\n5. Real-time Dashboard\nMonitor daily budget\nTrack task execution\nVisualize model distribution\nCircuit breaker status\nExpected Savings\n\nBefore Optimization: $90/day After Optimization: $3-5/day Savings: 95%\n\nInstallation\nnpm install @startclaw/openclaw-optimizer\n\nUsage\nconst { TaskRouter, OptimizerScheduler, BrowserGovernor } = require('@startclaw/openclaw-optimizer');\n\nconst router = new TaskRouter();\nconst scheduler = new OptimizerScheduler();\nconst browserGovernor = new BrowserGovernor();\n\n// Automatic model and cost optimization\nconst modelSelection = router.selectModel(taskDescription);\nawait scheduler.execute(task, modelSelection);\n\nMonitoring\n# Real-time dashboard\npython3 scripts/dashboard.py watch\n\nLicense\n\nStartClaw Internal Use License"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/idanmann10/startclaw-optimizer",
    "publisherUrl": "https://clawhub.ai/idanmann10/startclaw-optimizer",
    "owner": "idanmann10",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/startclaw-optimizer",
    "downloadUrl": "https://openagent3.xyz/downloads/startclaw-optimizer",
    "agentUrl": "https://openagent3.xyz/skills/startclaw-optimizer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/startclaw-optimizer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/startclaw-optimizer/agent.md"
  }
}