{
  "schemaVersion": "1.0",
  "item": {
    "slug": "yarn-threads-cli",
    "name": "Yarn - Control and Access Threads.com via the CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jeizzon/yarn-threads-cli",
    "canonicalUrl": "https://clawhub.ai/jeizzon/yarn-threads-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/yarn-threads-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=yarn-threads-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/commands.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-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/yarn-threads-cli"
    },
    "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/yarn-threads-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/yarn-threads-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/yarn-threads-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/yarn-threads-cli/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": "yarn-threads",
        "body": "CLI for Threads (by Meta). Supports reading, browsing, and posting."
      },
      {
        "title": "Installation",
        "body": "npm install -g yarn-threads-cli\n\nVerify:\n\nyarn-threads --version"
      },
      {
        "title": "Auth",
        "body": "Three options (in order of preference):\n\nChrome profile (recommended)\nFirefox profile\nManual tokens (from browser DevTools → Application → Cookies on threads.net)\n\nRefer to the yarn-threads-cli documentation for more information on how to set up authentication.\n\nVerify auth: yarn-threads whoami"
      },
      {
        "title": "Key Commands",
        "body": "# Browse\nyarn-threads home                        # Home feed\nyarn-threads likes                       # Your liked posts\nyarn-threads saved                       # Your saved/bookmarked posts\n\n# Read\nyarn-threads read <url-or-code>          # Single post\nyarn-threads thread <url-or-code>        # Post + all replies\nyarn-threads replies <url-or-code>       # Replies only\n\n# Profiles\nyarn-threads about <handle>              # User profile info\nyarn-threads user-posts <handle>         # User's posts\nyarn-threads followers <handle>          # User's followers\nyarn-threads following <handle>          # Who user follows\n\n# Search\nyarn-threads search <query>              # Search users\n\n# Post / Engage\nyarn-threads post \"text\"                 # Create new post\nyarn-threads reply <url-or-code> \"text\"  # Reply to a post\nyarn-threads quote <url-or-code> \"text\"  # Quote a post"
      },
      {
        "title": "Output Flags",
        "body": "--json — structured JSON output (use for parsing media URLs, metadata)\n--plain — stable plain text, no emoji/color (good for piping)\n--json-full — includes raw API response (debugging)"
      },
      {
        "title": "Pagination",
        "body": "Feed/list commands support:\n\n--all — fetch all pages\n--max-pages <n> — limit pages\n--cursor <cursor> — start from a specific page cursor"
      },
      {
        "title": "Media",
        "body": "When using --json, posts include CDN URLs for images and videos in the media fields. Analyze these with the image tool for visual context."
      },
      {
        "title": "Examples",
        "body": "# Get last 2 pages of likes as JSON\nyarn-threads likes --max-pages 2 --json\n\n# Read a specific thread\nyarn-threads read https://www.threads.net/@user/post/abc123\n\n# Post with restricted replies\nyarn-threads post \"Hello Threads\" --reply-control accounts_you_follow\n\n# Get a profile\nyarn-threads about zuck\n\nSee references/commands.md for full flag reference per command."
      }
    ],
    "body": "yarn-threads\n\nCLI for Threads (by Meta). Supports reading, browsing, and posting.\n\nInstallation\nnpm install -g yarn-threads-cli\n\n\nVerify:\n\nyarn-threads --version\n\nAuth\n\nThree options (in order of preference):\n\nChrome profile (recommended)\nFirefox profile\nManual tokens (from browser DevTools → Application → Cookies on threads.net)\n\nRefer to the yarn-threads-cli documentation for more information on how to set up authentication.\n\nVerify auth: yarn-threads whoami\n\nKey Commands\n# Browse\nyarn-threads home                        # Home feed\nyarn-threads likes                       # Your liked posts\nyarn-threads saved                       # Your saved/bookmarked posts\n\n# Read\nyarn-threads read <url-or-code>          # Single post\nyarn-threads thread <url-or-code>        # Post + all replies\nyarn-threads replies <url-or-code>       # Replies only\n\n# Profiles\nyarn-threads about <handle>              # User profile info\nyarn-threads user-posts <handle>         # User's posts\nyarn-threads followers <handle>          # User's followers\nyarn-threads following <handle>          # Who user follows\n\n# Search\nyarn-threads search <query>              # Search users\n\n# Post / Engage\nyarn-threads post \"text\"                 # Create new post\nyarn-threads reply <url-or-code> \"text\"  # Reply to a post\nyarn-threads quote <url-or-code> \"text\"  # Quote a post\n\nOutput Flags\n--json — structured JSON output (use for parsing media URLs, metadata)\n--plain — stable plain text, no emoji/color (good for piping)\n--json-full — includes raw API response (debugging)\nPagination\n\nFeed/list commands support:\n\n--all — fetch all pages\n--max-pages <n> — limit pages\n--cursor <cursor> — start from a specific page cursor\nMedia\n\nWhen using --json, posts include CDN URLs for images and videos in the media fields. Analyze these with the image tool for visual context.\n\nExamples\n# Get last 2 pages of likes as JSON\nyarn-threads likes --max-pages 2 --json\n\n# Read a specific thread\nyarn-threads read https://www.threads.net/@user/post/abc123\n\n# Post with restricted replies\nyarn-threads post \"Hello Threads\" --reply-control accounts_you_follow\n\n# Get a profile\nyarn-threads about zuck\n\n\nSee references/commands.md for full flag reference per command."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jeizzon/yarn-threads-cli",
    "publisherUrl": "https://clawhub.ai/jeizzon/yarn-threads-cli",
    "owner": "jeizzon",
    "version": "0.1.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/yarn-threads-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/yarn-threads-cli",
    "agentUrl": "https://openagent3.xyz/skills/yarn-threads-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/yarn-threads-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/yarn-threads-cli/agent.md"
  }
}