Integrate DigitalOcean's Gradient Serverless Inference into your AI agent workflows for high-performance LLM chat and image generation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gradient-inference
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-inference using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a bridge to DigitalOcean's Gradient AI platform, allowing developers to leverage powerful large language models and image generation without the overhead of managing GPU infrastructure. By utilizing Openclaw Skills, you can seamlessly integrate OpenAI-compatible endpoints directly into your automation pipelines.
The skill includes dedicated scripts for model discovery, cost estimation, and advanced prompt caching via the Responses API, ensuring efficient and cost-effective AI operations. It is designed for developers who want the flexibility of serverless AI with the reliability of DigitalOcean's cloud ecosystem.
To get started, obtain a Model Access Key from the DigitalOcean Console (Gradient AI -> Model Access Keys). Then, configure your environment and install the necessary Python dependencies:
export GRADIENT_API_KEY="your-model-access-key"
pip install requests beautifulsoup4
You can verify the connection and see available models by running:
python3 gradient_models.py
The skill organizes its operations through specialized scripts and local caching mechanisms to ensure performance:
| Resource | Description | Format |
|---|---|---|
gradient_models.py |
Fetches available LLM models and capability metadata | JSON / Pretty Table |
gradient_pricing.py |
Scrapes live pricing data from DigitalOcean documentation | JSON / Pretty Table |
/tmp/gradient_pricing_cache.json |
Local storage for pricing data to minimize network requests | JSON |
gradient_chat.py |
Main interface for text generation, supporting standard and Responses API | CLI Output |
Loading
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.

OpenProse is a specialized programming language that transforms LLMs into high-fidelity virtual machines capable of orchestrating complex multi-agent sessions.

A community-driven skill for building Retrieval-Augmented Generation (RAG) pipelines using DigitalOcean Gradient and Spaces storage.

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








































