← 返回 Skills 市场
Zhihu API
作者
justoneapi
· GitHub ↗
· v1.0.3
· MIT-0
169
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install justoneapi-zhihu
功能描述
Search Zhihu topics, inspect answer lists, read column article detail, and track column article feeds through JustOneAPI.
使用说明 (SKILL.md)
Zhihu
Use this skill for Zhihu question research, answer mining, 专栏文章采集, and topic discovery. It fits analyst workflows where the user starts from a keyword, question ID, article ID, or column ID and wants structured Zhihu data rather than a high-level summary.
When To Use It
- The user wants Zhihu keyword search, question answer extraction, or column article research.
- The task is about a specific Zhihu question, answer feed, 专栏文章, or column page.
- The user can provide
keyword,questionId,id,columnId, or pagination values such ascursorandoffset. - The user needs Zhihu-native titles, content, authors, ranking context, or article metadata sourced directly from the API.
Representative Operations
searchV1: Keyword Search — Search Zhihu by keyword for topic discovery, source gathering, and question scouting.getAnswerListV1: Answer List — Pull the answer feed for a Zhihu question to inspect authors, content, and interaction signals.getColumnArticleDetailV1: Column Article Details — Read a single Zhihu column article in detail for archiving and content analysis.getColumnArticleListV1: Column Article List — Track the article feed of a Zhihu column for monitoring and collection work.
Request Pattern
- 4 read-only
GEToperations are available in this skill. - Common inputs are
keyword,questionId,columnId,id,cursor,offset, andorder. - The workflow splits cleanly into search, question-answer feeds, single article detail, and column article listing.
- No operation in this skill requires a request body.
How To Work
- Read
generated/operations.mdbefore choosing an endpoint. - Start with one of these operations when it matches the user's request:
searchV1,getAnswerListV1,getColumnArticleDetailV1,getColumnArticleListV1. - Pick the smallest matching operation instead of guessing.
- Ask the user for any missing required parameter. Do not invent values.
- Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
- Required:
JUST_ONE_API_TOKEN - This skill uses
JUST_ONE_API_TOKENonly for authenticated Just One API requests. - Keep
JUST_ONE_API_TOKENprivate. Do not paste it into chat messages, screenshots, or logs. - Get a token from Just One API Dashboard.
- Authentication details: Just One API Usage Guide.
Output Rules
- Lead with the concrete Zhihu result: matched topic, answer feed insight, article detail, or column update.
- For keyword search, restate the keyword and offset before summarizing the most relevant matches.
- For answer-list requests, surface the question scope, top authors, engagement cues, and any ordering rule before raw JSON.
- For column-article requests, extract title, author, publication context, and the most important content signals before raw JSON.
- If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill appears coherent: it only needs node and a JustOneAPI token to call Zhihu-related endpoints on api.justoneapi.com. Before installing, verify you trust JustOneAPI and obtain your token from their dashboard. Be aware the token is passed as a URL query parameter by the bundled CLI (may be logged by servers or proxies); if you require stronger secrecy, confirm whether the API supports passing the token in an Authorization header or use short-lived/limited-scope tokens. Also confirm rate limits, billing, and that you are comfortable the skill's network calls go to https://api.justoneapi.com.
功能分析
Type: OpenClaw Skill
Name: justoneapi-zhihu
Version: 1.0.3
The skill is a standard API wrapper for the JustOneAPI service, providing functionality to search and retrieve content from Zhihu. The execution script `bin/run.mjs` is a straightforward Node.js implementation using the built-in fetch API to communicate with https://api.justoneapi.com, and the instructions in SKILL.md are well-aligned with the documented purpose without any signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description, declared requirements (node + JUST_ONE_API_TOKEN), and the included operations (search, answer list, column article list/detail) all align. Requiring a single JustOneAPI token is proportional to calling the listed endpoints.
Instruction Scope
SKILL.md instructs the agent to read the generated operations doc and run the bundled CLI (bin/run.mjs) with --operation, --params-json, and --token. The instructions do not direct the agent to read unrelated files, other environment variables, or to transmit data to unexpected endpoints; network calls go to api.justoneapi.com as documented.
Install Mechanism
No install spec is provided (instruction-only) and the included code is a small CLI (bin/run.mjs). Nothing downloads or extracts third-party archives or points to untrusted URLs.
Credentials
Only JUST_ONE_API_TOKEN is required and used as the API credential, which is appropriate. Note: the token is sent as a query parameter (parameter name 'token'), which can increase the risk of leakage via logs, referrers, or intermediary proxies — consider using a header-based API token if you control the token or reviewing JustOneAPI docs for best practices.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install justoneapi-zhihu - 安装完成后,直接呼叫该 Skill 的名称或使用
/justoneapi-zhihu触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Minor internal updates with no changes to APIs or user-facing features.
- Documentation and metadata files were updated to reflect current endpoints and usage.
- No impact on usage instructions or environment requirements.
v1.0.2
- Updated the Just One API authentication link in the Environment section.
- Revised Environment section to use a new referral URL for the Just One API Usage Guide.
- No other content or behavioral changes introduced.
v1.0.1
- Updated the Just One API Dashboard link in the Environment section to include UTM parameters for referral tracking.
- No other user-facing changes.
v1.0.0
Initial publish
元数据
常见问题
Zhihu API 是什么?
Search Zhihu topics, inspect answer lists, read column article detail, and track column article feeds through JustOneAPI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 169 次。
如何安装 Zhihu API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-zhihu」即可一键安装,无需额外配置。
Zhihu API 是免费的吗?
是的,Zhihu API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Zhihu API 支持哪些平台?
Zhihu API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zhihu API?
由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.3。
推荐 Skills