A community-driven skill for building Retrieval-Augmented Generation (RAG) pipelines using DigitalOcean Gradient and Spaces storage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gradient-knowledge-base
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gradient-knowledge-base using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gradient Knowledge Base skill empowers developers to build sophisticated Retrieval-Augmented Generation (RAG) pipelines on DigitalOcean infrastructure. As part of the Openclaw Skills ecosystem, this tool simplifies document management by connecting DO Spaces with managed OpenSearch indices. It allows AI agents to perform semantic and hybrid searches, turning static files into actionable intelligence.
By using Openclaw Skills like this one, you can ensure your AI has the most relevant context for every query. This unofficial community skill provides a bridge between your raw data stored in S3-compatible buckets and the Gradient AI Platform's inference capabilities, making it an essential component for developers building knowledgeable and reliable AI agents.
To get started with this skill, you must configure your DigitalOcean and Gradient credentials:
# Core Authentication
export DO_API_TOKEN="your_digitalocean_api_token"
export GRADIENT_API_KEY="your_gradient_ai_key"
export DO_SPACES_ACCESS_KEY="your_spaces_access_key"
export DO_SPACES_SECRET_KEY="your_spaces_secret_key"
# Optional Configuration
export DO_SPACES_BUCKET="your-default-bucket"
export GRADIENT_KB_UUID="your-kb-uuid"
Ensure you have Python 3 installed and the required libraries: pip install requests boto3.
The skill manages data across storage and indexing layers as follows:
| Component | Type | Description |
|---|---|---|
| Source Files | PDF, MD, TXT | Private documents stored in DigitalOcean Spaces |
| Knowledge Base | UUID | A managed container for indexed document vectors |
| Data Source | UUID | The connection between a specific Spaces prefix and a Knowledge Base |
| Chunks | Vector | Fragmented document parts used for semantic retrieval |
Loading
Integrate DigitalOcean's Gradient Serverless Inference into your AI agent workflows for high-performance LLM chat and image generation.

A local semantic memory system utilizing Ollama to provide vector-based search and storage capabilities for AI agents.

A local image generation workflow supporting Stable Diffusion 1.5 and SDXL models integrated with non-blocking subagent execution.

A powerful neural search integration that enables AI agents to perform advanced web crawling and deep research using the Exa protocol.

Converts physical workshop artifacts like photos and notes into professionally structured, editable Miro boards using intelligent frames and stickies.

A unified travel intelligence skill for AI agents offering real-time flights, visa requirements, and destination activities.








































