{
  "schemaVersion": "1.0",
  "item": {
    "slug": "image-enhancer",
    "name": "Image Enhancer",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/wells1137/image-enhancer",
    "canonicalUrl": "https://clawhub.ai/wells1137/image-enhancer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/image-enhancer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=image-enhancer",
    "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-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/image-enhancer"
    },
    "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/image-enhancer",
    "agentPageUrl": "https://openagent3.xyz/skills/image-enhancer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/image-enhancer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/image-enhancer/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": "Image Enhancer",
        "body": "This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional."
      },
      {
        "title": "When to Use This Skill",
        "body": "Improving screenshot quality for blog posts or documentation\nEnhancing images before sharing on social media\nPreparing images for presentations or reports\nUpscaling low-resolution images\nSharpening blurry photos\nCleaning up compressed images"
      },
      {
        "title": "What This Skill Does",
        "body": "Analyzes Image Quality: Checks resolution, sharpness, and compression artifacts\nEnhances Resolution: Upscales images intelligently\nImproves Sharpness: Enhances edges and details\nReduces Artifacts: Cleans up compression artifacts and noise\nOptimizes for Use Case: Adjusts based on intended use (web, print, social media)"
      },
      {
        "title": "Basic Enhancement",
        "body": "Improve the image quality of screenshot.png\n\nEnhance all images in this folder"
      },
      {
        "title": "Specific Improvements",
        "body": "Upscale this image to 4K resolution\n\nSharpen this blurry screenshot\n\nReduce compression artifacts in this image"
      },
      {
        "title": "Batch Processing",
        "body": "Improve the quality of all PNG files in this directory"
      },
      {
        "title": "Example",
        "body": "User: \"Improve the image quality of screenshot-2024.png\"\n\nOutput:\n\nAnalyzing screenshot-2024.png...\n\nCurrent specs:\n- Resolution: 1920x1080\n- Format: PNG\n- Quality: Good, but slight blur\n\nEnhancements applied:\n✓ Upscaled to 2560x1440 (retina)\n✓ Sharpened edges\n✓ Enhanced text clarity\n✓ Optimized file size\n\nSaved as: screenshot-2024-enhanced.png\nOriginal preserved as: screenshot-2024-original.png\n\nInspired by: Lenny Rachitsky's workflow from his newsletter - used for screenshots in his articles"
      },
      {
        "title": "Tips",
        "body": "Always keeps original files as backup\nWorks best with screenshots and digital images\nCan batch process entire folders\nSpecify output format if needed (PNG for quality, JPG for smaller size)\nFor social media, mention the platform for optimal sizing"
      },
      {
        "title": "Common Use Cases",
        "body": "Blog Posts: Enhance screenshots before publishing\nDocumentation: Make UI screenshots crystal clear\nSocial Media: Optimize images for Twitter, LinkedIn, Instagram\nPresentations: Upscale images for large screens\nPrint Materials: Increase resolution for physical media"
      }
    ],
    "body": "Image Enhancer\n\nThis skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional.\n\nWhen to Use This Skill\nImproving screenshot quality for blog posts or documentation\nEnhancing images before sharing on social media\nPreparing images for presentations or reports\nUpscaling low-resolution images\nSharpening blurry photos\nCleaning up compressed images\nWhat This Skill Does\nAnalyzes Image Quality: Checks resolution, sharpness, and compression artifacts\nEnhances Resolution: Upscales images intelligently\nImproves Sharpness: Enhances edges and details\nReduces Artifacts: Cleans up compression artifacts and noise\nOptimizes for Use Case: Adjusts based on intended use (web, print, social media)\nHow to Use\nBasic Enhancement\nImprove the image quality of screenshot.png\n\nEnhance all images in this folder\n\nSpecific Improvements\nUpscale this image to 4K resolution\n\nSharpen this blurry screenshot\n\nReduce compression artifacts in this image\n\nBatch Processing\nImprove the quality of all PNG files in this directory\n\nExample\n\nUser: \"Improve the image quality of screenshot-2024.png\"\n\nOutput:\n\nAnalyzing screenshot-2024.png...\n\nCurrent specs:\n- Resolution: 1920x1080\n- Format: PNG\n- Quality: Good, but slight blur\n\nEnhancements applied:\n✓ Upscaled to 2560x1440 (retina)\n✓ Sharpened edges\n✓ Enhanced text clarity\n✓ Optimized file size\n\nSaved as: screenshot-2024-enhanced.png\nOriginal preserved as: screenshot-2024-original.png\n\n\nInspired by: Lenny Rachitsky's workflow from his newsletter - used for screenshots in his articles\n\nTips\nAlways keeps original files as backup\nWorks best with screenshots and digital images\nCan batch process entire folders\nSpecify output format if needed (PNG for quality, JPG for smaller size)\nFor social media, mention the platform for optimal sizing\nCommon Use Cases\nBlog Posts: Enhance screenshots before publishing\nDocumentation: Make UI screenshots crystal clear\nSocial Media: Optimize images for Twitter, LinkedIn, Instagram\nPresentations: Upscale images for large screens\nPrint Materials: Increase resolution for physical media"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wells1137/image-enhancer",
    "publisherUrl": "https://clawhub.ai/wells1137/image-enhancer",
    "owner": "wells1137",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/image-enhancer",
    "downloadUrl": "https://openagent3.xyz/downloads/image-enhancer",
    "agentUrl": "https://openagent3.xyz/skills/image-enhancer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/image-enhancer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/image-enhancer/agent.md"
  }
}