Real Skill packageSource verifiedClawHub registry

sn-search-social-cn

用于搜索中文社交平台。脚本入口覆盖 B站视频、知乎问答和抖音视频;小红书、微博当前没有脚本入口,只能通过 browser-use / 公开网页兜底。

Identity and source

Publisher attributionSenseNova-Skillsregistry owner unverified by skillvetai
Functional categorySearch, Research & Knowledgeautomatically inferred · 64% rule confidence
Package forminstruction with code7 recorded files
Canonical sourceClawHub registryclawhub:sensenova-skills:sn-search-social-cn
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/19/2026.claude/skills/sn-search-social-cn

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/19/2026.agents/skills/sn-search-social-cn

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/19/2026skills/sn-search-social-cn

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 @sensenova-skills/sn-search-social-cn
clawhub inspect @sensenova-skills/sn-search-social-cn --version 2026.8.19

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
7 / 7 inspected as text
Checked
8/19/2026, 4:03:31 AM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
9 dependency and API indicators
  • pypi: httpx >=0.27
  • pypi: xhs
  • api: api.bilibili.com
  • api: api.zhihu.com
  • api: clawhub.ai
  • api: www.bilibili.com
  • api: www.douyin.com
  • 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/19/2026, 3:35:18 AM
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:c100eb8b4d0e0f31d6853f9772c16a73b01b794d1736c47fc219f8c29d300b90
Show up to 7 recorded paths
  • requirements.txt
  • scripts/bilibili_search.py
  • scripts/douyin_search.py
  • scripts/search_utils.py
  • scripts/zhihu_search.py
  • skill-card.md
  • SKILL.md

Source changelog

- 新增文档详细说明,明确支持 B站、知乎、抖音三大平台的脚本入口,描述小红书、微博仅支持 browser-use 兜底方案。 - 统一凭证配置与获取建议,强调仅从环境变量或 CLI 参数读取密钥,禁止将密钥明文写入日志等。 - 增加依赖和安装方式说明,指明缺少依赖时自动降级为 browser-use。 - 详细整理并表格化各平台支持情况,包括平台、稳定性与认证方式。 - 完善各脚本参数说明与使用示例,便于快速上手。 - 明确输出格式及特殊兜底场景的返回说明。