← Back to Skills Marketplace
justoneapi

Zhihu API

by justoneapi · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
169
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install justoneapi-zhihu
Description
Search Zhihu topics, inspect answer lists, read column article detail, and track column article feeds through JustOneAPI.
README (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 as cursor and offset.
  • 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 GET operations are available in this skill.
  • Common inputs are keyword, questionId, columnId, id, cursor, offset, and order.
  • 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

  1. Read generated/operations.md before choosing an endpoint.
  2. Start with one of these operations when it matches the user's request: searchV1, getAnswerListV1, getColumnArticleDetailV1, getColumnArticleListV1.
  3. Pick the smallest matching operation instead of guessing.
  4. Ask the user for any missing required parameter. Do not invent values.
  5. 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_TOKEN only for authenticated Just One API requests.
  • Keep JUST_ONE_API_TOKEN private. 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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-zhihu
  3. After installation, invoke the skill by name or use /justoneapi-zhihu
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug justoneapi-zhihu
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Zhihu API?

Search Zhihu topics, inspect answer lists, read column article detail, and track column article feeds through JustOneAPI. It is an AI Agent Skill for Claude Code / OpenClaw, with 169 downloads so far.

How do I install Zhihu API?

Run "/install justoneapi-zhihu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Zhihu API free?

Yes, Zhihu API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Zhihu API support?

Zhihu API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Zhihu API?

It is built and maintained by justoneapi (@justoneapi); the current version is v1.0.3.

💬 Comments