Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Skill Seekers Tool

v1.0.0

A Python CLI tool to convert websites, GitHub repos, and various documents into Claude AI skills or other supported AI skill formats.

0· 115·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for fan166/skill-seekers-tool.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Skill Seekers Tool" (fan166/skill-seekers-tool) from ClawHub.
Skill page: https://clawhub.ai/fan166/skill-seekers-tool
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install skill-seekers-tool

ClawHub CLI

Package manager switcher

npx clawhub@latest install skill-seekers-tool
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim a Python CLI that converts docs/repos/sites into AI-skill packages; the runtime instructions show exactly that (pip install skill-seekers, create/package commands). No unrelated credentials, binaries, or config paths are requested, so the declared purpose aligns with required artifacts.
Instruction Scope
SKILL.md gives explicit CLI commands to install the package and to create packages from URLs, GitHub repos, local directories, and many document types. This is consistent with the stated purpose, but the instructions inherently require reading local files/directories when the user points the tool at them — users should avoid giving it access to sensitive paths. The doc does not instruct the agent to access unrelated system config or secrets.
Install Mechanism
There is no platform install spec in the registry (instruction-only), but the SKILL.md tells users to pip install the package from PyPI (and optional extras). Installing a third-party PyPI package is expected for this tool, but it carries the usual risk that package installation executes arbitrary code on the host. The listed upstream URLs (PyPI, GitHub, project website) are appropriate references rather than obscure download hosts.
Credentials
The skill requests no environment variables, credentials, or config paths, which is proportionate. The tool may process user-supplied local files and network resources (e.g., GitHub, websites), which matches the purpose; there is no hidden request for unrelated secrets.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It does not attempt to modify other skills or system-wide agent configuration in the provided instructions.
Assessment
This skill appears to do what it claims, but take normal precautions before installing/running third-party tooling: 1) Inspect the PyPI package and GitHub repository (source, maintainer, recent activity) before pip installing. 2) Install in an isolated environment (virtualenv/container) and pin the package version. 3) Avoid pointing the tool at sensitive directories or files; only supply the specific docs/repos you want converted. 4) Do not provide secrets or credentials to the tool unless you understand why they're needed. 5) If possible, review the package source code (or run it in a sandbox) to ensure it doesn't exfiltrate data or perform unexpected network activity.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ay9krfsdx0as6jkcjwcx7p583hqc3
115downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Skill Seekers

将文档网站、GitHub 仓库、PDF 等转换为 Claude AI 技能的 Python CLI 工具。

激活条件

当用户提到以下内容时激活:

  • 安装 skill-seekers
  • 转换文档为 AI 技能
  • 创建 claude skill
  • 从网站/仓库创建技能

功能

1. 安装 skill-seekers

pip install skill-seekers

或安装完整功能:

pip install skill-seekers[all-llms,video,docx,epub,chroma]

2. 创建技能

从各种源创建技能:

# 文档网站
skill-seekers create https://docs.django.com/

# GitHub 仓库
skill-seekers create facebook/react

# 本地项目
skill-seekers create ./my-project

# PDF 文档
skill-seekers create manual.pdf

# Word 文档
skill-seekers create report.docx

# Jupyter Notebook
skill-seekers create notebook.ipynb

3. 打包输出

创建技能后,打包成目标格式:

# Claude AI Skill (ZIP)
skill-seekers package output/django --target claude

# LangChain Documents
skill-seekers package output/django --target langchain

# LlamaIndex TextNodes
skill-seekers package output/django --target llama-index

# Markdown (适用于 Pinecone 等向量数据库)
skill-seekers package output/django --target markdown

4. 支持的源类型 (17+)

  • 文档网站 (URL)
  • GitHub 仓库
  • 本地项目目录
  • PDF 文档
  • Word 文档 (.docx)
  • EPUB 电子书
  • Jupyter Notebook
  • OpenAPI 规范
  • PowerPoint 演示文稿
  • AsciiDoc 文档
  • 本地 HTML 文件
  • 视频 (YouTube/本地)

5. 支持的输出目标

目标说明
claudeClaude AI Skill (ZIP + YAML)
geminiGoogle Gemini Skill
openaiOpenAI / Custom GPT
langchainLangChain Documents
llama-indexLlamaIndex TextNodes
haystackHaystack Documents
markdownPinecone-ready Markdown

环境要求

  • Python 3.10+
  • pip

可选依赖

根据需要安装:

# MCP 服务器支持
pip install skill-seekers[mcp]

# 视频处理
pip install skill-seekers[video]

# Word 文档支持
pip install skill-seekers[docx]

# 向量数据库支持
pip install skill-seekers[chroma,weaviate]

官方资源

Comments

Loading comments...