.claude/skills/zhihu-fetcherRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
知乎收藏夹与文章内容抓取:API/Playwright 多级降级、Cookie 持久化与保活、批量正文与图片、断点续传、可选写入 Obsidian。| Zhihu collection scraping, batch article fetch, Obsidian export.
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/zhihu-fetcherRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/zhihu-fetcherRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/zhihu-fetcherRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @handsomestwei/zhihu-fetch-skillclawhub inspect @handsomestwei/zhihu-fetch-skill --version 2.2.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:17b0537b32628d9f9ef62c881da57ed61115842229fbea6f04159cf4e3d4a744README.mdscripts/requirements.txtscripts/zhihu_fetch/__init__.pyscripts/zhihu_fetch/__main__.pyscripts/zhihu_fetch/auth/__init__.pyscripts/zhihu_fetch/auth/login_save.pyscripts/zhihu_fetch/auth/login.pyscripts/zhihu_fetch/auth/relogin.pyscripts/zhihu_fetch/body/__init__.pyscripts/zhihu_fetch/body/api.pyscripts/zhihu_fetch/body/interactive.pyscripts/zhihu_fetch/body/stealth.pyscripts/zhihu_fetch/core/__init__.pyscripts/zhihu_fetch/core/filters.pyscripts/zhihu_fetch/core/limits.pyscripts/zhihu_fetch/core/paths.pyscripts/zhihu_fetch/core/seen.pyscripts/zhihu_fetch/core/summary.pyscripts/zhihu_fetch/core/times.pyscripts/zhihu_fetch/core/url.pyscripts/zhihu_fetch/export/__init__.pyscripts/zhihu_fetch/export/classify.pyscripts/zhihu_fetch/export/failures.pyscripts/zhihu_fetch/export/history.pyscripts/zhihu_fetch/export/notes.pyscripts/zhihu_fetch/export/obsidian.pyscripts/zhihu_fetch/fetch/__init__.pyscripts/zhihu_fetch/fetch/batch.pyscripts/zhihu_fetch/fetch/collection.pyscripts/zhihu_fetch/fetch/columns.py**Major update with significant refactor, modularization, and configuration capabilities.** - All scripts refactored into a modular package under `scripts/zhihu_fetch/` with a single CLI entrypoint: `scripts/zhihu.py`. - Unified command interface (`python scripts/zhihu.py <command>`) for all tasks: routing, listing, batch, export, login, config, and more. - Configurable crawl limits and filtering (by voteup/time), with workspace- and skill-level JSON config files. - New route system: autodetects Zhihu link type (collection, column, posts, answer, question, etc.) and dispatches the appropriate pipeline. - Optional incremental sync via `--since-last`, automatic tracking of previously seen/updated URLs using workspace index. - Batched export to Obsidian now includes original mirror and parallel note generation; all export, login, and crawling commands refactored with more robust error repo…