# Send Shared Pinecone RAG to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "shared-pinecone-rag",
    "name": "Shared Pinecone RAG",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/cryptobro-man/shared-pinecone-rag",
    "canonicalUrl": "https://clawhub.ai/cryptobro-man/shared-pinecone-rag",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/shared-pinecone-rag",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shared-pinecone-rag",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/ingest-shared-rag.sh",
      "scripts/query-shared-rag.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "shared-pinecone-rag",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T05:36:26.752Z",
      "expiresAt": "2026-05-08T05:36:26.752Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shared-pinecone-rag",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shared-pinecone-rag",
        "contentDisposition": "attachment; filename=\"shared-pinecone-rag-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "shared-pinecone-rag"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/shared-pinecone-rag"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/shared-pinecone-rag",
    "downloadUrl": "https://openagent3.xyz/downloads/shared-pinecone-rag",
    "agentUrl": "https://openagent3.xyz/skills/shared-pinecone-rag/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shared-pinecone-rag/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shared-pinecone-rag/agent.md"
  }
}
```
## Documentation

### 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)

Put .md/.txt files in:
/home/Mike/.openclaw/workspace/rag-pinecone-starter/docs/
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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: cryptobro-man
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T05:36:26.752Z
- Expires at: 2026-05-08T05:36:26.752Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/shared-pinecone-rag)
- [Send to Agent page](https://openagent3.xyz/skills/shared-pinecone-rag/agent)
- [JSON manifest](https://openagent3.xyz/skills/shared-pinecone-rag/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/shared-pinecone-rag/agent.md)
- [Download page](https://openagent3.xyz/downloads/shared-pinecone-rag)