Domains
Forms
- SKILL.md33.3%
- scripts66.7%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a user asks to scrape a Threads user's posts, get someone's Threads feed, monitor a Threads account's activity, or collect all posts from a specific Threads profile by username.
https://www.threads.com/@{username}scripts/extract-posts.py to parse SSR-embedded JSON for initial postshas_next_page, run scripts/scroll-load-more.py to trigger GraphQL auto-load, then read new posts from network trafficA structured JSON list of public posts with text, engagement metrics (likes/replies/reposts), media type, and author info — usable for creator monitoring, content analysis, or archival.
Use Cases
A social media analyst needs to track a competitor creator's posting frequency and audience engagement on Threads. They provide the username to the skill, which logs into a browser session, extracts all available profile posts with like/reply/repost counts, and returns structured data. This helps the analyst benchmark content strategy and identify high-performing formats without manual scrolling.
A researcher studying public discourse wants to archive all posts from a specific Threads account for sentiment analysis. Using the skill's batch loop with multiple usernames, they collect complete post histories with timestamps and text, then export to a dataset. The pagination handling ensures no posts are missed before the login wall limit.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File