WeRead Launches ‘Skill’ Feature, Activating Personal Reading Data via API
Recently, “WeRead”, a digital reading platform owned by Tencent, launched a new feature called “Skill”. The core of this function is to provide users with a data interface (API) that allows artificial intelligence (AI) applications to access their personal notes and highlights accumulated in WeRead. The goal is to transform static reading data into dynamic, continuously usable knowledge assets.
From “Digital Silos” to “Knowledge Assets”
In the traditional digital reading experience, the vast amount of highlights and notes generated by users often remain locked within the application, creating hard-to-use “digital silos” or “digital debt.” Although the data is recorded, it cannot be easily exported, integrated, or reprocessed, and its value diminishes over time.
The launch of WeRead’s Skill feature marks a paradigm shift. By providing an authorized access channel for AI, it allows this dormant data to be reactivated. Users can leverage AI tools to automatically organize, summarize, and analyze years of reading accumulations, thus systematizing scattered note fragments into a personal, continuously appreciating knowledge asset.
Technical Implementation: Data Connection via API Key
From a technical perspective, the WeRead Skill is essentially a standardized Application Programming Interface (API). Users can find the configuration entry for “WeRead Skill” in the settings menu of the WeRead app.
The implementation process mainly involves the following steps:
- Generate Credentials: The user obtains an exclusive API key (
WEREAD_API_KEY) within the app. This key serves as the sole credential for authorizing AI access to personal data.
- Configure Environment: The user needs to configure this API key in the environment variables of an AI application or agent that supports this Skill.
- Call Data: Once configured, the AI can make requests to the WeRead server through this interface to securely retrieve data such as highlights and notes from specified books.
This API-based integration method is a mainstream solution for achieving cross-application data interoperability in the current software ecosystem. It ensures the extensibility of services while safeguarding user data ownership and privacy.
Practical Applications: Automated Knowledge Organization and Compounding
The most direct application of this feature is the automated generation of in-depth book reports. A user can issue a command to an AI integrated with this Skill, such as, “Get all my notes from the book ‘AI Agent’ that I recently read, and generate a summary report for me.”
After obtaining the raw data, the AI can perform a series of complex processing tasks:
- Content Aggregation: Gathers highlights scattered across different chapters.
- Summarization and Refinement: Classifies notes by theme and extracts key ideas.
- Structured Output: Generates well-formatted and neatly laid out book notes in Markdown format.

What’s more valuable is that this “note organization” process can itself be encapsulated into a new, reusable Skill. This means users can save a successful command flow and processing logic, and in the future, apply the same standardized knowledge organization to any book with a single click. This reusability and layering of capabilities is the core of the “compounding effect” this feature provides.
Industry Trend: Deep Integration of Personal Data APIs and AI
The emergence of WeRead’s Skill feature may signal a broader industry trend: major platforms will gradually open up API access to users’ personal data. With the popularization of AI technology, there is a growing user demand to activate the data they generate across various applications (such as reading, social media, work, health, etc.).
In the future, the core competitiveness of an AI assistant may no longer lie solely in its conversational and generative abilities, but rather in how many personal data sources it can legally and compliantly access, and to what extent it can understand a user’s history, habits, and context. Through mechanisms like ‘Skills’ or MCP (Machine-Certified Protocol), AI will truly become the “central processing unit” that connects and activates a user’s comprehensive personal data, thereby providing unprecedented personalized services and value creation.