← Back to Skills Marketplace
metatronsdoob369

HK-101 Living RAG

by MetatronScoob_369 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1187
Downloads
3
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install hk101-living-rag
Description
Provides answers by retrieving and synthesizing information from local text or markdown files using a retrieval-augmented generation approach.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hk101-living-rag
  3. After installation, invoke the skill by name or use /hk101-living-rag
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
"Opsec intel beast. Adaptive RAG/MCP/Pi/Domicile.”
Metadata
Slug hk101-living-rag
Version 1.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is HK-101 Living RAG?

Provides answers by retrieving and synthesizing information from local text or markdown files using a retrieval-augmented generation approach. It is an AI Agent Skill for Claude Code / OpenClaw, with 1187 downloads so far.

How do I install HK-101 Living RAG?

Run "/install hk101-living-rag" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is HK-101 Living RAG free?

Yes, HK-101 Living RAG is completely free (open-source). You can download, install and use it at no cost.

Which platforms does HK-101 Living RAG support?

HK-101 Living RAG is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created HK-101 Living RAG?

It is built and maintained by MetatronScoob_369 (@metatronsdoob369); the current version is v1.0.0.

💬 Comments