TopRank Skills

Home / Claw Skills / 搜索 / shared-pinecone-rag
Official OpenClaw rules 36%

shared-pinecone-rag

Use the shared Pinecone RAG index for any agent in this workspace. Use when an agent needs to ingest markdown/text docs into pulse-rag or query semantic context from the shared index.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 shared-pinecone-rag 技能。 若已安装,则直接安装 shared-pinecone-rag 技能。

Overview

Skill Key
cryptobro-man/shared-pinecone-rag
Author
cryptobro-man
Source Repo
openclaw/skills
Version
-
Source Path
skills/cryptobro-man/shared-pinecone-rag
Latest Commit SHA
884a16dbbe5b505ff5ea15771ab0ec375f43d59d

Extracted Content

SKILL.md excerpt

# Shared Pinecone RAG

Use the central RAG project at:
`/home/Mike/.openclaw/workspace/rag-pinecone-starter`

When combined with `hybrid-db-health`, position this as a **Persistent Memory skill stack**:
- `shared-pinecone-rag` = retrieval + ingest layer
- `hybrid-db-health` = reliability/health guardrail layer

## Query (all agents)

```bash
bash scripts/query-shared-rag.sh "your question"
```

## Ingest docs (all agents)

1. Put `.md`/`.txt` files in:
`/home/Mike/.openclaw/workspace/rag-pinecone-starter/docs/`
2. Run:

```bash
bash scripts/ingest-shared-rag.sh
```

## Requirements

- `PINECONE_API_KEY` must be set in `rag-pinecone-starter/.env`
- Python venv exists at `rag-pinecone-starter/.venv`

## Notes

- Index name defaults to `pulse-rag`.
- Retrieval reads from namespace `default`.
- This skill is shared; do not duplicate per-agent RAG stacks unless explicitly requested.

Related Claw Skills