What problem does it solve? Gathering data from social media and content platforms like Twitter, Reddit, YouTube, and Bilibili normally requires writing custom scrapers, managing API tokens, and handling authentication for each site. This Skill provides a single command-line interface to query 55+ websites with 333 built-in commands, reusing logged-in browser sessions instead of managing credentials. ## Core Features & Use Cases - Multi-site data fetching: Query trending topics, search results, timelines, and hot posts across Twitter/X, Reddit, YouTube, HackerNews, Bilibili, Zhihu, Xiaohongshu, Weibo, and more. - Structured output formats: Export results as JSON, YAML, CSV, Markdown, or tables for piping into jq and other tools. - Custom adapter generation: Create declarative YAML pipeline adapters for new sites, or search community-shared adapters via autocli.ai. - Use Case: Monitor a topic like "rust" across Hacker News, Reddit, Twitter, and Dev.to in one script, exporting each platform's results to JSON and merging them with jq. ## Quick Start Use the autocli skill to fetch the top 10 Hacker News stories and output them as JSON.