ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

volcengine-ai-search-rag

Retrieval and RAG workflow on Volcengine AI stack. Use when users need embedding search, document indexing, top-k retrieval, grounding prompts, or search relevance tuning.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cinience/volcengine-ai-search-rag
Or

volcengine-ai-search-rag

Implement retrieval-first answering with explicit indexing, retrieval, and grounding stages.

Execution Checklist

  1. Confirm corpus source and chunking strategy.
  2. Generate embeddings and build/update index.
  3. Retrieve top-k context with filters.
  4. Build grounded answer with citations to retrieved chunks.

Quality Rules

  • Separate retrieval prompt from generation prompt.
  • Keep chunk metadata (source, timestamp, id).
  • Return confidence and fallback path if no hits.

References

  • references/sources.md

Metadata

Author@cinience
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cinience-volcengine-ai-search-rag": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.