{
  "schemaVersion": "1.0",
  "item": {
    "slug": "metricool",
    "name": "Metricool",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/willscott-v2/metricool",
    "canonicalUrl": "https://clawhub.ai/willscott-v2/metricool",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/metricool",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=metricool",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/best-time.js",
      "scripts/get-brands.js",
      "scripts/list-scheduled.js",
      "scripts/schedule-post.js"
    ],
    "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-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/metricool"
    },
    "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/metricool",
    "agentPageUrl": "https://openagent3.xyz/skills/metricool/agent",
    "manifestUrl": "https://openagent3.xyz/skills/metricool/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/metricool/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": "Metricool Integration",
        "body": "Schedule posts to multiple social platforms through Metricool's API."
      },
      {
        "title": "Setup",
        "body": "Get your Metricool API token from the Metricool dashboard.\n\nAdd environment variables in ~/.moltbot/moltbot.json:\n\n{\n  \"env\": {\n    \"vars\": {\n      \"METRICOOL_USER_TOKEN\": \"your-api-token\",\n      \"METRICOOL_USER_ID\": \"your@email.com\"\n    }\n  }\n}\n\nOr in your workspace .env:\n\nMETRICOOL_USER_TOKEN=your-api-token\nMETRICOOL_USER_ID=your@email.com"
      },
      {
        "title": "Get Brands",
        "body": "List connected brands and their blog IDs:\n\nnode skills/metricool/scripts/get-brands.js\nnode skills/metricool/scripts/get-brands.js --json"
      },
      {
        "title": "Schedule a Post",
        "body": "node skills/metricool/scripts/schedule-post.js '{\n  \"platforms\": [\"linkedin\", \"x\", \"bluesky\", \"threads\", \"instagram\"],\n  \"text\": \"Your post text here\",\n  \"datetime\": \"2026-01-30T09:00:00\",\n  \"timezone\": \"America/New_York\",\n  \"blogId\": \"YOUR_BLOG_ID\"\n}'\n\nParameters:\n\nplatforms: Array — linkedin, x, bluesky, threads, instagram, facebook\ntext: String or object with per-platform text (see below)\ndatetime: ISO datetime for scheduling\ntimezone: Timezone (default: America/Chicago)\nimageUrl: Optional publicly accessible image URL\nblogId: Brand ID from get-brands.js\n\nPer-platform text:\n\n{\n  \"text\": {\n    \"linkedin\": \"Full LinkedIn post with more detail...\",\n    \"x\": \"Short X post under 280 chars\",\n    \"bluesky\": \"Bluesky version under 300 chars\",\n    \"threads\": \"Threads version under 500 chars\",\n    \"instagram\": \"Instagram with #hashtags\"\n  }\n}"
      },
      {
        "title": "List Scheduled Posts",
        "body": "node skills/metricool/scripts/list-scheduled.js\nnode skills/metricool/scripts/list-scheduled.js --start 2026-01-30 --end 2026-02-05"
      },
      {
        "title": "Get Best Time to Post",
        "body": "node skills/metricool/scripts/best-time.js linkedin\nnode skills/metricool/scripts/best-time.js x"
      },
      {
        "title": "Character Limits",
        "body": "PlatformLimitLinkedIn3,000X/Twitter280Bluesky300Threads500Instagram2,200"
      },
      {
        "title": "Image Requirements",
        "body": "Must be publicly accessible URL (S3, GCS, etc.)\nRecommended formats: PNG, JPG\nSquare images work best for Instagram/Threads\nWide images (1.91:1) work best for X/LinkedIn"
      }
    ],
    "body": "Metricool Integration\n\nSchedule posts to multiple social platforms through Metricool's API.\n\nSetup\n\nGet your Metricool API token from the Metricool dashboard.\n\nAdd environment variables in ~/.moltbot/moltbot.json:\n\n{\n  \"env\": {\n    \"vars\": {\n      \"METRICOOL_USER_TOKEN\": \"your-api-token\",\n      \"METRICOOL_USER_ID\": \"your@email.com\"\n    }\n  }\n}\n\n\nOr in your workspace .env:\n\nMETRICOOL_USER_TOKEN=your-api-token\nMETRICOOL_USER_ID=your@email.com\n\nScripts\nGet Brands\n\nList connected brands and their blog IDs:\n\nnode skills/metricool/scripts/get-brands.js\nnode skills/metricool/scripts/get-brands.js --json\n\nSchedule a Post\nnode skills/metricool/scripts/schedule-post.js '{\n  \"platforms\": [\"linkedin\", \"x\", \"bluesky\", \"threads\", \"instagram\"],\n  \"text\": \"Your post text here\",\n  \"datetime\": \"2026-01-30T09:00:00\",\n  \"timezone\": \"America/New_York\",\n  \"blogId\": \"YOUR_BLOG_ID\"\n}'\n\n\nParameters:\n\nplatforms: Array — linkedin, x, bluesky, threads, instagram, facebook\ntext: String or object with per-platform text (see below)\ndatetime: ISO datetime for scheduling\ntimezone: Timezone (default: America/Chicago)\nimageUrl: Optional publicly accessible image URL\nblogId: Brand ID from get-brands.js\n\nPer-platform text:\n\n{\n  \"text\": {\n    \"linkedin\": \"Full LinkedIn post with more detail...\",\n    \"x\": \"Short X post under 280 chars\",\n    \"bluesky\": \"Bluesky version under 300 chars\",\n    \"threads\": \"Threads version under 500 chars\",\n    \"instagram\": \"Instagram with #hashtags\"\n  }\n}\n\nList Scheduled Posts\nnode skills/metricool/scripts/list-scheduled.js\nnode skills/metricool/scripts/list-scheduled.js --start 2026-01-30 --end 2026-02-05\n\nGet Best Time to Post\nnode skills/metricool/scripts/best-time.js linkedin\nnode skills/metricool/scripts/best-time.js x\n\nCharacter Limits\nPlatform\tLimit\nLinkedIn\t3,000\nX/Twitter\t280\nBluesky\t300\nThreads\t500\nInstagram\t2,200\nImage Requirements\nMust be publicly accessible URL (S3, GCS, etc.)\nRecommended formats: PNG, JPG\nSquare images work best for Instagram/Threads\nWide images (1.91:1) work best for X/LinkedIn"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/willscott-v2/metricool",
    "publisherUrl": "https://clawhub.ai/willscott-v2/metricool",
    "owner": "willscott-v2",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/metricool",
    "downloadUrl": "https://openagent3.xyz/downloads/metricool",
    "agentUrl": "https://openagent3.xyz/skills/metricool/agent",
    "manifestUrl": "https://openagent3.xyz/skills/metricool/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/metricool/agent.md"
  }
}