← 返回 Skills 市场
HK-101 Living RAG
作者
MetatronScoob_369
· GitHub ↗
· v1.0.0
1187
总下载
3
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install hk101-living-rag
功能描述
Provides answers by retrieving and synthesizing information from local text or markdown files using a retrieval-augmented generation approach.
使用说明 (SKILL.md)
claw-rag
Simple RAG over local text/markdown.
Inputs
- query (string): question to answer.
- docsPath (string, optional): folder of docs (default ./docs relative to CWD).
- k (number, optional): number of top matches (default 3).
Output
- answer: synthesized answer from matches.
- matches: [{path, score, snippet}...]
Requires: OPENAI_API_KEY in env.
安全使用建议
This skill appears to implement a straightforward local RAG, which legitimately needs an OpenAI API key and access to a docs folder. Before installing: (1) confirm the registry metadata is updated to list OPENAI_API_KEY (the SKILL.md requires it but the manifest does not), (2) decide and restrict which docsPath will be used (avoid pointing it at broad/system folders to prevent accidental exposure of secrets), and (3) if you will supply an OPENAI_API_KEY, consider scoping or using a key with limited quota/permissions. If you need stronger assurance, ask the publisher for a full description and example run, and for explicit limits on which filesystem paths the skill will read.
功能分析
Type: OpenClaw Skill
Name: hk101-living-rag
Version: 1.0.0
The `SKILL.md` defines a `docsPath` input parameter for a RAG skill, which, if not properly sanitized by the underlying implementation (not provided), could allow an attacker to specify arbitrary file paths (e.g., `/etc/passwd`, `../../sensitive_data`) leading to arbitrary file read or path traversal vulnerabilities. While file access is inherent to a RAG skill over local documents, the broadness of this input without explicit safeguards makes the skill design suspicious due to potential exploitation, rather than benign. There is no evidence of intentional malicious prompt injection or code in the provided files.
能力评估
Purpose & Capability
SKILL.md describes a local RAG over markdown/text — that purpose aligns with needing an API key to call models and access to a docsPath. However the registry metadata lists no required env vars while the runtime instructions explicitly say 'Requires: OPENAI_API_KEY in env', which is an internal inconsistency.
Instruction Scope
Instructions are short and focused: take a query, look in docsPath (default ./docs), return top-k matches and a synthesized answer. This stays within the stated purpose, but it authorizes reading arbitrary files under the docsPath without guidance or safeguards — that can expose sensitive local content if the docsPath is broad or mis-set.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal install risk (nothing is downloaded or written to disk by the skill itself).
Credentials
The skill only needs an OPENAI_API_KEY (reasonable for RAG). But the manifest metadata does not declare this env var while SKILL.md does, creating an unexpected credential requirement that should be corrected/confirmed.
Persistence & Privilege
Skill does not request always:true and is user-invocable with normal autonomous invocation allowed — no elevated persistence or cross-skill config access is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hk101-living-rag - 安装完成后,直接呼叫该 Skill 的名称或使用
/hk101-living-rag触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
"Opsec intel beast. Adaptive RAG/MCP/Pi/Domicile.”
元数据
常见问题
HK-101 Living RAG 是什么?
Provides answers by retrieving and synthesizing information from local text or markdown files using a retrieval-augmented generation approach. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1187 次。
如何安装 HK-101 Living RAG?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hk101-living-rag」即可一键安装,无需额外配置。
HK-101 Living RAG 是免费的吗?
是的,HK-101 Living RAG 完全免费(开源免费),可自由下载、安装和使用。
HK-101 Living RAG 支持哪些平台?
HK-101 Living RAG 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 HK-101 Living RAG?
由 MetatronScoob_369(@metatronsdoob369)开发并维护,当前版本 v1.0.0。
推荐 Skills