cloud▌
359 indexed skills · max 10 per page
cloudflare-workers-ai
jezweb/claude-skills · Cloud
Run LLMs, embeddings, and image generation on Cloudflare's GPU network with 14 new 2025 models, streaming support, and 7 documented error preventions. \n \n Supports 40+ models across text generation (Llama 4, Gemma 3, Mistral 3.1, GPT-OSS), embeddings (BGE 2x faster, EmbeddingGemma), image generation (Flux, Leonardo), vision, and audio (Deepgram, Whisper v3) \n Handles critical 2025 breaking changes: context window validation switched from characters to tokens, BGE pooling parameter no longer b
cloudflare-python-workers
jezweb/claude-skills · Cloud
Build Python serverless APIs on Cloudflare Workers with async-only execution, external package support, and multi-step workflow automation. \n \n Deploy Python APIs using the WorkerEntrypoint class pattern with pywrangler CLI; supports all Cloudflare bindings (D1, KV, R2, Workers AI, Durable Objects, Queues) \n Requires async-only code: use httpx or aiohttp for HTTP calls, avoid sync libraries like requests and native C extensions \n Python Workflows enable durable multi-step DAG automation with
alicloud-ai-audio-tts-voice-clone-test
cinience/alicloud-skills · Cloud
Category: test
cloudflare-durable-objects
jezweb/claude-skills · Cloud
Stateful Durable Objects for real-time apps, coordination, and persistent state management. \n \n SQLite-backed storage with 10GB capacity, SQL queries, and atomic transactions; KV backend available for simpler key-value use cases \n WebSocket hibernation API supports thousands of concurrent connections with automatic wake-up; message size limit increased to 32 MiB (Oct 2025) \n Alarms API for scheduling future tasks, batching, and cleanup without relying on setTimeout / setInterval \n RPC metho
cloudrun-development
tencentcloudbase/skills · Cloud
Backend service development with long connections, multi-language support, and AI agent capabilities. \n \n Supports two modes: Function mode (Node.js, built-in HTTP/WebSocket/SSE, fixed port 3000, local running) and Container mode (any language/runtime via Docker, no local tool support) \n Requires stateless services that listen on the PORT environment variable and write data externally; resource constraints enforce Mem = 2 × CPU \n Includes read tools ( queryCloudRun ) for listing services and
relational-database-mcp-cloudbase
tencentcloudbase/skills · Cloud
Four MCP tools for safe SQL execution and security rule management on CloudBase Relational Database. \n \n Four tools cover all agent operations: executeReadOnlySQL for SELECT queries, executeWriteSQL for INSERT/UPDATE/DELETE/DDL, readSecurityRule to inspect permissions, and writeSecurityRule to update access controls \n Use MCP tools exclusively in agent context; do not initialize CloudBase SDKs when these tools are available \n Always run read-only SELECTs first to verify assumptions before de
twill-cloud-coding-agent
twillai/skills · Cloud
Manage Twill Cloud Coding Agent workflows through the public v1 API. \n \n Create, list, retrieve, and manage tasks with support for custom branches, agent selection, and file attachments \n Stream job logs in real time via Server-Sent Events and cancel running jobs at any point \n Full lifecycle control: send follow-up messages, approve plans, archive tasks, and manage task state \n Schedule recurring coding tasks with cron expressions, timezone support, and pause/resume capabilities \n List re
auth-nodejs-cloudbase
tencentcloudbase/skills · Cloud
Server-side identity and user lookup for CloudBase Node.js backends and cloud functions. \n \n Retrieve caller identity ( uid , customUserId , openId ) in cloud functions using getUserInfo() for authorization and personalization decisions. \n Query CloudBase user profiles by uid or login identifier (phone, email, username, custom ID) using getEndUserInfo() and queryUserInfo() . \n Issue custom login tickets from Node backends to bridge existing user systems into CloudBase without requiring separ
aws-sdk-java-v2-lambda
giuseppe-trisciuoglio/developer-kit · Cloud
AWS Lambda function invocation, management, and Spring Boot integration using AWS SDK for Java 2.x. \n \n Supports synchronous and asynchronous Lambda invocation with JSON payload serialization and typed response parsing \n Covers function lifecycle operations: create, update, delete, list, and retrieve configurations including environment variables and concurrency settings \n Includes Spring Boot integration patterns with bean configuration, service abstractions, and type-safe Lambda invoker se
new-terraform-provider
hashicorp/agent-skills · Cloud
Scaffold a new Terraform provider using the Plugin Framework. \n \n Generates a new Go module workspace with the standard \"terraform-provider-\" naming convention and initializes required dependencies \n Provides a template main.go file following HashiCorp's Plugin Framework patterns, with TODO markers for customization \n Validates the setup by running build and test commands to ensure the provider compiles and passes initial checks \n Handles workspace management by confirming intent before c