{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gifgrep",
    "name": "Gifgrep",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/steipete/gifgrep",
    "canonicalUrl": "https://clawhub.ai/steipete/gifgrep",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gifgrep",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gifgrep",
    "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/gifgrep"
    },
    "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/gifgrep",
    "agentPageUrl": "https://openagent3.xyz/skills/gifgrep/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gifgrep/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gifgrep/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": "gifgrep",
        "body": "Use gifgrep to search GIF providers (Tenor/Giphy), browse in a TUI, download results, and extract stills or sheets.\n\nGIF-Grab (gifgrep workflow)\n\nSearch → preview → download → extract (still/sheet) for fast review and sharing.\n\nQuick start\n\ngifgrep cats --max 5\ngifgrep cats --format url | head -n 5\ngifgrep search --json cats | jq '.[0].url'\ngifgrep tui \"office handshake\"\ngifgrep cats --download --max 1 --format url\n\nTUI + previews\n\nTUI: gifgrep tui \"query\"\nCLI still previews: --thumbs (Kitty/Ghostty only; still frame)\n\nDownload + reveal\n\n--download saves to ~/Downloads\n--reveal shows the last download in Finder\n\nStills + sheets\n\ngifgrep still ./clip.gif --at 1.5s -o still.png\ngifgrep sheet ./clip.gif --frames 9 --cols 3 -o sheet.png\nSheets = single PNG grid of sampled frames (great for quick review, docs, PRs, chat).\nTune: --frames (count), --cols (grid width), --padding (spacing).\n\nProviders\n\n--source auto|tenor|giphy\nGIPHY_API_KEY required for --source giphy\nTENOR_API_KEY optional (Tenor demo key used if unset)\n\nOutput\n\n--json prints an array of results (id, title, url, preview_url, tags, width, height)\n--format for pipe-friendly fields (e.g., url)\n\nEnvironment tweaks\n\nGIFGREP_SOFTWARE_ANIM=1 to force software animation\nGIFGREP_CELL_ASPECT=0.5 to tweak preview geometry"
      }
    ],
    "body": "gifgrep\n\nUse gifgrep to search GIF providers (Tenor/Giphy), browse in a TUI, download results, and extract stills or sheets.\n\nGIF-Grab (gifgrep workflow)\n\nSearch → preview → download → extract (still/sheet) for fast review and sharing.\n\nQuick start\n\ngifgrep cats --max 5\ngifgrep cats --format url | head -n 5\ngifgrep search --json cats | jq '.[0].url'\ngifgrep tui \"office handshake\"\ngifgrep cats --download --max 1 --format url\n\nTUI + previews\n\nTUI: gifgrep tui \"query\"\nCLI still previews: --thumbs (Kitty/Ghostty only; still frame)\n\nDownload + reveal\n\n--download saves to ~/Downloads\n--reveal shows the last download in Finder\n\nStills + sheets\n\ngifgrep still ./clip.gif --at 1.5s -o still.png\ngifgrep sheet ./clip.gif --frames 9 --cols 3 -o sheet.png\nSheets = single PNG grid of sampled frames (great for quick review, docs, PRs, chat).\nTune: --frames (count), --cols (grid width), --padding (spacing).\n\nProviders\n\n--source auto|tenor|giphy\nGIPHY_API_KEY required for --source giphy\nTENOR_API_KEY optional (Tenor demo key used if unset)\n\nOutput\n\n--json prints an array of results (id, title, url, preview_url, tags, width, height)\n--format for pipe-friendly fields (e.g., url)\n\nEnvironment tweaks\n\nGIFGREP_SOFTWARE_ANIM=1 to force software animation\nGIFGREP_CELL_ASPECT=0.5 to tweak preview geometry"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/steipete/gifgrep",
    "publisherUrl": "https://clawhub.ai/steipete/gifgrep",
    "owner": "steipete",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gifgrep",
    "downloadUrl": "https://openagent3.xyz/downloads/gifgrep",
    "agentUrl": "https://openagent3.xyz/skills/gifgrep/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gifgrep/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gifgrep/agent.md"
  }
}