cloud▌
360 indexed skills · max 10 per page
aws-lambda-functions
aj-geddes/useful-ai-prompts · Cloud
AWS Lambda enables you to run code without provisioning or managing servers. Build serverless applications using event-driven triggers, pay only for compute time consumed, and scale automatically with workload.
clawsec-suite
prompt-security/clawsec · Cloud
Security suite manager with embedded advisory feed monitoring, cryptographic verification, and approval-gated malicious-skill response. \n \n Monitors ClawSec advisory feed for new security advisories, cross-references them against installed skills, and requires explicit user approval before removing flagged skills \n Includes cryptographic signature verification for release archives and advisory feeds using pinned public keys with out-of-band fingerprint validation \n Provides guarded skill ins
docker
bobmatnyc/claude-mpm-skills · Cloud
Containerize applications with isolated, portable units ensuring consistency across development, testing, and production. \n \n Supports three core workflows: local development with hot-reload volumes, CI/CD image building and testing, and production deployment with health checks and resource limits \n Includes multi-stage builds to optimize image size, layer caching strategies, and .dockerignore patterns for faster builds \n Docker Compose enables multi-container applications with service depen
cloudbase-document-database-web-sdk
tencentcloudbase/skills · Cloud
CloudBase document database Web SDK for querying, creating, updating, and deleting data in web applications. \n \n Supports CRUD operations, complex queries with operators (gt, gte, lt, lte, eq, neq, in, nin), and method chaining for filtering, sorting, and field selection \n Includes pagination via skip/limit, aggregation pipelines, geolocation queries, and real-time data synchronization with watch() listeners \n Requires SDK initialization with environment ID and authentication before database
cloud-cost-management
aj-geddes/useful-ai-prompts · Cloud
Cloud cost management involves monitoring, analyzing, and optimizing cloud spending. Implement strategies using reserved instances, spot pricing, proper sizing, and cost allocation to maximize ROI and prevent budget overruns.
auth-web-cloudbase
tencentcloudbase/skills · Cloud
Web frontend authentication with multiple login methods and complete user management for CloudBase. \n \n Supports 8 login methods: phone/email OTP, password, anonymous, OAuth (Google/WeChat), custom ticket, and anonymous account upgrade \n Includes full user management: sign out, profile updates, password changes, identity linking/unlinking, and account deletion \n Built-in auth state listeners and session management with access token retrieval for API calls \n Compatible with @cloudbase/js-sdk
gws-cloudidentity
googleworkspace/cli · Cloud
Manage Google Cloud Identity groups, devices, memberships, and inbound SSO profiles via CLI. \n \n Covers six resource categories: customers, devices, groups, inbound OIDC/SAML SSO profiles, and SSO assignments \n Device operations include creation, deletion, wiping, and user management; group operations support CRUD, search, lookup, and security settings \n SSO profile management supports OIDC and SAML configurations with multi-party approval workflows for sensitive actions \n Requires Google W
azure-image-builder
hashicorp/agent-skills · Cloud
Build Azure managed images and Azure Compute Gallery images using Packer's azure-arm builder.
cloud-functions
tencentcloudbase/skills · Cloud
Complete guide for developing, deploying, and managing CloudBase cloud functions with Event and HTTP types. \n \n Supports two function types: Event Functions (Node.js, event-driven) and HTTP Functions (Node.js/Python/Go/Java, web services on port 9000) \n Runtime is immutable after creation; must select correct Node.js version during initial deployment or delete and recreate to change \n HTTP Functions require scf_bootstrap startup script with execute permissions and LF line endings; Event Func
cloud-storage-web
tencentcloudbase/skills · Cloud
Web-based file upload, download, and management for CloudBase cloud storage via the JavaScript SDK. \n \n Supports four core operations: uploading files from browsers with progress tracking, generating temporary download URLs, deleting files, and downloading to local storage \n Requires CORS configuration in CloudBase console; add your frontend domain to security domains to prevent errors \n Uses file IDs in the format cloud://env-id/path/filename and supports folder hierarchies with / separator