{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawd-modifier",
    "name": "Clawd Modifier",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/masonc15/clawd-modifier",
    "canonicalUrl": "https://clawhub.ai/masonc15/clawd-modifier",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawd-modifier",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawd-modifier",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/clawd-anatomy.md",
      "references/unicode-blocks.md",
      "scripts/patch_binary.py",
      "scripts/extract_clawd.py",
      "scripts/patch_color.py"
    ],
    "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/clawd-modifier"
    },
    "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/clawd-modifier",
    "agentPageUrl": "https://openagent3.xyz/skills/clawd-modifier/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawd-modifier/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawd-modifier/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": "Clawd Modifier",
        "body": "Customize the Claude Code mascot's appearance by modifying colors and ASCII art."
      },
      {
        "title": "Quick Reference",
        "body": "CLI location: /opt/node22/lib/node_modules/@anthropic-ai/claude-code/cli.js\n\nClawd colors:\n\nBody: rgb(215,119,87) / ansi:redBright\nBackground: rgb(0,0,0) / ansi:black\n\nSmall Clawd (prompt):\n\n▐▛███▜▌\n▝▜█████▛▘\n  ▘▘ ▝▝"
      },
      {
        "title": "Change Clawd's Color",
        "body": "Use scripts/patch_color.py:\n\n# List available colors\npython scripts/patch_color.py --list\n\n# Apply preset\npython scripts/patch_color.py blue\n\n# Custom RGB\npython scripts/patch_color.py --rgb 100,200,150\n\n# Restore original\npython scripts/patch_color.py --restore"
      },
      {
        "title": "Add Arms or Modify Art",
        "body": "Use scripts/patch_art.py:\n\n# List variants\npython scripts/patch_art.py --list\n\n# Add arms\npython scripts/patch_art.py --variant with-arms\n\n# Individual modifications\npython scripts/patch_art.py --add-left-arm\npython scripts/patch_art.py --add-right-arm\n\n# Restore original\npython scripts/patch_art.py --restore"
      },
      {
        "title": "Extract Current Clawd",
        "body": "Use scripts/extract_clawd.py to see current state:\n\npython scripts/extract_clawd.py"
      },
      {
        "title": "Manual Modifications",
        "body": "For custom changes not covered by scripts, edit cli.js directly:\n\nBackup: cp cli.js cli.js.bak\nFind patterns with grep\nUse sed or text editor to replace\nTest by running claude\n\nPattern examples:\n\n# Find color definitions\ngrep -o 'clawd_body:\"[^\"]*\"' cli.js | head -5\n\n# Replace color\nsed -i 's/rgb(215,119,87)/rgb(100,149,237)/g' cli.js"
      },
      {
        "title": "Resources",
        "body": "Unicode reference: See references/unicode-blocks.md for block characters\nTechnical details: See references/clawd-anatomy.md for rendering internals\nDesign gallery: See assets/clawd-variants.txt for inspiration"
      },
      {
        "title": "Notes",
        "body": "Changes are overwritten by npm update\nAlways create backups before modifying\nTest with claude --version after changes\nSome terminals have limited Unicode support"
      }
    ],
    "body": "Clawd Modifier\n\nCustomize the Claude Code mascot's appearance by modifying colors and ASCII art.\n\nQuick Reference\n\nCLI location: /opt/node22/lib/node_modules/@anthropic-ai/claude-code/cli.js\n\nClawd colors:\n\nBody: rgb(215,119,87) / ansi:redBright\nBackground: rgb(0,0,0) / ansi:black\n\nSmall Clawd (prompt):\n\n ▐▛███▜▌\n▝▜█████▛▘\n  ▘▘ ▝▝\n\nWorkflows\nChange Clawd's Color\n\nUse scripts/patch_color.py:\n\n# List available colors\npython scripts/patch_color.py --list\n\n# Apply preset\npython scripts/patch_color.py blue\n\n# Custom RGB\npython scripts/patch_color.py --rgb 100,200,150\n\n# Restore original\npython scripts/patch_color.py --restore\n\nAdd Arms or Modify Art\n\nUse scripts/patch_art.py:\n\n# List variants\npython scripts/patch_art.py --list\n\n# Add arms\npython scripts/patch_art.py --variant with-arms\n\n# Individual modifications\npython scripts/patch_art.py --add-left-arm\npython scripts/patch_art.py --add-right-arm\n\n# Restore original\npython scripts/patch_art.py --restore\n\nExtract Current Clawd\n\nUse scripts/extract_clawd.py to see current state:\n\npython scripts/extract_clawd.py\n\nManual Modifications\n\nFor custom changes not covered by scripts, edit cli.js directly:\n\nBackup: cp cli.js cli.js.bak\nFind patterns with grep\nUse sed or text editor to replace\nTest by running claude\n\nPattern examples:\n\n# Find color definitions\ngrep -o 'clawd_body:\"[^\"]*\"' cli.js | head -5\n\n# Replace color\nsed -i 's/rgb(215,119,87)/rgb(100,149,237)/g' cli.js\n\nResources\nUnicode reference: See references/unicode-blocks.md for block characters\nTechnical details: See references/clawd-anatomy.md for rendering internals\nDesign gallery: See assets/clawd-variants.txt for inspiration\nNotes\nChanges are overwritten by npm update\nAlways create backups before modifying\nTest with claude --version after changes\nSome terminals have limited Unicode support"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/masonc15/clawd-modifier",
    "publisherUrl": "https://clawhub.ai/masonc15/clawd-modifier",
    "owner": "masonc15",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawd-modifier",
    "downloadUrl": "https://openagent3.xyz/downloads/clawd-modifier",
    "agentUrl": "https://openagent3.xyz/skills/clawd-modifier/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawd-modifier/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawd-modifier/agent.md"
  }
}