ai-services
An agent skill by digitalocean-labs, from digitalocean-labs/do-app-platform-skills. Tags: ai, api, digitalocean, sdk, serverless.
What it does
Configure DigitalOcean Gradient AI serverless inference and Agent Development Kit. Use when adding LLM inference, model access keys, serverless AI endpoints, or building AI agents with ADK on App Platform.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add digitalocean-labs/do-app-platform-skills --skill ai-services
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/digitalocean-labs/do-app-platform-skills
cp -r do-app-platform-skills/skills/ai-services ~/.claude/skills/ai-services
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- digitalocean-labs/do-app-platform-skills (all skills from this repository)
- Path
- skills/ai-services/SKILL.md
- Branch
- main
- Collection
- do-app-platform
- Updated
- 2026-09-21
Related skills
- amazon-bedrock — Builds generative AI applications on Amazon Bedrock.
- aws-sdk-js-v3-usage — AWS SDK for JavaScript v3 development patterns.
- aws-sdk-python-usage — AWS SDK for Python (boto3/botocore) development patterns. You MUST use this skill when writing Python code that uses AWS services via boto3 or botocore.
- aws-sdk-swift-usage — AWS SDK for Swift development patterns. Use when writing Swift code that uses AWS services via aws-sdk-swift package.
- agents-sdk — Build, debug, or review Cloudflare Agents SDK applications using the agents package.
- app-platform-designer — Transform natural language application descriptions into production-ready DigitalOcean App Platform specifications.