v2ex

Read and write V2EX topics, replies, and notifications via HTTP.

280|25|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sigcli/sigcli --skill v2ex-sigcli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: v2ex
Source: https://github.com/sigcli/sigcli/tree/main/skills/v2ex
Command: npx skills add https://github.com/sigcli/sigcli --skill v2ex-sigcli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, bs4, and includes scripts (resource) components.

What problem does it solve?

This skill provides automated, programmatic access to V2EX for reading topics, viewing details and replies, searching posts, and performing write actions such as creating topics, replying, thanking, favoriting, following, and daily check-ins. It enables AI agents to interact with V2EX without manual browser interactions, supporting both read-only and authenticated operations.

Core Features & Use Cases

  • Read hot and latest topics and fetch topic details and replies.
  • Search posts, create topics, reply, thank, favorite, follow, and daily sign-in for engaging with the V2EX community.
  • Retrieve member profiles, node information, and notifications to drive contextual automation in workflows.

Quick Start

Run sig run v2ex to view hot topics, search posts, and read topic details for a given topic.

Frequently Asked Questions about v2ex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate V2EX forum interactions like reading topics and fetching replies?

Automate V2EX forum interactions by using programmatic HTTP requests to read topics, fetch topic details and replies, and search posts without manual browser interaction. The skill parses HTML with BeautifulSoup to extract page-based data for workflows.

Can I create topics and reply on V2EX using an automated script?

Yes, you can create topics, reply, thank, favorite, follow, and perform daily check-ins on V2EX using an automated script. Authenticated actions require a V2EX session cookie to execute write operations programmatically.

What do I need to retrieve V2EX notifications and member profiles programmatically?

To retrieve V2EX notifications and member profiles programmatically, you need the requests library for HTTP requests and a V2EX session cookie for authenticated access. The skill uses these to fetch member profiles and drive contextual automation.

Does the V2EX automation skill support parsing HTML for page-based forum data?

Yes, the V2EX automation skill supports parsing HTML for page-based forum data using BeautifulSoup. This allows the extraction of topic details, replies, and node information when programmatic API access is insufficient.

What is the best way to search V2EX posts and view hot topics without a browser?

The best way to search V2EX posts and view hot topics without a browser is to use programmatic requests to fetch latest topics and execute post searches. This skill enables AI agents to interact with V2EX read-only operations directly.