This skill exposes Reddit browsing and interaction scripts. Agents can fetch hot/top/new posts, read post details with comments, perform searches, and—when authenticated via sigcli—post comments, submit posts, vote, save, or subscribe. The skill bundles clear setup instructions for provider configuration and cookie injection through sig run.
Trigger when the user mentions Reddit, a subreddit (r/...), pastes a Reddit URL, or asks to find or interact with posts and comments. Use read-only scripts without auth; require sig login / session cookie for write operations like posting or voting.
Best for agents that can run shell/python scripts and manage session cookies (CLI-capable agents, Codex/Copilot-like).
Comprehensive Reddit skill with 15 scripts covering read (hot, top, new, popular, post, search, user, subreddit) and write (submit, manage, comment, vote, save, subscribe) operations. Shared client module (reddit_client.py) handles auth, rate limiting, and response parsing cleanly. Scripts that ran without required args exited with usage errors (expected); read-only scripts that ran hit HTTP 403 from Reddit (blocked without proper auth/cookies). No security concerns found — no hardcoded creds, no destructive commands, no exfiltration. Requires the `sig` CLI tool for auth setup, which limits portability.
Well-structured skill with clear SKILL.md documentation covering setup, all scripts, error handling, and workflow examples. The client module is cleanly designed with retry on 429 and proper error types. Write operations correctly require auth. The main limitation is the dependency on the sig CLI ecosystem for auth, which makes this skill less portable. SKILL.md is quite long and could benefit from moving detailed script references to a references/ file.
V2EX (sigcli)
Browse, search, and interact with V2EX (v2ex.com): view hot/latest topics, read threads and replies, search posts, and perform authenticated actions like postin
Zhihu
Browse and search Zhihu (zhihu.com): view hot questions, read answers, search topics and user profiles — useful when a user mentions Zhihu or pastes a Zhihu URL
X (Twitter) — sigcli
Browse and interact with X (Twitter) from an agent: view profiles, read tweets and threads, search, check trends, like/retweet, follow, bookmark, and post (with