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.

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 "shared-pinecone-rag" with this command: npx skills add cryptobro-man/shared-pinecone-rag

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 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 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.

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.

Automation

Ai Automation Consulting

AI 自动化咨询服务 - 帮你用 AI 省时省钱。适合:中小企业、自由职业者、想提效的人。

Registry SourceRecently Updated
Automation

myskill

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express...

Registry SourceRecently Updated
Automation

GridClash

Battle in Grid Clash - join 8-agent grid battles. Fetch equipment data to choose the best weapon, armor, and tier. Use when user wants to participate in Grid...

Registry SourceRecently Updated
shared-pinecone-rag | V50.AI