← 返回 Skills 市场
459
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install md-docs-search
功能描述
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that...
安全使用建议
This bundle appears to be a straightforward local Markdown indexing/search tool. Before installing/running: 1) Confirm you will point the tool at an intended docs directory — it will read all *.md files recursively and create a SQLite DB (e.g., competitor_docs.db) in or near that directory. 2) Note there are no network calls or credential requests in the code, so it does not exfiltrate secrets. 3) The included code references 'competitor' and product names in comments and _meta.json (slug/version mismatch with the registry metadata) — this is likely repurposed code and not a functional risk, but you may want to verify the source if provenance matters. 4) Ensure your Python runtime has SQLite built with FTS5; otherwise searches may fail. 5) If you run it against very large directories, expect disk and CPU usage while building the index. If you need further assurance, run the scripts in a controlled environment (a temporary directory or container) to observe behavior and output before pointing them at sensitive folders.
功能分析
Type: OpenClaw Skill
Name: md-docs-search
Version: 1.0.2
The skill bundle is designed for local documentation search and indexing, which is a benign purpose. However, it contains several vulnerabilities that make it suspicious. The most critical is a Regular Expression Denial of Service (ReDoS) risk in `scripts/search_docs.py`, where user-supplied search queries are directly compiled and executed as regex patterns, potentially leading to resource exhaustion. Additionally, the FTS5 search in `scripts/fts_search.py` could be vulnerable to Denial of Service via maliciously crafted complex queries, and the `db_path` argument across scripts allows for arbitrary file creation or overwrite, posing a file integrity risk.
能力评估
Purpose & Capability
The name/description (Markdown full‑text search) matches the included scripts and SKILL.md: indexing, FTS5 search, source URL extraction and CLI helpers. Minor naming artifacts reference 'competitor' and specific product names (e.g., Commvault) in code/comments, but this appears to be reuse of an implementation rather than a capability mismatch.
Instruction Scope
SKILL.md instructs only local operations (index a docs directory, run searches, view status/get articles). The scripts perform file I/O on the provided docs_dir, compute hashes, build/inspect a local SQLite DB, and parse text — they do not make network requests or read unrelated system files or environment variables.
Install Mechanism
No install spec is provided (instruction-only skill with included scripts). Nothing is downloaded or installed automatically by the skill; code is bundled and runs locally. This is the lowest-risk install model.
Credentials
The skill requests no environment variables, credentials, or config paths. All required inputs are user-supplied (a documentation directory and optional db path).
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system-wide agent settings. It writes a local SQLite DB (by default into the docs directory or working directory), which is appropriate for an indexing tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install md-docs-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/md-docs-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
v1
v1.0.1
Generic search skill for Markdown docs
v1.0.0
Initial release - generic FTS5 search for structured Markdown documentation
元数据
常见问题
Markdown Docs Full-Text Search 是什么?
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 459 次。
如何安装 Markdown Docs Full-Text Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install md-docs-search」即可一键安装,无需额外配置。
Markdown Docs Full-Text Search 是免费的吗?
是的,Markdown Docs Full-Text Search 完全免费(开源免费),可自由下载、安装和使用。
Markdown Docs Full-Text Search 支持哪些平台?
Markdown Docs Full-Text Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Markdown Docs Full-Text Search?
由 carev01(@carev01)开发并维护,当前版本 v1.0.2。
推荐 Skills