RAG Search

# rag-search

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "RAG Search" with this command: npx skills add loda666/rag-search

rag-search

Minimal RAG search skill for backend retrieval.

⚠️ Important

This skill is intended to be used as a backend retrieval component and should not be invoked directly by end users.

Use occupational_health_qa or occupational_health_report_writer for direct user requests.

Usage

你:调用 rag-search,查询"GBZ 2.1-2019 苯 职业接触限值"

Returns

Returns structured search results with:

  • content: Original text from the document
  • source: File name / standard number
  • clause: Clause number (if available)
  • regulation_level: Regulation level (国家法律/国家标准/行业标准/etc)
  • score: Relevance score (0-1)

Example Response

{
  "results": [
    {
      "content": "苯的时间加权平均容许浓度(PC-TWA)为6 mg/m³...",
      "source": "GBZ 2.1-2019.pdf",
      "clause": "第4.1条",
      "regulation_level": "国家标准",
      "score": 0.93
    }
  ]
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Veroq

Provide verified AI intelligence on markets, assets, sentiment, and economic data with live prices, signals, analysis, and fact-checking from 1,000+ tickers...

Registry SourceRecently Updated
1430Profile unavailable
Research

MemPalace记忆系统助手

MemPalace记忆系统助手 - 基于老四的AI记忆系统。提供结构化记忆存储、快速检索、记忆组织等功能。适用于需要持久化知识、跨会话记忆、语义搜索等场景。

Registry SourceRecently Updated
410Profile unavailable
Research

流式AI检索问答技能

通用流式AI检索问答技能 — 为任意行业应用提供四步流式分析交互界面。 触发场景:用户输入关键词 → AI自动执行:理解意图 → 检索知识库 → 流式生成 → 来源标记 → 完整回答。 当需要实现以下任意场景时激活: (1) AI搜索框 / 智能咨询组件重构 (2) 知识库问答(医疗/法律/金融/教育等垂直领域)...

Registry SourceRecently Updated
640Profile unavailable
Research

Cognee Memory System

AI知识引擎 - 6行代码实现记忆系统。remember/recall/forget/improve循环,向量+图搜索,支持OpenClaw插件。

Registry SourceRecently Updated
800Profile unavailable