Cloud API Management — AI Skill Guide

## Extension: cloud_api

138 stars

Best use case

Cloud API Management — AI Skill Guide is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

## Extension: cloud_api

Teams using Cloud API Management — AI Skill Guide should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/cloud_api/SKILL.md --create-dirs "https://raw.githubusercontent.com/tubecreate/tubecli/main/tubecli/extensions/cloud_api/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/cloud_api/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Cloud API Management — AI Skill Guide Compares

Feature / AgentCloud API Management — AI Skill GuideStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

## Extension: cloud_api

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Cloud API Management — AI Skill Guide

## Extension: cloud_api
Manages cloud AI provider API keys for Gemini, OpenAI, Claude, DeepSeek, Grok.

## Available Commands

### List Providers
```
tubecli cloud-api providers
```
Shows all supported AI providers and whether keys are configured.

### Add API Key
```
tubecli cloud-api add-key <provider> <api_key> --label <label>
```
Providers: `gemini`, `openai`, `claude`, `deepseek`, `grok`

### Remove API Key
```
tubecli cloud-api remove-key <provider> --label <label>
```

### Test API Key
```
tubecli cloud-api test <provider> --label <label>
```

### List Keys
```
tubecli cloud-api keys --provider <provider>
```

## API Endpoints

| Method | Endpoint | Description |
|--------|----------|-------------|
| GET | `/api/v1/cloud-api/providers` | List providers |
| GET | `/api/v1/cloud-api/keys` | List keys (masked) |
| POST | `/api/v1/cloud-api/keys` | Add key |
| DELETE | `/api/v1/cloud-api/keys` | Remove key |
| POST | `/api/v1/cloud-api/keys/test` | Test key validity |
| GET | `/api/v1/cloud-api/keys/{provider}/active` | Get active key |

## AI Usage
When an agent needs to call a cloud AI model, use the cloud-api extension to retrieve the API key:
1. Call `GET /api/v1/cloud-api/keys/{provider}/active` to check if a key exists
2. If no key, prompt the user to add one via `tubecli cloud-api add-key`
3. The agent's `cloud_api_keys` field can also store per-agent keys

Related Skills

Ollama Local Model Manager — AI Skill Guide

138
from tubecreate/tubecli

## Extension: ollama

Multi-Agent Orchestration — AI Skill Guide

138
from tubecreate/tubecli

## Extension: multi_agents

TubeCLI System Guide

138
from tubecreate/tubecli

Complete guide for AI agents to understand, install, and operate TubeCLI

Universal Tracker

138
from tubecreate/tubecli

Cross-platform background monitor to auto-detect new videos/posts (YouTube, Douyin, Website) and run team workflows.

File Manager

138
from tubecreate/tubecli

Quản lý file và folder trên máy tính

SKILL.md — Video Downloader Extension

138
from tubecreate/tubecli

## Mô tả

calendar_manager

138
from tubecreate/tubecli

Manage Google Calendar — create, list, update, delete events with recurring & reminders

Browser Automation

138
from tubecreate/tubecli

Quản lý browser profiles anti-detect, mở/đóng trình duyệt, tự động hóa web

auth_manager

138
from tubecreate/tubecli

Manage OAuth credentials & tokens for Google, Facebook, TikTok

logistics-exception-management

144923
from affaan-m/everything-claude-code

针对货运异常、货物延误、损坏、丢失和承运商纠纷的编码化专业知识,由拥有15年以上运营经验的物流专业人士提供。包括升级协议、承运商特定行为、索赔程序和判断框架。在处理运输异常、货运索赔、交付问题或承运商纠纷时使用。license: Apache-2.0

Business OperationsClaude

carrier-relationship-management

144923
from affaan-m/everything-claude-code

用于管理承运商组合、协商运费、跟踪承运商绩效、分配货运以及维护战略承运商关系的编码专业知识。基于拥有15年以上经验的运输经理提供的信息。包括记分卡框架、RFP流程、市场情报和合规性审查。适用于管理承运商、协商费率、评估承运商绩效或制定货运策略时使用。license: Apache-2.0

Logistics & Supply ChainClaude

multi-cloud-architecture

31392
from sickn33/antigravity-awesome-skills

Decision framework and patterns for architecting applications across AWS, Azure, and GCP.

Cloud ArchitectureClaude