Real Skill packageSource verifiedClawHub registry

sn-search-code

用于查找代码示例、开源项目、GitHub Issue、技术问答、开发者讨论、HuggingFace 模型/数据集/Space。

Identity and source

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

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-code

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-code

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-code
clawhub inspect @sensenova-skills/sn-search-code --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
8 / 8 inspected as text
Checked
8/19/2026, 4:03:31 AM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
7 dependency and API indicators
  • pypi: httpx >=0.27
  • api: api.github.com
  • api: api.stackexchange.com
  • api: clawhub.ai
  • api: hn.algolia.com
  • api: huggingface.co
  • api: news.ycombinator.com
External clawhub result: clean

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, 4:43:10 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

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

Package content hashsha256:35eec0ca43da57f01ed0ad02df453bf441f2cd5872b522f526227198eb0ddeec
Show up to 8 recorded paths
  • requirements.txt
  • scripts/github_search.py
  • scripts/hackernews_search.py
  • scripts/huggingface_search.py
  • scripts/search_utils.py
  • scripts/stackoverflow_search.py
  • skill-card.md
  • SKILL.md

Source changelog

- 全新技能文档,详细说明四大平台(GitHub、Stack Overflow、Hacker News、HuggingFace)相关脚本用法及参数。 - 统一凭证配置方法:建议 API token/cookie 写入 `.env` 文件,通过环境变量读取,避免泄露密钥。 - 明确依赖安装指引,要求用户手动安装 Python 依赖,脚本不再自动安装。 - 各脚本参数说明优化,标明默认值和必填项。 - 输出标准化为统一 JSON 格式,便于集成和处理搜索结果。