gradient-inference
Community skill (unofficial) for DigitalOcean Gradient AI Serverless Inference.
Setup & Installation
Install command
clawhub install simondelorean/gradient-inferenceIf the CLI is not installed:
Install command
npx clawhub@latest install simondelorean/gradient-inferenceOr install with OpenClaw CLI:
Install command
openclaw skills install simondelorean/gradient-inferenceor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/simondelorean/gradient-inferenceWhat This Skill Does
Connects to DigitalOcean's Gradient AI Serverless Inference API to run chat completions, generate images, and look up available models and pricing. The endpoint is OpenAI-compatible. Prompt caching is available via the Responses API to reduce costs on repeated context.
Because the endpoint is OpenAI-compatible, existing SDK code works with only a base URL change, and prompt caching via the Responses API reduces spend on follow-up queries that reuse the same context.
When to Use It
- Running LLM queries without managing GPU servers
- Checking model pricing before committing to a workload
- Generating images from text prompts via serverless API
- Using prompt caching to cut costs on repeated context
- Browsing and filtering available models before hardcoding an ID
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Running LLM queries without managing GPU servers
- 1Running LLM queries without managing GPU servers
- 2Checking model pricing before committing to a workload
- 3Generating images from text prompts via serverless API
- 4Using prompt caching to cut costs on repeated context
- 5Browsing and filtering available models before hardcoding an ID
Community skill (unofficial) for DigitalOcean Gradient AI Serverless Inference.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.