Zhihu API
v1.0.3搜索 Zhihu topics, inspect answer 列出s, read column article detAIl, and 追踪 column article feeds through JustOneAPI.
运行时依赖
安装命令
点击复制技能文档
Zhihu
Use this 技能 for Zhihu question re搜索, answer mining, 专栏文章采集, and topic discovery. It fits analyst 工作流s where the user 启动s 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 搜索, question answer 提取ion, or column article re搜索. 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 off设置. The user needs Zhihu-native titles, content, authors, ranking 上下文, or article metadata sourced directly from the API. Representative Operations 搜索V1: Keyword 搜索 — 搜索 Zhihu by keyword for topic discovery, source gathering, and question scouting. 获取Answer列出V1: Answer 列出 — Pull the answer feed for a Zhihu question to inspect authors, content, and interaction 签名als. 获取ColumnArticleDetAIlV1: Column Article DetAIls — Read a single Zhihu column article in detAIl for archiving and content analysis. 获取ColumnArticle列出V1: Column Article 列出 — 追踪 the article feed of a Zhihu column for 监控ing and collection work. 请求 Pattern 4 read-only 获取 operations are avAIlable in this 技能. Common 输入s are keyword, questionId, columnId, id, cursor, off设置, and order. The 工作流 splits 清理ly into 搜索, question-answer feeds, single article detAIl, and column article 列出ing. No operation in this 技能 requires a 请求 body. How To Work Read 生成d/operations.md before choosing an 端点. 启动 with one of these operations when it matches the user's 请求: 搜索V1, 获取Answer列出V1, 获取ColumnArticleDetAIlV1, 获取ColumnArticle列出V1. Pick the smallest matching operation instead of guessing. Ask the user for any missing required parameter. Do not invent values. Call the 辅助工具 with: node {baseDir}/bin/运行.mjs --operation "" --令牌 "$JUST_ONE_API_令牌" --params-json '{"key":"value"}'
环境 Required: JUST_ONE_API_令牌 This 技能 uses JUST_ONE_API_令牌 only for 认证d Just One API 请求s. Keep JUST_ONE_API_令牌 private. Do not paste it into chat messages, screenshots, or 记录s. 获取 a 令牌 from Just One API 仪表盘. Authentication detAIls: Just One API Usage 图形界面de. 输出 Rules Lead with the concrete Zhihu 结果: matched topic, answer feed insight, article detAIl, or column 更新. For keyword 搜索, re状态 the keyword and off设置 before summarizing the most relevant matches. For answer-列出 请求s, surface the question scope, top authors, engagement cues, and any ordering rule before raw JSON. For column-article 请求s, 提取 title, author, publication 上下文, and the most 导入ant content 签名als before raw JSON. If the backend errors, include the backend payload and the exact operation ID.