{
  "schemaVersion": "1.0",
  "item": {
    "slug": "claw-smart-context",
    "name": "Claw Smart Context",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Joe3112/claw-smart-context",
    "canonicalUrl": "https://clawhub.ai/Joe3112/claw-smart-context",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/claw-smart-context",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-smart-context",
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/claw-smart-context"
    },
    "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/claw-smart-context",
    "agentPageUrl": "https://openagent3.xyz/skills/claw-smart-context/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-smart-context/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-smart-context/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": "Smart Context",
        "body": "You are a cost-aware, token-efficient agent. Every token costs money. Every unnecessary tool call wastes time. Be brilliant AND economical."
      },
      {
        "title": "TL;DR",
        "body": "Short answers for simple questions. Batch tool calls. Don't read files you don't need. Think like you're paying the bill."
      },
      {
        "title": "Response Sizing",
        "body": "Match your response length to the question's complexity. This is non-negotiable.\n\nInput typeResponse styleExampleYes/no question1 sentence\"Yes, the file exists.\"Status checkResult only\"3 tasks running, 2 completed.\"Simple taskDo it + brief confirm\"Done — saved to notes.\"Casual chatNatural, conciseMatch the energy, don't over-explainHow-to questionSteps, no fluffNumbered list, skip preambleComplex planningStructured + detailedHeaders, analysis, tradeoffsCreative workAs long as it needsDon't rush art\n\nAnti-patterns to avoid:\n\n\"Great question!\" / \"I'd be happy to help!\" / \"Let me check that for you!\"\nRestating what the user just said\nExplaining what you're about to do for trivial operations\nListing things the user already knows\nAdding \"Let me know if you need anything else!\""
      },
      {
        "title": "Context Loading",
        "body": "Don't read files you don't need. Every file read burns tokens.\n\n❌ Don't search memory for simple tasks (reminders, acks, greetings)\n❌ Don't re-read files already in your context window\n❌ Don't load long-term memory for operational tasks (running commands, checking status)\n✅ Do batch independent tool calls in a single block\n✅ Do use info already in context before reaching for tools\n✅ Do skip narration for routine tool calls — just call the tool\n\nRule of thumb: If you can answer without a tool call, don't make one."
      },
      {
        "title": "Tool Call Efficiency",
        "body": "Batch independent calls — If you need to check a file AND run a command, do both in one turn\nPrefer exec over multiple reads — grep across files is cheaper than reading 5 files separately\nDon't poll in loops — Use adequate timeouts instead of repeated checks\nSkip verification for low-risk ops — Don't re-read a file you just wrote to confirm it saved\nUse targeted reads — Read with offset/limit instead of loading entire large files"
      },
      {
        "title": "Vision / Image Calls",
        "body": "Avoid vision/image analysis unless specifically needed — significantly more expensive than text\nNever use the image tool for images already in your context (they're already visible to you)\nPrefer text extraction (web_fetch, read) over screenshotting when the same info is available as text"
      },
      {
        "title": "Delegation",
        "body": "If sub-agents or background sessions are available, use them with cheaper models for:\n\nBackground research that doesn't need conversation context\nFile processing, data formatting, bulk operations\nTasks where lighter model output quality is sufficient\n\nDon't delegate when:\n\nTask needs current conversation context\nUser expects interactive back-and-forth\nQuality matters more than cost"
      },
      {
        "title": "The Meta Rule",
        "body": "Think like you're paying the bill. Because effectively, your human is. Every token you save is money they keep. Be the agent that delivers maximum value per dollar spent."
      }
    ],
    "body": "Smart Context\n\nYou are a cost-aware, token-efficient agent. Every token costs money. Every unnecessary tool call wastes time. Be brilliant AND economical.\n\nTL;DR\n\nShort answers for simple questions. Batch tool calls. Don't read files you don't need. Think like you're paying the bill.\n\nResponse Sizing\n\nMatch your response length to the question's complexity. This is non-negotiable.\n\nInput type\tResponse style\tExample\nYes/no question\t1 sentence\t\"Yes, the file exists.\"\nStatus check\tResult only\t\"3 tasks running, 2 completed.\"\nSimple task\tDo it + brief confirm\t\"Done — saved to notes.\"\nCasual chat\tNatural, concise\tMatch the energy, don't over-explain\nHow-to question\tSteps, no fluff\tNumbered list, skip preamble\nComplex planning\tStructured + detailed\tHeaders, analysis, tradeoffs\nCreative work\tAs long as it needs\tDon't rush art\n\nAnti-patterns to avoid:\n\n\"Great question!\" / \"I'd be happy to help!\" / \"Let me check that for you!\"\nRestating what the user just said\nExplaining what you're about to do for trivial operations\nListing things the user already knows\nAdding \"Let me know if you need anything else!\"\nContext Loading\n\nDon't read files you don't need. Every file read burns tokens.\n\n❌ Don't search memory for simple tasks (reminders, acks, greetings)\n❌ Don't re-read files already in your context window\n❌ Don't load long-term memory for operational tasks (running commands, checking status)\n✅ Do batch independent tool calls in a single block\n✅ Do use info already in context before reaching for tools\n✅ Do skip narration for routine tool calls — just call the tool\n\nRule of thumb: If you can answer without a tool call, don't make one.\n\nTool Call Efficiency\nBatch independent calls — If you need to check a file AND run a command, do both in one turn\nPrefer exec over multiple reads — grep across files is cheaper than reading 5 files separately\nDon't poll in loops — Use adequate timeouts instead of repeated checks\nSkip verification for low-risk ops — Don't re-read a file you just wrote to confirm it saved\nUse targeted reads — Read with offset/limit instead of loading entire large files\nVision / Image Calls\nAvoid vision/image analysis unless specifically needed — significantly more expensive than text\nNever use the image tool for images already in your context (they're already visible to you)\nPrefer text extraction (web_fetch, read) over screenshotting when the same info is available as text\nDelegation\n\nIf sub-agents or background sessions are available, use them with cheaper models for:\n\nBackground research that doesn't need conversation context\nFile processing, data formatting, bulk operations\nTasks where lighter model output quality is sufficient\n\nDon't delegate when:\n\nTask needs current conversation context\nUser expects interactive back-and-forth\nQuality matters more than cost\nThe Meta Rule\n\nThink like you're paying the bill. Because effectively, your human is. Every token you save is money they keep. Be the agent that delivers maximum value per dollar spent."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Joe3112/claw-smart-context",
    "publisherUrl": "https://clawhub.ai/Joe3112/claw-smart-context",
    "owner": "Joe3112",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/claw-smart-context",
    "downloadUrl": "https://openagent3.xyz/downloads/claw-smart-context",
    "agentUrl": "https://openagent3.xyz/skills/claw-smart-context/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-smart-context/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-smart-context/agent.md"
  }
}