{
  "schemaVersion": "1.0",
  "item": {
    "slug": "weibo",
    "name": "Weibo Microblogging CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/oscraters/weibo",
    "canonicalUrl": "https://clawhub.ai/oscraters/weibo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/weibo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weibo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "OPENCLAW_SECRETS_REMEDIATION_PLAN.md",
      "README.md",
      "SKILL.md",
      "references/api_guide.md",
      "scripts/weibo_cli.sh",
      "weibo-brave-search/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/weibo"
    },
    "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/weibo",
    "agentPageUrl": "https://openagent3.xyz/skills/weibo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/weibo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/weibo/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Weibo",
        "body": "Use this skill to collect Weibo signals with reproducible Weibo Open Platform API calls and CLI automation."
      },
      {
        "title": "Quick Start",
        "body": "Review references/api_guide.md for current official endpoints and constraints.\nProvide credentials through OpenClaw skill config or secure environment injection.\nGenerate an authorization URL:\nbash scripts/weibo_cli.sh oauth-authorize-url\nExchange code for a token:\nbash scripts/weibo_cli.sh oauth-access-token --code \"<code>\"\nCall endpoints:\nbash scripts/weibo_cli.sh public-timeline --count 20"
      },
      {
        "title": "Primary Interface",
        "body": "Use the Bash CLI first:\n\nscripts/weibo_cli.sh: OAuth2 + direct API command interface, optimized for agentic runs.\n\nOptional companion skill:\n\nweibo-brave-search: separate fallback skill for site:weibo.com search through Brave Search API."
      },
      {
        "title": "Recommended Workflow",
        "body": "Validate provider requirements in references/api_guide.md.\nRun oauth-authorize-url, open URL, capture code.\nRun oauth-access-token --code ... and store token securely.\nUse endpoint helpers (public-timeline, user-timeline, search-topics) or call.\nIf API access is blocked and you explicitly want a separate commercial fallback, use the weibo-brave-search skill instead of this one."
      },
      {
        "title": "CLI Command Surface",
        "body": "oauth-authorize-url\noauth-access-token --code <code>\noauth-token-info\npublic-timeline [--count N] [--page N]\nuser-timeline --uid <uid> [--count N]\nsearch-topics --q <query>\ncall --method GET --path /2/... --param key=value\n\nRun bash scripts/weibo_cli.sh --help for details."
      },
      {
        "title": "Credentials And Secret Handling",
        "body": "Credential classes:\n\nVariableRequiredSensitiveUsed forWEIBO_APP_KEYYesNoOAuth client identifierWEIBO_APP_SECRETYesYesOAuth token exchangeWEIBO_REDIRECT_URIYesNoOAuth callbackWEIBO_ACCESS_TOKENOptionalYesAuthenticated API calls after token issuance\n\nOpenClaw configuration guidance:\n\nSet skills.entries.weibo.apiKey to a SecretRef or plaintext value only for WEIBO_APP_SECRET, because this skill declares WEIBO_APP_SECRET as its primaryEnv.\nSet skills.entries.weibo.env.WEIBO_APP_KEY and skills.entries.weibo.env.WEIBO_REDIRECT_URI as regular env config.\nIf you want pre-issued token flows, set skills.entries.weibo.env.WEIBO_ACCESS_TOKEN from your external secret manager or deployment environment.\n\nWarnings:\n\nWEIBO_APP_SECRET and WEIBO_ACCESS_TOKEN are sensitive and must not be committed.\nOpenClaw's documented SecretRef audit path covers skills.entries.<skillKey>.apiKey; it does not give the same visibility for arbitrary ad hoc env vars.\nIf you inject WEIBO_ACCESS_TOKEN through plain environment variables, store it in your external secrets manager or deployment environment and do not treat it as registry-managed unless you have configured it that way intentionally.\nThis skill makes network calls to https://api.weibo.com."
      },
      {
        "title": "Notes",
        "body": "Prefer JSON output for downstream automation.\nKeep requests minimal and paginated to reduce rate-limit pressure.\nUse the official docs linked in references/api_guide.md as source of truth when endpoint behavior conflicts with old SDK examples."
      }
    ],
    "body": "Weibo\n\nUse this skill to collect Weibo signals with reproducible Weibo Open Platform API calls and CLI automation.\n\nQuick Start\nReview references/api_guide.md for current official endpoints and constraints.\nProvide credentials through OpenClaw skill config or secure environment injection.\nGenerate an authorization URL: bash scripts/weibo_cli.sh oauth-authorize-url\nExchange code for a token: bash scripts/weibo_cli.sh oauth-access-token --code \"<code>\"\nCall endpoints: bash scripts/weibo_cli.sh public-timeline --count 20\nPrimary Interface\n\nUse the Bash CLI first:\n\nscripts/weibo_cli.sh: OAuth2 + direct API command interface, optimized for agentic runs.\n\nOptional companion skill:\n\nweibo-brave-search: separate fallback skill for site:weibo.com search through Brave Search API.\nRecommended Workflow\nValidate provider requirements in references/api_guide.md.\nRun oauth-authorize-url, open URL, capture code.\nRun oauth-access-token --code ... and store token securely.\nUse endpoint helpers (public-timeline, user-timeline, search-topics) or call.\nIf API access is blocked and you explicitly want a separate commercial fallback, use the weibo-brave-search skill instead of this one.\nCLI Command Surface\noauth-authorize-url\noauth-access-token --code <code>\noauth-token-info\npublic-timeline [--count N] [--page N]\nuser-timeline --uid <uid> [--count N]\nsearch-topics --q <query>\ncall --method GET --path /2/... --param key=value\n\nRun bash scripts/weibo_cli.sh --help for details.\n\nCredentials And Secret Handling\n\nCredential classes:\n\nVariable\tRequired\tSensitive\tUsed for\nWEIBO_APP_KEY\tYes\tNo\tOAuth client identifier\nWEIBO_APP_SECRET\tYes\tYes\tOAuth token exchange\nWEIBO_REDIRECT_URI\tYes\tNo\tOAuth callback\nWEIBO_ACCESS_TOKEN\tOptional\tYes\tAuthenticated API calls after token issuance\n\nOpenClaw configuration guidance:\n\nSet skills.entries.weibo.apiKey to a SecretRef or plaintext value only for WEIBO_APP_SECRET, because this skill declares WEIBO_APP_SECRET as its primaryEnv.\nSet skills.entries.weibo.env.WEIBO_APP_KEY and skills.entries.weibo.env.WEIBO_REDIRECT_URI as regular env config.\nIf you want pre-issued token flows, set skills.entries.weibo.env.WEIBO_ACCESS_TOKEN from your external secret manager or deployment environment.\n\nWarnings:\n\nWEIBO_APP_SECRET and WEIBO_ACCESS_TOKEN are sensitive and must not be committed.\nOpenClaw's documented SecretRef audit path covers skills.entries.<skillKey>.apiKey; it does not give the same visibility for arbitrary ad hoc env vars.\nIf you inject WEIBO_ACCESS_TOKEN through plain environment variables, store it in your external secrets manager or deployment environment and do not treat it as registry-managed unless you have configured it that way intentionally.\nThis skill makes network calls to https://api.weibo.com.\nNotes\nPrefer JSON output for downstream automation.\nKeep requests minimal and paginated to reduce rate-limit pressure.\nUse the official docs linked in references/api_guide.md as source of truth when endpoint behavior conflicts with old SDK examples."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/oscraters/weibo",
    "publisherUrl": "https://clawhub.ai/oscraters/weibo",
    "owner": "oscraters",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/weibo",
    "downloadUrl": "https://openagent3.xyz/downloads/weibo",
    "agentUrl": "https://openagent3.xyz/skills/weibo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/weibo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/weibo/agent.md"
  }
}