Real Skill packageSource verifiedClawHub registry

知乎抓取.SKILL

知乎收藏夹与文章内容抓取:API/Playwright 多级降级、Cookie 持久化与保活、批量正文与图片、断点续传、可选写入 Obsidian。| Zhihu collection scraping, batch article fetch, Obsidian export.

Identity and source

Publisher attributionhandsomestWeiregistry owner unverified by skillvetai
Functional categoryBrowser Automation & RPAautomatically inferred · 60% rule confidence
Package forminstruction with code40 recorded files
Canonical sourceClawHub registryclawhub:handsomestwei:zhihu-fetch-skill
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/30/2026.claude/skills/zhihu-fetcher

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/30/2026.agents/skills/zhihu-fetcher

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/30/2026skills/zhihu-fetcher

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

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-skill
clawhub inspect @handsomestwei/zhihu-fetch-skill --version 2.2.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
40 / 40 inspected as text
Checked
8/30/2026, 4:44:55 PM
Scanner
0.1.3
Policy
1.0.3
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
11 dependency and API indicators
  • pypi: requests >=2.28.0
  • pypi: beautifulsoup4 >=4.12.0
  • pypi: playwright >=1.40.0
  • pypi: pytest >=8.0.0
  • api: clawhub.ai
  • api: github.com
  • api: img.shields.io
  • api: playwright.dev
  • api: www.python.org
  • api: www.zhihu.com
  • api: zhuanlan.zhihu.com
External clawhub result: suspicious

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.

Evidence checked
8/30/2026, 3:39:25 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:17b0537b32628d9f9ef62c881da57ed61115842229fbea6f04159cf4e3d4a744
Show up to 30 recorded paths
  • README.md
  • scripts/requirements.txt
  • scripts/zhihu_fetch/__init__.py
  • scripts/zhihu_fetch/__main__.py
  • scripts/zhihu_fetch/auth/__init__.py
  • scripts/zhihu_fetch/auth/login_save.py
  • scripts/zhihu_fetch/auth/login.py
  • scripts/zhihu_fetch/auth/relogin.py
  • scripts/zhihu_fetch/body/__init__.py
  • scripts/zhihu_fetch/body/api.py
  • scripts/zhihu_fetch/body/interactive.py
  • scripts/zhihu_fetch/body/stealth.py
  • scripts/zhihu_fetch/core/__init__.py
  • scripts/zhihu_fetch/core/filters.py
  • scripts/zhihu_fetch/core/limits.py
  • scripts/zhihu_fetch/core/paths.py
  • scripts/zhihu_fetch/core/seen.py
  • scripts/zhihu_fetch/core/summary.py
  • scripts/zhihu_fetch/core/times.py
  • scripts/zhihu_fetch/core/url.py
  • scripts/zhihu_fetch/export/__init__.py
  • scripts/zhihu_fetch/export/classify.py
  • scripts/zhihu_fetch/export/failures.py
  • scripts/zhihu_fetch/export/history.py
  • scripts/zhihu_fetch/export/notes.py
  • scripts/zhihu_fetch/export/obsidian.py
  • scripts/zhihu_fetch/fetch/__init__.py
  • scripts/zhihu_fetch/fetch/batch.py
  • scripts/zhihu_fetch/fetch/collection.py
  • scripts/zhihu_fetch/fetch/columns.py

Source changelog

**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…