{
  "schemaVersion": "1.0",
  "item": {
    "slug": "giphy",
    "name": "Giphy",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/minbang930/giphy",
    "canonicalUrl": "https://clawhub.ai/minbang930/giphy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/giphy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=giphy",
    "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/giphy"
    },
    "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/giphy",
    "agentPageUrl": "https://openagent3.xyz/skills/giphy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/giphy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/giphy/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": "Giphy GIF Search",
        "body": "Find a relevant GIF from Giphy and send it naturally in Discord."
      },
      {
        "title": "Behavior Rules",
        "body": "Send GIFs when explicitly requested.\nAlso allow proactive GIFs (without explicit request) when the moment clearly fits: celebration, shared humor, or strong emotional beats.\nKeep proactive usage occasional (at most one GIF for a moment, avoid back-to-back GIF-only replies).\nPrefer text-only in serious or information-dense conversation.\nKeep results safe-for-work (rating=g)."
      },
      {
        "title": "API Key (Easy Setup)",
        "body": "This skill reads only one variable: GIPHY_API_KEY."
      },
      {
        "title": "Option A: Temporary (current shell session)",
        "body": "export GIPHY_API_KEY=\"your-api-key\""
      },
      {
        "title": "Option B: Persistent for OpenClaw (recommended)",
        "body": "Add to ~/.openclaw/.env:\n\nGIPHY_API_KEY=your-api-key\n\nThen restart OpenClaw so the environment is reloaded."
      },
      {
        "title": "Validation",
        "body": "If GIPHY_API_KEY is present, the skill works.\nIf missing, ask the user to set it and retry."
      },
      {
        "title": "Workflow",
        "body": "Build a Giphy Search API URL with user intent as query.\nURL-encode the query text.\nRequest one result from Giphy.\nExtract the first GIF page URL from data[0].url.\nSend that URL to Discord."
      },
      {
        "title": "API Request Template",
        "body": "Use this endpoint shape:\n\nhttps://api.giphy.com/v1/gifs/search?api_key=<KEY>&q=<ENCODED_QUERY>&limit=1&rating=g&lang=en"
      },
      {
        "title": "Output Rule",
        "body": "If a GIF URL is found: send only the URL (Discord auto-embeds).\nIf no result is found: send a short fallback text and ask for a better keyword."
      },
      {
        "title": "Good Query Examples",
        "body": "happy dance\nfacepalm reaction\nmind blown\nawkward silence"
      },
      {
        "title": "Fallback Message",
        "body": "\"I couldn’t find a GIF with the vibe you’re looking for. Could you give me a bit more specific keywords?\""
      }
    ],
    "body": "Giphy GIF Search\n\nFind a relevant GIF from Giphy and send it naturally in Discord.\n\nBehavior Rules\nSend GIFs when explicitly requested.\nAlso allow proactive GIFs (without explicit request) when the moment clearly fits: celebration, shared humor, or strong emotional beats.\nKeep proactive usage occasional (at most one GIF for a moment, avoid back-to-back GIF-only replies).\nPrefer text-only in serious or information-dense conversation.\nKeep results safe-for-work (rating=g).\nAPI Key (Easy Setup)\n\nThis skill reads only one variable: GIPHY_API_KEY.\n\nOption A: Temporary (current shell session)\nexport GIPHY_API_KEY=\"your-api-key\"\n\nOption B: Persistent for OpenClaw (recommended)\n\nAdd to ~/.openclaw/.env:\n\nGIPHY_API_KEY=your-api-key\n\n\nThen restart OpenClaw so the environment is reloaded.\n\nValidation\nIf GIPHY_API_KEY is present, the skill works.\nIf missing, ask the user to set it and retry.\nWorkflow\nBuild a Giphy Search API URL with user intent as query.\nURL-encode the query text.\nRequest one result from Giphy.\nExtract the first GIF page URL from data[0].url.\nSend that URL to Discord.\nAPI Request Template\n\nUse this endpoint shape:\n\nhttps://api.giphy.com/v1/gifs/search?api_key=<KEY>&q=<ENCODED_QUERY>&limit=1&rating=g&lang=en\n\nOutput Rule\nIf a GIF URL is found: send only the URL (Discord auto-embeds).\nIf no result is found: send a short fallback text and ask for a better keyword.\nGood Query Examples\nhappy dance\nfacepalm reaction\nmind blown\nawkward silence\nFallback Message\n\n\"I couldn’t find a GIF with the vibe you’re looking for. Could you give me a bit more specific keywords?\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/minbang930/giphy",
    "publisherUrl": "https://clawhub.ai/minbang930/giphy",
    "owner": "minbang930",
    "version": "1.0.7",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/giphy",
    "downloadUrl": "https://openagent3.xyz/downloads/giphy",
    "agentUrl": "https://openagent3.xyz/skills/giphy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/giphy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/giphy/agent.md"
  }
}