Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Interact with Threads (by Meta) via the yarn-threads-cli. Use when the user wants to read their home feed, likes, saved posts, or a specific thread; look up...
Interact with Threads (by Meta) via the yarn-threads-cli. Use when the user wants to read their home feed, likes, saved posts, or a specific thread; look up...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
CLI for Threads (by Meta). Supports reading, browsing, and posting.
npm install -g yarn-threads-cli Verify: yarn-threads --version
Three options (in order of preference): Chrome profile (recommended) Firefox profile Manual tokens (from browser DevTools โ Application โ Cookies on threads.net) Refer to the yarn-threads-cli documentation for more information on how to set up authentication. Verify auth: yarn-threads whoami
# Browse yarn-threads home # Home feed yarn-threads likes # Your liked posts yarn-threads saved # Your saved/bookmarked posts # Read yarn-threads read <url-or-code> # Single post yarn-threads thread <url-or-code> # Post + all replies yarn-threads replies <url-or-code> # Replies only # Profiles yarn-threads about <handle> # User profile info yarn-threads user-posts <handle> # User's posts yarn-threads followers <handle> # User's followers yarn-threads following <handle> # Who user follows # Search yarn-threads search <query> # Search users # Post / Engage yarn-threads post "text" # Create new post yarn-threads reply <url-or-code> "text" # Reply to a post yarn-threads quote <url-or-code> "text" # Quote a post
--json โ structured JSON output (use for parsing media URLs, metadata) --plain โ stable plain text, no emoji/color (good for piping) --json-full โ includes raw API response (debugging)
Feed/list commands support: --all โ fetch all pages --max-pages <n> โ limit pages --cursor <cursor> โ start from a specific page cursor
When using --json, posts include CDN URLs for images and videos in the media fields. Analyze these with the image tool for visual context.
# Get last 2 pages of likes as JSON yarn-threads likes --max-pages 2 --json # Read a specific thread yarn-threads read https://www.threads.net/@user/post/abc123 # Post with restricted replies yarn-threads post "Hello Threads" --reply-control accounts_you_follow # Get a profile yarn-threads about zuck See references/commands.md for full flag reference per command.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.