Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

cinience/alicloud-skills

203 skills34.7k installs80.4k starsGitHub

Install

npx skills add https://github.com/cinience/alicloud-skills

Skills in this repo

1Alicloud Ai Audio Tts Voice Clonealicloud-ai-audio-tts-voice-clone is an integration skill from cinience/alicloud-skills that guides developers through Alibaba Cloud voice-cloning TTS setup for branded or user-specific speech synthesis. The skill covers API authentication, voice sample upload, clone model configuration, and streaming or batch audio output for mobile apps, dubbing pipelines, and conversational agents that need consistent branded voices. Developers reach for alicloud-ai-audio-tts-voice-clone when replacing generic TTS with cloned voices for product demos, localized dubbing, or personalized voice assistants on Alibaba Cloud infrastructure. Output includes integration code sketches, API call sequences, audio pipeline wiring, and configuration checklists for production speech endpoints.397installs2Alicloud Ai Image Qwen ImageImplements Alibaba Cloud Qwen text-to-image generation: prompt tuning, API parameters, async jobs, asset delivery, and app integration patterns for SaaS and content products needing on-demand visuals.366installs3Alicloud Observability Sls Log Queryalicloud-observability-sls-log-query is a cinience/alicloud-skills observability skill for Alibaba Cloud Log Service (SLS). It composes SLS query clauses like `status:500` with optional analysis clauses such as `* | SELECT status, count(*) AS pv GROUP BY status`, then executes searches via the Python SDK or bundled scripts. Configuration requires five environment variables: ALIBABA_CLOUD_ACCESS_KEY_ID, ALIBABA_CLOUD_ACCESS_KEY_SECRET, SLS_ENDPOINT, SLS_PROJECT, and SLS_LOGSTORE. Two helper scripts—query_logs.py and troubleshoot.py—support `--last-minutes`, `--limit`, and parallel logstore queries. Developers reach for this skill during AliCloud production incidents when they need agent-driven error aggregation, audit log review, or latency investigation instead of manual SLS console queries.340installs4Alicloud Ai Multimodal Qwen Vlalicloud-ai-multimodal-qwen-vl is a Claude Code skill from cinience/alicloud-skills that connects coding agents to Alibaba Cloud DashScope Qwen-VL models such as qwen3-vl-plus and qwen3-vl-flash. The skill documents a normalized multimodal.chat interface accepting prompt, image URL or path, optional JSON schema extraction, and retry settings, plus a bundled analyze_image.py script that saves raw and normalized responses. Developers reach for alicloud-ai-multimodal-qwen-vl when building screenshot understanding, chart reading, visual Q&A, or OCR-like extraction workflows inside the Alibaba Cloud ecosystem instead of Western vision APIs. Authentication uses DASHSCOPE_API_KEY or ~/.alibabacloud/credentials, and the parent repo ships dozens of related Model Studio skills grouped under ai/multimodal.337installs5Alicloud Ai Image Qwen Image Editalicloud-ai-image-qwen-image-edit is a Claude Code skill from cinience/alicloud-skills that integrates Alibaba Cloud Qwen image editing APIs into agent workflows. The skill covers inpainting masked regions, outpainting canvas extensions, background replacement, and prompt-guided transformations on user-uploaded images. Developers reach for it when building apps, internal tools, or automation pipelines that must send images to Qwen edit endpoints with correct parameters, auth, and response handling instead of manual console uploads. Sessions typically wire upload handlers, construct edit prompts, choose edit modes, and parse returned image assets. Use alicloud-ai-image-qwen-image-edit when Alicloud credentials are available and you need repeatable, code-backed image edit calls from Claude Code or Cursor during feature development. Parameter guidance covers mask regions for inpainting, canvas bounds for outpainting, and response parsing for edited PNG or JPEG assets. The skill keeps Alicloud credential handling and retry logic inside the integration layer agents generate.335installs6Alicloud Ai Audio Ttsalicloud-ai-audio-tts is an agent skill from cinience/alicloud-skills for generating speech with Model Studio DashScope Qwen TTS models such as qwen3-tts-flash and qwen3-tts-instruct-flash. It documents a normalized tts.generate interface with text, voice, language_type, optional instruction, and stream flags, returning audio_url or 24 kHz Base64 PCM chunks. Setup uses the dashscope Python SDK, DASHSCOPE_API_KEY or ~/.alibabacloud/credentials, and Beijing or Singapore API base URLs. The skill covers batch narration for short drama or news voice lines, streaming decode guidance, caching by text and voice, and output under output/aliyun-qwen-tts/audio/. Use it when adding server-side TTS to agents, media tools, or automated content pipelines on Alibaba Cloud.314installs7Alicloud Ai Video Wan Videoalicloud-ai-video-wan-video is an Alibaba Cloud skill from cinience/alicloud-skills for wiring WAN model text-to-video and prompt-to-video generation into application backends and AI agents. It targets developers building media features who want managed cloud video APIs instead of self-hosted diffusion pipelines. Use it when an agent or service must submit generation prompts, handle asynchronous video jobs, and return hosted video assets through Alibaba Cloud's WAN video product. The skill fits products that combine LLM prompt orchestration with managed media output where operational overhead of custom GPU infrastructure is undesirable.307installs8Alicloud Ai Audio Tts Voice Clone Testalicloud-ai-audio-tts-voice-clone-test is an agent skill in cinience/alicloud-skills focused on validating Alibaba Cloud voice-clone outputs before enabling cloned-voice TTS in products. It complements the aliyun-qwen-tts-voice-clone skill, which clones timbre using DashScope models such as qwen3-tts-vc-2026-01-22 and qwen3-tts-vc-realtime-2026-01-15 with the dashscope SDK and DASHSCOPE_API_KEY. The test skill checks synthesized audio against reference speakers, quality thresholds, and consent-policy requirements so teams do not ship mismatched or non-compliant cloned voices. Developers reach for alicloud-ai-audio-tts-voice-clone-test when integrating Model Studio voice cloning and needing pre-production verification of enrollment samples, voice_id persistence, and synthesis fidelity.304installs9Alicloud Ai Multimodal Qwen Vl Testalicloud-ai-multimodal-qwen-vl-test is a Claude Code skill for ML and backend developers integrating Alibaba Cloud Qwen-VL vision-language models who need repeatable endpoint validation before shipping multimodal features. The skill runs regression tests against Qwen-VL multimodal API endpoints, checking image prompt handling, response latency, and output quality against expected baselines. Developers reach for it when updating model versions, changing prompt templates, or tuning inference parameters and they need confidence that image understanding still meets release thresholds. It targets teams building document OCR, visual QA, or image-captioning pipelines on Alicloud who cannot afford silent quality regressions between deploys.301installs10Alicloud Ai Video Wan R2v Testalicloud-ai-video-wan-r2v-test wraps the cinience/alicloud-skills aliyun-wan-r2v provider skill for pre-production validation of Alibaba Cloud Model Studio reference-to-video generation. Test exact model strings wan2.6-r2v-flash and wan2.6-r2v using the DashScope Python SDK with DASHSCOPE_API_KEY or ~/.alibabacloud/credentials. Run prepare_r2v_request.py to build normalized video.generate_reference payloads with prompt, reference_video, optional reference_image, duration, fps, size, and seed. Validation executes py_compile on helper scripts and writes evidence to output/aliyun-wan-r2v/ including request metadata, polling snapshots at 15–20s intervals, and final video_url results. Four-step workflow: confirm region and intent, run a minimal read-only connectivity check, execute bounded generation, verify and save artifacts. Use before integrating R2V into video-agent pipelines.299installs11Alicloud Ai Video Wan Video Testalicloud-ai-video-wan-video-test validates the cinience/alicloud-skills aliyun-wan-video provider skill for Alibaba Cloud Model Studio text-to-video and image-to-video generation. Test eight official Wan model strings including wan2.6-t2v, wan2.6-i2v-flash, wan2.6-i2v, wan2.2-t2v-plus, and regional variants via DashScope VideoSynthesis Python SDK. Normalized video.generate requests map prompt, negative_prompt, duration, fps, size (e.g. 1280*720), seed, reference_image, and motion_strength; i2v models require img_url while t2v models omit it. Validation runs py_compile on generate_video.py and stores task IDs, polling responses, and video URLs in output/aliyun-wan-video/. Async workflows use VideoSynthesis.async_call plus wait or manual polling. Reach for this skill before publishing generated clips in video-agent pipelines or when verifying DashScope auth and render quality.299installs12Alicloud Database Rds Supabase Testalicloud-database-rds-supabase-test is an integration-testing skill from the cinience/alicloud-skills collection for developers wiring Alibaba Cloud RDS alongside Supabase-compatible database layers. The skill walks through connectivity checks, migration validation, and query-path verification so API services fail fast in staging instead of production. Developers reach for it when a release candidate must prove that connection strings, schema migrations, and read/write queries work end-to-end across AliCloud RDS and Supabase-compatible endpoints. It fits backend teams shipping SaaS or internal tools that split managed cloud databases with Supabase-style client libraries.298installs13Alicloud Ai Entry Modelstudio Matrix Testalicloud-ai-entry-modelstudio-matrix-test is a Claude Code skill for teams integrating Alibaba Cloud Model Studio who must prove every entry path and model configuration works before launch. The skill runs matrix-style checks across routing, authentication, and response contracts so regressions surface in CI or agent sessions instead of production. Developers use alicloud-ai-entry-modelstudio-matrix-test when wiring new models, changing API gateways, or validating auth flows across environments. It fits backend and ML engineers preparing AI features that depend on Model Studio endpoints with multiple model variants or regional entry points. Reach for it during pre-release QA, integration hardening, or when a single happy-path test is insufficient for configuration coverage.297installs14Alicloud Data Lake Dlf Next Testalicloud-data-lake-dlf-next-test is a Claude Code skill for data teams adopting Alibaba Cloud DLF Next who must prove catalog, ingestion, and pipeline paths work before analytics jobs go live. The skill runs verification steps across data lake operations so broken permissions, ingestion routes, or pipeline configs surface during pre-release checks. Developers reach for alicloud-data-lake-dlf-next-test when onboarding a new lakehouse, changing catalog policies, or hardening ETL dependencies on DLF Next. It suits data engineers and platform teams running Spark, SQL, or batch pipelines that read from governed catalogs. Use it before promoting analytics workloads, after infrastructure changes, or when staging environments need parity with expected production lake behavior.297installs15Alicloud Storage Oss Ossutil Testalicloud-storage-oss-ossutil-test is a Claude Code skill for teams using Alibaba Cloud Object Storage Service who need repeatable ossutil-based checks before release. The skill validates bucket configuration, ACL policies, lifecycle rules, and object upload or download paths so storage integration issues surface early. Developers reach for alicloud-storage-oss-ossutil-test when wiring file uploads, static assets, or backup targets to OSS during CI or agent-driven integration tests. It fits backend engineers and DevOps staff who already use ossutil CLI and want guided verification instead of ad hoc commands. Use it during pre-release storage QA, ACL audits, or when lifecycle policy mistakes could cause unexpected deletion or cost spikes.297installs16Alicloud Ai Entry Modelstudio Testalicloud-ai-entry-modelstudio-test is an agent skill in cinience/alicloud-skills that regression-tests Alibaba Cloud Model Studio integrations before release or upstream model upgrades. The skill structures prompt fixture runs, response assertion checks, latency thresholds, and failure-scenario validation so engineering teams catch breaking changes in AI entry endpoints, token limits, streaming behavior, or authentication flows early. Developers reach for alicloud-ai-entry-modelstudio-test when DashScope or Model Studio SDK calls power chat features, embedding pipelines, or agent tools and need repeatable harnesses rather than manual curl probes before each deploy. The skill follows the alicloud-skills OpenAPI workflow pattern: confirm region and credentials, discover required parameters, execute test calls, and verify outcomes with describe or list APIs. Install via cinience/alicloud-skills through the skills CLI so Claude Code or Cursor sessions generate Model Studio test cases aligned with Alibaba Cloud SDK and OpenAPI Explorer conventions during pre-release QA.296installs17Alicloud Compute Ecs Testalicloud-compute-ecs-test is an agent skill in cinience/alicloud-skills that validates Alibaba Cloud ECS deployments before production release using health checks, smoke tests, failover scenarios, and infrastructure test harnesses. The skill guides agents through OpenAPI-driven workflows to confirm instance status, load balancer readiness, autoscaling behavior, and recovery paths after simulated failures so teams catch misconfigured security groups, stale AMIs, or broken startup scripts early. Developers reach for alicloud-compute-ecs-test when ECS-backed services need automated pre-release verification beyond manual console checks, especially before blue-green cutovers or region migrations. The skill follows the alicloud-skills pattern documented across the repository: confirm region and resource identifiers, discover required API parameters, execute calls via SDK or OpenAPI Explorer, and verify results with describe or list endpoints. Install through cinience/alicloud-skills so Claude Code or Cursor sessions produce repeatable ECS smoke and failover tests aligned with Alibaba Cloud RPC API conventions during ship-phase infrastructure QA.296installs18Alicloud Ai Image Qwen Image Edit Testalicloud-ai-image-qwen-image-edit-test is a minimal viable test skill in cinience/alicloud-skills that validates the alicloud-ai-image-qwen-image-edit integration path before production use. The test opens the target skill SKILL.md, runs one minimal request through prepare_edit_request.py with DashScope SDK, and records request summary, response summary, and pass or fail reasons under output/ai-image-qwen-image-edit/. Pass criteria require the script to return ok true and generate request.json evidence. The parent skill supports Qwen Image Edit models including qwen-image-edit, qwen-image-edit-plus, qwen-image-edit-max, and qwen-image-2.0 series snapshots with prompt, image, optional mask, and size parameters. Developers reach for this smoke test after configuring DASHSCOPE_API_KEY, before wiring image-edit into agent workflows, or when debugging auth and region failures on Alibaba Cloud Model Studio.295installs19Alicloud Platform Openapi Product Api Discovery Testalicloud-platform-openapi-product-api-discovery-test is a minimal viable test skill in cinience/alicloud-skills that sanity-checks the Alibaba Cloud OpenAPI product discovery pipeline before full sweeps. The test runs one product source scrape script, executes the merge script, and limits metadata collection with OPENAPI_META_MAX_PRODUCTS=1 so output/product-scan/ receives minimal result files. It targets the parent alicloud-platform-openapi-product-api-discovery skill that reconciles catalogs from Ticket System ListProducts, Support & Service ListProductByGroup, and BSS OpenAPI QueryProductList sources. Developers need ALICLOUD_ACCESS_KEY_ID and ALICLOUD_ACCESS_KEY_SECRET configured. Reach for this test when building or maintaining AliCloud API catalog automation, after changing discovery scripts, or before running large openapi-meta product and API doc fetches across regions.295installs20Alicloud Security Kms Testalicloud-security-kms-test is a minimal viable test skill in cinience/alicloud-skills that validates read-only connectivity to Alibaba Cloud Key Management Service before production secrets workflows. The test confirms OpenAPI metadata for KMS product code Kms at API version 2016-01-20, then executes one read-only query such as ListKeys and records request ID, return count, and error codes if permissions fail. Prerequisites include ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, and ALICLOUD_REGION_ID. Pass means the read query succeeds or returns an explicit permission error developers can remediate. Developers reach for this test after configuring KMS credentials, before wiring encryption into apps, or when debugging key policy and rotation issues on regulated workloads.295installs21Alicloud Ai Audio Tts Testalicloud-ai-audio-tts-test is part of cinience/alicloud-skills and targets Alibaba Cloud AI audio TTS integrations. The skill guides agents through repeatable test procedures—synthesis quality checks, latency measurement, and regression passes against speech API endpoints—so voice features do not ship blind. Developers reach for alicloud-ai-audio-tts-test when wiring AliCloud TTS into apps or agents and need verifiable pass/fail criteria before production rollout.294installs22Alicloud Ai Misc Crawl And Skill Testalicloud-ai-misc-crawl-and-skill-test belongs to cinience/alicloud-skills and validates agent pipelines that combine crawling with AliCloud AI skill execution. The skill drives end-to-end runs—fetching web content, parsing results, and confirming correct skill triggers—so broken retrieval or invocation surfaces before production. Developers reach for it when maintaining a catalog of Alibaba Cloud agent skills and need repeatable smoke or regression coverage across crawl-plus-skill workflows.294installs23Alicloud Data Lake Dlf Testalicloud-data-lake-dlf-test is an AliCloud skills entry for Data Lake Formation (DLF) platforms on Alibaba Cloud. The skill structures verification of lake catalogs, ingestion jobs, and pipeline stages so data teams catch misconfigured tables or failed jobs pre-production. Developers reach for alicloud-data-lake-dlf-test when standing up or upgrading DLF-backed analytics and need agent-executable checklists instead of ad hoc console clicking.294installs24Alicloud Observability Sls Log Query Testalicloud-observability-sls-log-query-test is part of cinience/alicloud-skills and focuses on Alibaba Cloud Simple Log Service (SLS). The skill helps agents construct log queries, validate query results, and confirm audit or health signals during incident response or routine ops reviews. Developers reach for it when debugging production services on AliCloud and need repeatable SLS query patterns instead of manual console trial and error.294installs25Alicloud Ai Audio Tts Realtime Testalicloud-ai-audio-tts-realtime-test is a Testing & QA skill in cinience/alicloud-skills for validating Alibaba Cloud real-time text-to-speech before voice agents go live. The workflow exercises streaming TTS endpoints to verify sub-second latency, continuous audio output, reconnect behavior after dropped connections, and playback stability under load. Developers reach for this skill when a conversational agent depends on live speech synthesis and flaky streams would break user trust in production. Tests assume Alibaba Cloud credentials and an existing TTS integration rather than greenfield SDK setup. Catalog data shows 293 installs. Use it after wiring realtime TTS and before approving a voice-agent release candidate.293installs26Alicloud Ai Audio Tts Voice Design Testalicloud-ai-audio-tts-voice-design-test is a Testing & QA skill in cinience/alicloud-skills for validating custom Alibaba Cloud TTS voices before they reach end users. The workflow sends varied prompts through designed voice profiles to check pronunciation accuracy, tonal consistency, and output stability across sentence types and domains. Developers reach for this skill after voice design work and before enabling a custom persona in a production conversational agent or IVR flow. Tests assume Alibaba Cloud TTS voice-design APIs are configured and a candidate voice profile exists. Catalog data shows 293 installs. Use it when a branded or character voice must sound reliable across diverse real-world prompts.293installs27Alicloud Security Center Sas Testalicloud-security-center-sas-test is a Security skill in cinience/alicloud-skills for running Security Center (SAS) validation on Alibaba Cloud workloads before release. The workflow executes SAS checks to surface open vulnerabilities, resource misconfigurations, and compliance gaps that would block production approval. Developers reach for this skill during pre-release security gates on ECS, ACK, or other Alibaba Cloud-hosted services. Tests assume Security Center is enabled and the target account or resource group is in scope. Catalog data shows 293 installs. Use it when a release checklist requires documented SAS findings rather than ad-hoc console review.293installs28Alicloud Security Cloudfw Testalicloud-security-cloudfw-test is a Security skill in cinience/alicloud-skills for validating Alibaba Cloud firewall configuration before release or after network changes. The workflow reviews firewall rules, policies, and traffic controls to catch overly permissive rules, conflicting policies, and exposure paths that would leave workloads reachable from unintended networks. Developers reach for this skill after VPC or security-group edits and before approving a deployment that depends on strict ingress and egress boundaries. Tests assume Cloud Firewall or equivalent Alibaba Cloud network security services are in scope for the target environment. Catalog data shows 293 installs. Use it when a network change requires documented firewall validation rather than manual console spot checks.293installs29Alicloud Network Dns Cli Testalicloud-network-dns-cli-test is an agent skill from cinience/alicloud-skills for validating Alibaba Cloud DNS and network settings from the command line. Developers use it before domain cutover, CDN changes, or customer-facing launches when misconfigured records would cause outages or split traffic. The skill follows the alicloud-skills service pattern: confirm region and resource identifiers, discover required OpenAPI parameters, execute CLI or SDK calls, and verify outcomes with describe or list APIs. Reach for it when you need repeatable DNS resolution checks and routing confirmation rather than ad hoc dashboard clicks.292installs30Alicloud Ai Image Qwen Image Testalicloud-ai-image-qwen-image-test is a Cinience Alibaba Cloud skill for pre-release validation of Qwen image and image-edit API pipelines. It guides developers through fixed prompt suites, visual difference thresholds against baselines, latency budget checks, and deliberate failure injection so regressions surface before production deploys. Teams building on Alibaba Cloud generative image APIs reach for this skill when they need repeatable visual QA rather than ad-hoc manual screenshot checks. The workflow targets API integrators and agent builders who must prove edit chains, generation quality, and error handling under realistic fault conditions. Pair it with broader Alicloud OpenAPI skills when backup or unrelated service READMEs appear in the repository index.290installs31Alicloud Ai Translation Anytransalicloud-ai-translation-anytrans is version 1.0.0 in cinience/alicloud-skills for Alibaba Cloud TongyiTranslate with product code AnyTrans and default API version 2025-07-07. The skill follows metadata-first discovery via list_openapi_meta_apis.py, then calls List/Describe, Create/Update, and Get/Query APIs using ALIBABACLOUD_ACCESS_KEY_ID, ALIBABACLOUD_ACCESS_KEY_SECRET, and optional ALIBABACLOUD_REGION_ID or ~/.alibabacloud/credentials. Artifacts save under output/aliyun-anytrans-translate/ with region and resource IDs for reproducibility. Developers reach for alicloud-ai-translation-anytrans when wiring managed translation into agents, backends, or multilingual content pipelines on Alibaba Cloud without hand-writing RPC request schemas.289installs32Alicloud Ai Audio Asralicloud-ai-audio-asr is a cinience/alicloud-skills agent workflow that integrates Alibaba Cloud automatic speech recognition to transcribe user audio in voice agents, support tools, meeting apps, and hands-free product workflows. The skill guides SDK or API setup, authentication against Alibaba Cloud AI services, audio format handling, and callback or streaming patterns so agents receive reliable text transcripts from microphone or file input. Developers invoke alicloud-ai-audio-asr when building Mandarin or multilingual voice interfaces, customer-support bots, or meeting capture features that must run on Alibaba Cloud rather than generic cloud STT providers. The skill fits backend and agent engineers embedding ASR into Node, Python, or mobile clients who need vendor-specific request signing, endpoint selection, and error handling spelled out. alicloud-ai-audio-asr complements other alicloud-skills for vision or LLM services when products combine speech input with downstream language model reasoning. Reach for it during PRD-to-code phases where audio ingestion, batch transcription, and realtime partial results must land in production services.285installs33Alicloud Ai Audio Tts Voice Designalicloud-ai-audio-tts-voice-design is part of cinience/alicloud-skills and walks developers through Alibaba Cloud's TTS voice-design endpoints to define custom synthetic voices instead of default system presets. The skill covers API authentication, voice parameter tuning, persona localization, and wiring generated voice profiles into assistants, IVR trees, or multimodal agents that need consistent brand timbre. Backend developers reach for this skill when shipping Mandarin or multilingual voice products on Alibaba Cloud rather than generic OpenAI or ElevenLabs stacks. It pairs with other alicloud-skills modules for a cohesive China-region cloud integration playbook inside Claude Code sessions.284installs34Alicloud Data Analytics Dataanalysisgbialicloud-data-analytics-dataanalysisgbi belongs to cinience/alicloud-skills and documents how to connect applications to Alibaba Cloud DataAnalysis GBI for natural-language or generative queries against managed datasets. The skill covers authentication, query patterns, embedding GBI responses in dashboards, and exposing analytics tools to LLM agents that need governed business metrics instead of ad-hoc SQL. Data and full-stack developers reach for it when shipping China-region analytics features on Alibaba Cloud rather than wiring Looker, Metabase, or BigQuery conversational layers. It complements other alicloud data skills for end-to-end cloud analytics integration inside agent-assisted development workflows.284installs35Alicloud Storage Oss Ossutilalicloud-storage-oss-ossutil is a cloud infrastructure skill for Claude Code that helps developers connect applications to Alibaba Cloud Object Storage Service using the ossutil CLI. The skill covers bucket creation, object upload and sync, ACL policy configuration, and wiring OSS into deploy-time asset pipelines so static files and build artifacts land in the right buckets. It is aimed at backend and full-stack engineers shipping on Alibaba Cloud who need repeatable OSS commands and policy patterns instead of piecing together console steps. Use alicloud-storage-oss-ossutil when you are adding file storage, CDN-backed assets, or CI upload steps to a service that must run on Aliyun OSS.283installs36Alicloud Ai Audio Asr Testalicloud-ai-audio-asr-test is a minimal viable test skill in cinience/alicloud-skills for non-realtime speech recognition. It verifies only that the ASR request chain works: authenticate, send one small audio job, and record pass or fail without guessing parameters. The recommended command runs `transcribe_audio.py` against a public welcome.mp3 with `--model qwen3-asr-flash --print-response`. Results follow a dated template noting skill path, conclusion, and error details. The parent skill documents five Qwen ASR model strings including sync and async filetrans variants. Reach for alicloud-ai-audio-asr-test when wiring DashScope ASR and need a sanity check before building UI or batch pipelines. Skip it for production transcription features—use aliyun-qwen-asr instead.280installs37Alicloud Compute Ecsalicloud-compute-ecs maps to the aliyun-ecs-manage skill in cinience/alicloud-skills for Alibaba Cloud Elastic Compute Service. It guides RPC OpenAPI calls and Python SDK workflows to list, create, start, stop, and troubleshoot instances, plus disks, snapshots, images, security groups, ENIs, and key pairs. Bundled scripts include `list_instances_all_regions.py`, `query_instance_usage.py`, and `run_remote_command.py` with outputs under `output/aliyun-ecs-manage/`. Auth follows `ALIBABACLOUD_ACCESS_KEY_ID` env vars or `~/.alibabacloud/credentials`, and DescribeInstances uses PageNumber or NextToken pagination. Reach for alicloud-compute-ecs when provisioning Alicloud VMs or auditing multi-region ECS inventory. Skip it for non-Alibaba clouds or serverless-only stacks without ECS.280installs38Alicloud Ai Chatbotalicloud-ai-chatbot is an integration skill for wiring Alibaba Cloud Model Studio and Bailian APIs into software products. It guides authentication, endpoint configuration, prompt and session handling, and embedding conversational flows inside agent workflows, customer support bots, and in-app assistants. Developers use it when building on Alibaba Cloud and need a structured path from API credentials to working chat experiences rather than reading scattered console docs. The skill emphasizes production-oriented patterns: session continuity, error handling around model calls, and fitting LLM responses into existing app architecture on the Alibaba stack.279installs39Alicloud Platform Aliyun Clialicloud-platform-aliyun-cli is a Cloud & Infrastructure skill from cinience/alicloud-skills that wraps the official Alibaba Cloud CLI for agent-driven operations. Developers use it to authenticate sessions, enumerate cloud resources, and execute service-specific aliyun commands during implementation or incident response. The skill enables coding agents to automate cross-product Alibaba Cloud workflows—provisioning checks, resource listing, and scripted administration—without hand-typing CLI flags. Reach for alicloud-platform-aliyun-cli when building or operating workloads on Aliyun and you want agents to run verified CLI patterns instead of improvising API calls. It fits teams standardized on the aliyun binary for ECS, OSS, RDS, and other Alibaba services.278installs40Alicloud Database Analyticdb Mysqlalicloud-database-analyticdb-mysql maps to the aliyun-adb-mysql skill (version 1.0.0) in cinience/alicloud-skills for Alibaba Cloud AnalyticDB for MySQL. It uses product code adb and default API version 2021-12-01 with RPC OpenAPI calls through official SDKs or OpenAPI Explorer. The workflow covers region selection, List/Describe inventory, Create/Update/Modify mutations, and Get/Query status troubleshooting, with credentials from ALIBABACLOUD_ACCESS_KEY_ID and ALIBABACLOUD_ACCESS_KEY_SECRET. A metadata-first script lists APIs before business calls and writes artifacts under output/aliyun-adb-mysql/. Use it when standing up OLAP clusters for event analytics, BI dashboards, or reporting pipelines that should stay off primary OLTP databases.277installs41Alicloud Ai Search Opensearchalicloud-ai-search-opensearch is an agent skill from cinience/alicloud-skills focused on API and SDK usage—no console walkthroughs. It uses the alibabacloud-ha3engine Python package to push documents with push_documents and run HA or SQL-style searches for hybrid keyword plus vector retrieval in production apps. Configuration is environment-driven across OPENSEARCH_ENDPOINT, OPENSEARCH_INSTANCE_ID, OPENSEARCH_USERNAME, OPENSEARCH_PASSWORD, OPENSEARCH_DATASOURCE, plus optional OPENSEARCH_PK_FIELD and OPENSEARCH_CLUSTER defaults. Developers reach for this skill when wiring catalog search, documentation lookup, support knowledge bases, or RAG pipelines on Alibaba Cloud. Queries larger than 30KB should use the RESTful search API instead of inline HA query strings.276installs42Alicloud Platform Openapi Product Api Discoveryalicloud-platform-openapi-product-api-discovery is an Alibaba Cloud (Aliyun) integration skill that helps developers discover the correct OpenAPI products, versions, and action names before they wire SDK calls, automation scripts, or agent tools against live services. alicloud-platform-openapi-product-api-discovery is used when Alibaba Cloud documentation is fragmented across services or when SDK method names do not obviously map to the needed OpenAPI action. Developers reach for alicloud-platform-openapi-product-api-discovery while building infrastructure automation, provisioning flows, compliance tooling, or service integrations that depend on precise API identifiers. alicloud-platform-openapi-product-api-discovery is especially useful as a “pre-flight” step to reduce trial-and-error requests and mismatched endpoint/action errors.275installs43Alicloud Compute Fc Agentrunalicloud-compute-fc-agentrun is a version 1.0.0 AI coding skill in cinience/alicloud-skills that guides developers through Alibaba Cloud Function Compute AgentRun OpenAPI (ROA) workflows for deploying and operating serverless AI agents. The skill bundles three Python scripts—quickstart.py, runtime_flow.py, and cleanup_runtime.py—plus four reference documents covering regional endpoints, a 56-operation API overview, and SDK guidance. A five-step workflow selects a regional agentrun.cn-*.aliyuncs.com endpoint, creates and publishes an agent runtime, provisions runtime endpoints, optionally configures sandbox templates and model services, and wires credentials and memory collections. Developers reach for alicloud-compute-fc-agentrun when they need programmatic control over AgentRun runtimes, sandboxes, model proxies, memory, and credentials instead of console-only setup, or when troubleshooting requires querying live resource status. Generated artifacts are stored under output/aliyun-fc-agentrun/ including API response summaries and py_compile validation output.273installs44Alicloud Media Video Translationalicloud-media-video-translation is a Claude Code skill from cinience/alicloud-skills for integrating Alibaba Cloud managed video translation services. It helps developers add dubbing, subtitling, and cross-language video localization to apps or agent workflows using Alicloud multimodal media APIs. Developers reach for it when building localization pipelines that process video assets at scale without training custom translation models. The skill covers API integration patterns for agents and backend services that translate or repackage video for new markets.273installs45Alicloud Security Content Moderation Greenalicloud-security-content-moderation-green is a Claude Code skill from cinience/alicloud-skills for integrating Alibaba Cloud Green content moderation. It helps developers screen text, images, and user-generated content for policy violations, spam, and illegal material via managed Green APIs. Teams invoke it when building social, marketplace, or community features that require automated moderation before publishing UGC. The skill covers API integration patterns for pre-publish checks and compliance guardrails in user-facing applications on Alibaba Cloud.273installs46Alicloud Ai Audio Tts Realtimealicloud-ai-audio-tts-realtime is a version 1.0.0 Cinience agent skill for Alibaba Cloud Model Studio Qwen realtime text-to-speech. It supports five exact model strings—including qwen3-tts-flash-realtime and instruction-controlled variants—via the dashscope SDK in a Python virtual environment with DASHSCOPE_API_KEY authentication. The normalized tts.realtime interface accepts text, voice, optional instruction and sample_rate, returning audio_base64_pcm_chunks over websocket streaming. Developers reach for this skill when building voice agents, live assistants, or interactive apps needing immediate spoken responses rather than batch TTS. A bundled realtime_tts_demo.py script probes SDK compatibility, supports --strict CI gating, and can fallback to non-realtime models. Output lands in output/ai-audio-tts-realtime/audio/ with py_compile validation scripts. Operational guidance keeps utterances short for lower latency and instructions concise on instruct models.272installs47Alicloud Ai Entry Modelstudioalicloud-ai-entry-modelstudio is a version 1.0.0 Cinience entry skill that routes ambiguous Alibaba Cloud Model Studio requests to the right local capability skill without duplicating API parameters. Its routing table maps roughly 30 needs—from Qwen text generation and coder repos to Wan video, Qwen TTS/ASR, embeddings, vector search, and multimodal OCR—to existing skills/ai/ subdirectories. Developers reach for this skill when a user asks for Model Studio without specifying text, image, audio, or video, or when onboarding requires dashscope SDK setup with DASHSCOPE_API_KEY and a first read-only connectivity probe. The skill asks four clarifying questions about modality, task type, speech versus retrieval needs, and whether runnable scripts or API guidance are wanted. It includes async task polling templates with 15–20 second intervals and documents common gaps like image translation still missing from the repo.272installs48Alicloud Ai Video Wan R2valicloud-ai-video-wan-r2v is a version 1.0.0 Cinience agent skill for Alibaba Cloud Model Studio Wan reference-to-video (R2V) generation—distinct from single-image i2v flows. It supports two exact model strings, wan2.6-r2v-flash for lower latency and wan2.6-r2v, via the dashscope Python SDK with DASHSCOPE_API_KEY authentication. The normalized video.generate_reference interface accepts prompt, reference_video, optional reference_image, duration, fps, size, and seed, returning video_url and task_id for async jobs. Developers reach for this skill when building products or agents that create video from reference material while preserving character style across shots. A prepare_r2v_request.py helper validates request JSON, async polling runs at 15–20 second intervals until SUCCEEDED, and outputs land in output/aliyun-wan-r2v/videos/. Validation uses py_compile on bundled scripts with evidence snapshots saved for reproducibility.272installs49Alicloud Ai Image Zimage Turboalicloud-ai-image-zimage-turbo is a cinience/alicloud-skills integration skill for Alibaba Cloud Z-Image Turbo image generation. It helps developers add fast text-to-image endpoints when products need real-time previews, bulk marketing asset creation, or low-latency creative tooling inside web and mobile experiences. The skill guides agent sessions through Alibaba Cloud image API wiring so engineering teams can prototype thumbnails, in-app media, and batch creative outputs without hand-assembling vendor documentation during sprints. Developers reach for alicloud-ai-image-zimage-turbo when generative image features must stay responsive under user interaction rather than waiting on slow batch renders. Pair it with sibling alicloud image skills when pipelines also need Qwen edit endpoints or post-generation storage on OSS. The catalog lists 271 installs on skills.sh for this Z-Image Turbo integration entry in the alicloud-skills collection. Plan quota, content safety, and CDN delivery paths before exposing turbo generation directly to end users.271installs50Alicloud Ai Search Milvusalicloud-ai-search-milvus is a cinience/alicloud-skills skill for deploying and querying Milvus vector search on Alibaba Cloud. It helps developers stand up embedding indexes and similarity query paths that power chatbots, recommendation engines, and document intelligence features at scale. The skill guides agent sessions through Milvus provisioning, collection setup, and query integration so engineering teams can add RAG retrieval without reverse-engineering Alibaba Cloud vector service docs during implementation sprints. Developers reach for alicloud-ai-search-milvus when semantic search, nearest-neighbor retrieval, or filtered vector queries must back production AI features on Alibaba infrastructure. Pair it with embedding pipeline skills when documents must be chunked and vectorized before Milvus ingestion. The catalog lists 271 installs on skills.sh for this Milvus integration entry within the alicloud-skills data and AI search collection. Tune index types, dimensionality, and filter fields early to avoid costly reindexing after launch.271installs51Alicloud Backup Hbralicloud-backup-hbr is a cinience/alicloud-skills skill for Alibaba Cloud Hybrid Backup Recovery (HBR) configuration. It helps developers protect ECS instances, managed databases, and file systems with scheduled backup jobs and disaster recovery policies so production data survives accidental deletion, region issues, or corruption events. The skill guides agent sessions through HBR lifecycle operations such as resource protection setup, policy scheduling, and recovery planning aligned to Alibaba Cloud backup services. Developers reach for alicloud-backup-hbr when operated workloads need repeatable backup cadences and restore paths instead of manual snapshot scripts. Sibling alicloud test skills in the same repository document a four-step OpenAPI workflow pattern—confirm region and resources, discover API parameters, call SDK or OpenAPI Explorer, then verify results—for Alibaba service integrations. The catalog lists 271 installs on skills.sh for this HBR backup skill entry. Document retention windows and cross-region copy requirements before enabling production backup schedules.271installs52Alicloud Compute Fc Serverless Devsalicloud-compute-fc-serverless-devs is a cinience/alicloud-skills skill for Alibaba Cloud Function Compute serverless development. It helps developers create event-driven HTTP APIs, webhook handlers, ETL jobs, and agent tool endpoints without provisioning or patching servers manually. The skill guides agent sessions through Function Compute project setup, trigger wiring, and deploy workflows suited to low-ops backends that scale on demand. Developers reach for alicloud-compute-fc-serverless-devs when microservices, async workers, or agent-callable tools should run as managed functions rather than long-lived VMs. Pair it with sibling alicloud storage and observability skills when functions must read OSS objects or emit logs to SLS during production operation. The catalog lists 271 installs on skills.sh for this Function Compute serverless developer skill in the alicloud-skills compute collection. Define concurrency limits, cold-start budgets, and dead-letter handling before wiring production webhooks or agent tools.271installs53Alicloud Database Rds Supabasealicloud-database-rds-supabase is a cinience/alicloud-skills database integration skill for Alibaba Cloud RDS paired with Supabase-style developer workflows. It helps teams provision managed Postgres or MySQL instances, configure connectivity, and integrate database backends into agent-driven cloud builds that mirror Supabase ergonomics on Alibaba infrastructure. Developers reach for alicloud-database-rds-supabase when SaaS or API projects need managed relational storage with familiar Supabase-like setup steps rather than self-hosted database VMs. The skill guides agent sessions through RDS provisioning, connection settings, and integration hooks suited to modern backend and agent tooling stacks. Pair it with sibling alicloud test skills when pre-release checks must validate migrations, connectivity, and query paths before production cutover. The catalog lists 271 installs on skills.sh for this RDS Supabase-style integration entry in the alicloud-skills database collection. Secure connection strings, VPC rules, and migration order before pointing production agents at new RDS endpoints.271installs54Alicloud Ai Search Dashvectoralicloud-ai-search-dashvector is a Backend & APIs skill from cinience/alicloud-skills that connects Alibaba Cloud DashVector to RAG, semantic search, and embedding retrieval workflows. The skill guides developers integrating vector collections, similarity queries, and retrieval layers into agent apps and knowledge bases running on AliCloud infrastructure. Developers reach for alicloud-ai-search-dashvector when building semantic search over embeddings, grounding LLM responses with retrieved chunks, or standing up AliCloud-native vector storage instead of self-managed alternatives during agent backend implementation.270installs55Alicloud Network Dns Clialicloud-network-dns-cli is a Cloud & Infrastructure skill from cinience/alicloud-skills for managing Alibaba Cloud DNS zones, records, and network routing from the terminal. The skill supports incident response cutovers, migration record updates, and routine day-two DNS changes without leaving the CLI workflow developers already use for infrastructure operations. Developers reach for alicloud-network-dns-cli when they must add, update, or verify DNS records on AliCloud during outages, domain migrations, or routing adjustments that affect production traffic paths.270installs56Alicloud Ai Content Aicontentalicloud-ai-content-aicontent is a Claude Code integration skill for Alibaba Cloud AI Content services. It helps developers generate marketing copy, product descriptions, blog drafts, and localized content by calling Alibaba Cloud APIs from within CMS workflows or automated content pipelines. The skill fits backend and integration scenarios where copy is produced programmatically rather than manually drafted in an editor. Developers reach for it when building multilingual storefronts, catalog enrichment jobs, or editorial automation that must run inside Alibaba Cloud infrastructure. Because it targets API-driven generation, outputs are structured for pipeline ingestion—ready to store in databases, publish through headless CMS hooks, or pass to localization review steps.268installs57Alicloud Ai Misc Crawl And Skillalicloud-ai-misc-crawl-and-skill is a cinience/alicloud-skills task skill—catalog id alicloud-ai-misc-crawl-and-skill, source name aliyun-modelstudio-crawl-and-skill—that refreshes Alibaba Cloud Model Studio coverage for coding agents. The three-step workflow crawls the models page with npx @just-every/crawl, rebuilds a structured summary via refresh_models_summary.py, then regenerates skills under skills/ai/** using refresh_alicloud_skills.py. Outputs include alicloud-model-studio-models.md raw crawl, output/alicloud-model-studio-models-summary.md, output/alicloud-model-studio-models.json structured model list, output/alicloud-model-studio-skill-scan.md coverage report, and updated skills/ai/** generated skills. Prerequisites are Node.js for npx, Python 3, and network access. Developers reach for alicloud-ai-misc-crawl-and-skill when the Model Studio models list or generated skills must be updated without inventing model IDs or API endpoints absent from the crawled page.267installs58Alicloud Security Kmsalicloud-security-kms is a cinience/alicloud-skills service skill—catalog id alicloud-security-kms, source name aliyun-kms-manage—for Alibaba Cloud Key Management Service. It guides agents through RPC OpenAPI workflows using product code Kms on API version 2016-01-20, with metadata-first discovery via list_openapi_meta_apis.py before Create, Update, List, Describe, Get, or Query operations. The four-step workflow confirms region and resource identifiers, discovers required API parameters from references, calls the official SDK or OpenAPI Explorer, and verifies results with describe or list APIs. Credentials resolve from ALIBABACLOUD_ACCESS_KEY_ID, ALIBABACLOUD_ACCESS_KEY_SECRET, optional ALIBABACLOUD_REGION_ID, or ~/.alibabacloud/credentials with least-privilege guidance. Developers reach for alicloud-security-kms when applications need envelope encryption, key rotation policies, or KMS troubleshooting without hard-coding secrets in source repositories.267installs59Alicloud Ai Text Document Mindalicloud-ai-text-document-mind maps to the cinience/alicloud-skills `aliyun-docmind-extract` skill (version 1.0.0) for Alibaba Cloud Document Mind. It installs three Node packages—`@alicloud/docmind-api20220711`, `@alicloud/tea-util`, and `@alicloud/credentials`—and demonstrates async job submission with `submitDocStructureJob` plus 10-second polling via `getDocStructureResult`. Credentials load from `ALIBABACLOUD_ACCESS_KEY_ID` and `ALIBABACLOUD_ACCESS_KEY_SECRET` environment variables. Developers reach for alicloud-ai-text-document-mind when building PDF or Office ingestion pipelines, summarization features, or agent tools that need structured layout and text from uploaded documents stored at signed URLs.266installs60Alicloud Platform Docs Api Reviewalicloud-platform-docs-api-review maps to the cinience/alicloud-skills `aliyun-platform-docs-review` skill (version 1.0.0). A bundled Python script resolves a product from OpenAPI metadata, fetches the latest API and help documentation, and writes `review_evidence.json` plus `review_report.md` under `output/aliyun-platform-docs-review/`. Reports include numeric scores, source links, and prioritized P0, P1, and P2 recommendations. Developers reach for alicloud-platform-docs-api-review when validating Bailian, ECS, or other Alibaba Cloud product docs before codegen, preparing agent-safe API references, or producing actionable documentation improvement backlogs with reproducible evidence files.266installs61Alicloud Ai Recommend Airecalicloud-ai-recommend-airec is a backend integration skill from cinience/alicloud-skills for Alibaba Cloud AiRec personalization APIs. The skill guides wiring recommendation endpoints for personalized content feeds, product ranking, and behavioral recall across mobile apps, e-commerce storefronts, and media surfaces. Developers reach for alicloud-ai-recommend-airec when adding Alibaba-native recommendation to existing Alibaba Cloud deployments or migrating from manual ranking rules. It focuses on API integration patterns, request schemas, and recall configuration rather than training custom ML models from scratch.265installs62Alicloud Compute Swas Openalicloud-compute-swas-open is an agent skill in cinience/alicloud-skills that guides coding agents through Alibaba Cloud Simple Application Server management via the SWAS-OPEN 2020-06-01 OpenAPI. The skill maps instance query, start/stop/reboot, firewall rules, Cloud Assistant command execution, disk/snapshot/image operations, and lightweight database tasks to documented API calls, preferring the alibabacloud_swas_open20200601 Python SDK over manual RPC signing. It bundles 5 Python helper scripts for all-region instance inventory, plan and status summaries, and SSH access fixes, plus reference docs covering API groups, endpoints, systemd binary deployment, and ESA CDN HTTPS integration. Developers reach for alicloud-compute-swas-open when provisioning or operating SWAS instances to host web apps and APIs without repeatedly switching to the Alibaba Cloud console. The skill is version 1.0.0.265installs63Alicloud Ai Cloud Call Centeralicloud-ai-cloud-call-center is a cinience/alicloud-skills integration skill for managing Alibaba Cloud Cloud Call Center (CCC) through OpenAPI and official SDKs. It uses product code CCC with default API version 2020-07-01, discovers available APIs from metadata endpoints, then runs List, Describe, Create, and Update operations for call center instances, routing, and troubleshooting workflows. Credentials resolve from ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID, or ~/.alibabacloud/credentials. Developers reach for it when agent workflows need programmatic call center control—configuring inbound numbers, routing strategies, or querying instance status—without hand-writing SDK boilerplate. Artifacts land under output/alicloud-ai-cloud-call-center/ with command outputs and API summaries for reproducibility. Install via npx skills add cinience/alicloud-skills --skill alicloud-ai-cloud-call-center.264installs64Alicloud Ai Pai Aiworkspacealicloud-ai-pai-aiworkspace is a cinience/alicloud-skills pack entry for managing Alibaba Cloud Platform for AI (PAI) AI Workspace through OpenAPI and SDKs. It supports listing and configuring workspace resources, creating or updating notebook environments, querying model endpoint status, and running troubleshooting workflows for managed inference inside ML and agent backends. Developers reach for it when wiring experiment tracking, notebook provisioning, or deployment endpoints into automated agent pipelines on Alibaba rather than using the PAI console manually. Like sibling alicloud skills, it follows metadata-first API discovery, resolves credentials from ALICLOUD environment variables or shared credential files, and writes reproducible output artifacts. Install with npx skills add cinience/alicloud-skills --skill alicloud-ai-pai-aiworkspace when building data science platforms or agent services on Alibaba PAI infrastructure.264installs65Alicloud Ai Content Aimiaobialicloud-ai-content-aimiaobi is a cinience/alicloud-skills entry for integrating Alibaba Cloud Aimiaobi generative content APIs. It helps developers connect copy generation, articles, and localized AI-written assets into application backends, CMS pipelines, and marketing automation. Reach for it when standing up server-side content generation on Alibaba Cloud rather than bolting ad hoc prompts into frontends. The catalog summary emphasizes CMS and marketing workflow integration; confirm exact API parameters and credentials in Alibaba Cloud documentation during implementation.262installs66Alicloud Backup Bdrcalicloud-backup-bdrc is a cinience/alicloud-skills skill for Alibaba Cloud BDRC backup and disaster recovery. It guides configuring backup policies, recovery procedures, and workload protection so teams can hit recovery point and recovery time objectives. Developers reach for it when hardening production Alibaba Cloud estates or preparing audit-ready DR posture instead of improvising snapshot scripts. Pair skill guidance with your organization's RPO/RTO requirements and Alibaba Cloud BDRC console or API references for policy specifics.262installs67Alicloud Data Lake Dlf Nextalicloud-data-lake-dlf-next is a cinience/alicloud-skills entry for Alibaba Cloud DLF next-generation data lake workflows. It helps developers build or migrate lakehouse metadata layers, storage bindings, and automated catalog operations using updated DLF APIs. Reach for it when standing up a new lakehouse on Alibaba Cloud or modernizing legacy DLF integrations rather than hand-rolling catalog glue code. Confirm API version differences and IAM permissions in Alibaba Cloud DLF documentation before production cutover.262installs68Alicloud Security Cloudfwalicloud-security-cloudfw is a cinience/alicloud-skills skill for Alibaba Cloud Firewall. It helps developers deploy firewall policies, control north-south traffic, segment workloads, and enforce allow-deny rules ahead of production exposure or compliance reviews. Use it when moving Alibaba Cloud services toward production rather than relying on default wide-open security groups. Combine skill guidance with your network topology diagrams and Alibaba Cloud Firewall console or API documentation for rule specificity and audit evidence.262installs69Alicloud Security Id Verification Cloudauthalicloud-security-id-verification-cloudauth is an agent skill from cinience/alicloud-skills for Alibaba Cloud ID Verification (Cloudauth). The skill (version 1.0.0) guides metadata-first OpenAPI discovery for product code Cloudauth at API version 2022-11-25, then List, Describe, Create, Update, and Query RPC calls through official SDKs or OpenAPI Explorer. A bundled Python script, list_openapi_meta_apis.py, inventories available APIs and writes artifacts under output/aliyun-cloudauth-verify/. Credential handling follows ALIBABACLOUD_ACCESS_KEY_ID and ALIBABACLOUD_ACCESS_KEY_SECRET with optional ALIBABACLOUD_REGION_ID, falling back to ~/.alibabacloud/credentials. Reach for this skill when implementing KYC in regulated SaaS or API products on Alibaba Cloud, or when troubleshooting Cloudauth configuration and verification status.261installs70Alicloud Platform Multicloud Docs Api Benchmarkalicloud-platform-multicloud-docs-api-benchmark is a cinience/alicloud-skills agent skill for engineering teams evaluating Alibaba Cloud against AWS, Azure, GCP, or other providers during integration planning. The skill drives side-by-side API capability comparisons and produces benchmarked documentation that maps service equivalents, request patterns, and migration considerations instead of relying on scattered vendor PDFs. Developers reach for it when scoping a multicloud rollout, drafting an RFP response, or deciding whether an Alibaba Cloud service can replace an existing provider API in a backend integration. It fits platform engineers, solutions architects, and backend leads who need structured API parity notes before writing SDK wrappers or Terraform modules. Output centers on comparison tables, integration notes, and documented API benchmarks that shorten vendor selection and reduce surprise gaps during implementation.260installs71Alicloud Security Center Sasalicloud-security-center-sas is a cinience/alicloud-skills agent skill for teams running workloads on Alibaba Cloud who must assess security posture before release or during formal audits. The skill guides operation of Security Center and Security Audit Service (SAS) to surface vulnerabilities, misconfigurations, and compliance gaps across cloud assets instead of manual console clicking. Developers reach for it when pre-release security gates require cloud-native findings, when auditors request evidence of vulnerability management, or when ECS, RDS, and network resources need centralized risk review. It fits DevSecOps engineers and cloud security leads responsible for Alibaba Cloud accounts who need structured assessment workflows agents can follow. Output includes prioritized findings framing, compliance posture notes, and operational guidance aligned to Security Center and SAS capabilities so teams remediate misconfigurations before production traffic or audit deadlines.260installs72Alicloud Ai Contactcenter Aialicloud-ai-contactcenter-ai in cinience/alicloud-skills provides an OpenAPI-driven interface for Alibaba Cloud Contact Center AI (ContactCenterAI) lifecycle management inside Claude Code agent workflows. Agents confirm region and resource identifiers, discover APIs through metadata endpoints, then call official SDKs or OpenAPI Explorer for list, create, update, and status operations. Credential priority follows ALIBABACLOUD_ACCESS_KEY_ID, ALIBABACLOUD_ACCESS_KEY_SECRET, and optional ALIBABACLOUD_REGION_ID environment variables, then ~/.alibabacloud/credentials. High-frequency patterns use List and Describe APIs for inventory, Create and Update APIs for configuration changes, and Get or Query APIs for troubleshooting failed calls. Artifacts and response summaries save under output/alicloud-ai-contactcenter-ai/ for reproducibility. Developers reach for this skill when wiring contact-center bots with intent detection, sentiment-aware escalation, or omnichannel routing into agent-built support systems on Alibaba Cloud. Triggers include Contact Center AI configuration, status queries, or failed ContactCenterAI API diagnostics.259installs73Alicloud Data Lake Dlfalicloud-data-lake-dlf in cinience/alicloud-skills maps to the aliyun-dlf-manage skill for Alibaba Cloud Data Lake Formation (product code DataLake, API version 2020-07-10). Agents confirm region and resource identifiers, discover APIs via OpenAPI metadata, then execute SDK or OpenAPI Explorer calls to list, create, update, and describe lakehouse catalogs, databases, and tables. Credential priority uses ALIBABACLOUD_ACCESS_KEY_ID, ALIBABACLOUD_ACCESS_KEY_SECRET, and optional ALIBABACLOUD_REGION_ID, then ~/.alibabacloud/credentials. A bundled list_openapi_meta_apis.py script inventories available DataLake APIs before mutations. High-frequency patterns favor List and Describe for inventory, Create and Update for provisioning, and Get or Query for status diagnosis. Validation runs py_compile on skill scripts and writes evidence to output/aliyun-dlf-manage/. Developers reach for alicloud-data-lake-dlf when agents must provision governed lakehouse storage metadata, automate DLF catalog setup, or troubleshoot DataLake API workflows on Alibaba Cloud.259installs74Alicloud Platform Aliyun Cli Testalicloud-platform-aliyun-cli-test helps developers verify Alibaba Cloud CLI workflows before they land in CI pipelines or operations documentation. The skill aligns with the cinience alicloud-skills platform CLI family, running validation such as ensure_aliyun_cli.py to confirm the official aliyun binary is installed, meets a minimum version, and responds to --help as expected. Operators configure default profiles with aliyun configure set, discover API parameters via aliyun ecs DescribeRegions --help style introspection, and execute read-only queries before mutating calls. Evidence files land under output directories for version checks, API responses, and error logs. Environment variables control a 24-hour check interval, forced updates, and minimum CLI version thresholds. Developers reach for this skill when scripting ECS, SLS, or cross-product OpenAPI operations and need confidence that command syntax and credentials work before broader rollout.240installs75Alicloud Platform Openclaw Setup TestSkill for validating Alibaba Cloud OpenClaw agent platform installation and configuration. It walks agents through setup checks, credential binding, tool registration, and sample runs so LLM-driven workflows start from a known-good environment instead of failing silently in production agent traffic.219installs76Alicloud Platform Openclaw SetupWalks through Alibaba Cloud OpenClaw setup: enabling agent runtimes, binding cloud credentials, configuring tool endpoints, and hardening access so AI agents can reliably call Alibaba services during automated build and operations tasks.196installs77Alicloud Network Esa TestTesting skill in cinience/alicloud-skills for Alibaba Cloud Edge Security Acceleration (ESA): validating DNS, caching, security policies, and edge behavior before production traffic cutover and ongoing network regressions.194installs78Alicloud Network Alb TestAlibaba Cloud skill for testing Application Load Balancer deployments. Helps agents validate listener configuration, backend health checks, TLS setup, routing rules, and traffic distribution so production ingress layers are verified before cutover.184installs79Alicloud Network EsaGuides agents through Alibaba Cloud ESA (Edge Security Acceleration) setup: domain onboarding, origin configuration, WAF and DDoS policies, TLS, and traffic routing so SaaS and API workloads get edge protection and faster global delivery.180installs80Alicloud Media LiveSkill from cinience/alicloud-skills for Alibaba Cloud ApsaraVideo Live: configuring live channels, ingest, transcoding, playback URLs, and stream lifecycle so applications can deliver real-time video at scale.166installs81Alicloud Database Analyticdb Mysql TestAlibaba Cloud skill for testing AnalyticDB for MySQL deployments. Supports agents in verifying database reachability, running representative analytic queries, validating credentials and networking, and catching data-layer regressions before production analytics workloads go live.164installs82Alicloud Media IceAlibaba Cloud ICE media production integration skill. Helps developers and agents configure Intelligent Cloud Editing APIs, submit edit and compose jobs, manage templates, handle async callbacks, and connect processed media assets into SaaS or content delivery pipelines.164installs83Alicloud Media VodSkill from cinience/alicloud-skills for Alibaba Cloud Video on Demand (VOD): upload, transcode, CDN playback, authentication, and asset lifecycle management for on-demand video applications and content platforms.164installs84Alicloud Ai Chatbot TestDelivers test procedures for Alibaba Cloud AI chatbot services: authenticate, send multi-turn prompts, assert responses and tool behavior, validate session continuity, and catch API errors so deployed conversational agents meet quality and reliability bars.161installs85Alicloud Ai Content Aicontent TestTesting-oriented Alibaba Cloud AI Content skill for exercising generation endpoints, comparing outputs across prompts, and catching regressions or policy violations before launch—turning content-model QA into agent-driven smoke and regression runs.160installs86Alicloud Security Content Moderation Green TestTest-focused security skill for Alibaba Cloud Green content moderation. It helps agents run representative UGC samples through moderation APIs, validate policy labels and confidence scores, and tune thresholds so toxic or illegal content is blocked without unacceptable false positives at go-live.160installs87Alicloud Ai Content Aimiaobi TestShip-phase test skill for Alibaba Cloud Aimiaobi: execute sandbox generation cases, compare outputs to expectations, validate quotas and failures, and block production promotion when content AI integrations regress.159installs88Alicloud Media Live TestTesting-focused skill in cinience/alicloud-skills for Alibaba Cloud Media Live: structured verification of ingest, playback, stream lifecycle, and failure handling so live video integrations are release-ready.159installs89Alicloud Ai Pai Aiworkspace TestIntegration skill for Alibaba PAI AI Workspace: list workspaces, submit training or notebook jobs, verify model artifacts, and run smoke tests so agents can operationalize managed ML environments without manual console navigation.158installs90Alicloud Ai Recommend Airec TestShip-phase test skill for Alibaba AiRec: run sandbox ranking cases, validate event ingestion and recall behavior, measure latency, and catch recommendation regressions before exposing personalized results to production users.158installs91Alicloud Ai Search Opensearch TestTests Alibaba Cloud AI Search against OpenSearch to confirm indexing, semantic retrieval, and query responses behave correctly. Helps teams catch relevance regressions, misconfigured indexes, and API contract breaks before shipping search features.158installs92Alicloud Ai Text Document Mind TestShip-phase test skill for Alibaba Cloud AI Text Document Mind that runs structured verification against sample documents. It confirms extraction fidelity, response schemas, failure modes, and performance so document AI features do not regress during deployment.158installs93Alicloud Ai Translation Anytrans TestTests Alibaba Cloud AnyTrans translation services across languages and payloads to ensure accurate output, stable latency, and correct API handling. Catches broken locales, garbled encodings, and contract drift before multilingual content ships to users.158installs94Alicloud Backup Hbr TestShip-phase skill for validating Alibaba Cloud Hybrid Backup Recovery deployments. It helps teams test backup agents, vault retention, replication, and restore workflows across hybrid workloads so recovery plans are demonstrably reliable before go-live.158installs95Alicloud Media Video Translation TestTesting skill in cinience/alicloud-skills for Alibaba Cloud video translation: end-to-end validation of translation jobs, subtitle or dubbing outputs, supported languages, and failure handling for multilingual video features.158installs96Alicloud Network Cdn TestSkill from cinience/alicloud-skills for testing Alibaba Cloud CDN deployments: validates cache rules, origin health, edge responses, purge propagation, and delivery correctness for content-heavy SaaS and ecommerce sites.158installs97Alicloud Platform Devops TestSkill for exercising and validating Alibaba Cloud platform DevOps and test workflows so agents can run deployment checks, pipeline smoke tests, and infrastructure verification on Alicloud before shipping production changes.158installs98Alicloud Platform Docs Api Review TestHelps agents systematically review Alibaba Cloud platform API documentation for endpoint accuracy, request and response schemas, error codes, and workable examples so integration docs are trustworthy before developers and coding agents consume them.158installs99Alicloud Ai Entry Modelstudio Test TestAgent tooling skill for Alibaba Model Studio: streamline workspace entry, model deployment discovery, credential setup, and test inference calls so Claude Code agents can stand up and verify LLM endpoints without digging through console docs.157installs100Alicloud Ai Image Zimage Turbo TestGenerative media skill for Alibaba z-image-turbo: integrate turbo image generation, validate prompts and output URLs, and run quick inference tests so agents can produce thumbnails, creatives, and in-app visuals via cloud APIs.157installs101Alicloud Ai Search Dashvector TestTests Alibaba Cloud DashVector and AI Search retrieval for RAG and semantic search features. Covers index setup, embedding queries, recall benchmarks, and grounding assertions so agents return relevant, verifiable results before production rollout.157installs102Alicloud Ai Search Milvus TestShip-phase test skill for Alibaba Cloud Milvus vector search: verify indexes, run similarity and filtered retrieval cases, validate embedding schemas, and ensure RAG pipelines return correct neighbors before production agent launch.157installs103Alicloud Compute Fc Agentrun TestTests Alibaba Cloud Function Compute AgentRun for agent deployments, verifying startup, tool execution, scaling, and telemetry. Helps teams detect runtime misconfigurations and flaky invocations before autonomous agents handle real traffic.157installs104Alicloud Data Analytics Dataanalysisgbi TestTests Alibaba Cloud DataAnalysis GBI to confirm queries, dashboards, and generative business insights match expected metrics and data freshness. Prevents misleading charts and broken ETL dependencies from reaching executives and operations teams.157installs105Alicloud Media Mps TestAlibaba Cloud skill for testing Media Processing Service transcoding workflows. Guides agents through submitting MPS jobs, monitoring completion, validating output formats and delivery URLs, and detecting regressions in cloud-based video and audio processing pipelines.157installs106Alicloud Observability Pts TestAlibaba Cloud skill for running PTS performance tests and observability validation—guiding Claude through load scenarios, benchmarks, and release-readiness checks for services deployed on AliCloud SaaS and API stacks.157installs107Alicloud Skill Creator TestProvides testing workflows for Alibaba Cloud skill authoring: validating SKILL.md metadata, trigger phrases, bundled scripts, tool schemas, and end-to-end agent execution so new cloud skills are reliable before publication to shared agent skill libraries.157installs108Alicloud Ai Cloud Call Center TestAgent skill for exercising Alibaba Cloud AI Cloud Call Center in test mode: validate voice-bot intents, call routing, provider callbacks, and sandbox telephony hooks before shipping customer-facing contact-center automation.156installs109Alicloud Compute Fc Serverless Devs TestShip-phase Alibaba Cloud skill for testing Function Compute serverless functions and developer workflows. It validates deploy revisions, trigger wiring, response contracts, and runtime behavior so event-driven backends are safe to promote from staging to production.156installs110Alicloud Compute Swas Open TestShip-phase test skill for Alibaba Cloud Simple Web Application Server open workflows. It automates checks that instances provision correctly, application stacks attach, public endpoints respond, and configuration steps succeed so SWAS hosting automation is dependable in CI.156installs111Alicloud Media Ice TestAlibaba Cloud skill for testing ICE intelligent media production integrations. Enables agents to run structured regression suites over edit job submission, status polling, webhook delivery, and output validation so video processing pipelines stay reliable across releases.156installs112Alicloud Media Vod TestTests Alibaba Cloud Video on Demand for upload, transcoding, signed URLs, and CDN playback across formats. Surfaces failed jobs, broken manifests, and latency issues before users stream lessons, marketing clips, or product demos.156installs113Alicloud Platform Multicloud Docs Api Benchmark TestSupports benchmark-style testing of Alibaba Cloud API documentation against multicloud competitors, measuring example quality, endpoint coverage, naming consistency, and agent-parseable structure so platform docs meet parity before publication.156installs114Alicloud Security Id Verification Cloudauth TestShip-phase agent skill for testing Alibaba Cloud CloudAuth identity verification, covering document checks, liveness detection, callback handling, and sandbox regression before production auth rollout.156installs115Alicloud Ai Contactcenter Ai TestProvides test patterns for Alibaba Cloud Contact Center AI: sandbox setup, scripted customer dialogs, intent and routing assertions, and regression coverage. Helps teams verify virtual agents behave correctly before deploying to live support queues.155installs116Alicloud Backup Bdrc TestShip-phase Alibaba Cloud skill for testing Backup and Disaster Recovery Center configurations. It guides verification of backup job success, recovery point creation, restore procedures, and policy compliance so production data protection meets operational recovery objectives.155installs117Alicloud Network AlbAgent skill for cinience/alicloud-skills that guides configuration of Alibaba Cloud Application Load Balancer (ALB): listeners, forwarding rules, server groups, health checks, TLS, and backend attachment for reliable SaaS and API ingress.155installs118Alicloud Solution Content Article Illustrator TestAliCloud skill for testing automated illustration of solution articles and technical content. Targets documentation teams shipping explainers with consistent visuals via generative media on Alibaba Cloud.141installs119Alicloud Platform DevopsDevOps skill for Alibaba Cloud platform operations—covering provisioning, pipeline automation, environment management, and deployment workflows to run and maintain production SaaS and API services on AliCloud infrastructure.132installs120Alicloud Network CdnAlibaba Cloud CDN integration skill for configuring edge caching and global content delivery. Covers domain onboarding, cache policies, origin mappings, HTTPS, and purge workflows so SaaS and content apps serve assets faster with managed Alibaba network acceleration.129installs121Alicloud Media MpsSkill for cinience/alicloud-skills covering Alibaba Cloud Media Processing Service (MPS): submitting and monitoring transcode, thumbnail, watermark, and format-conversion jobs within video processing pipelines.128installs122Alicloud Observability Ptscinience/alicloud-skills observability skill for Alibaba Cloud PTS: defines performance test plans, configures virtual users and scenarios, runs load/stress tests, and extracts latency and throughput metrics to validate SaaS and API readiness.126installs123Alicloud Skill CreatorHelps authors create new Alibaba Cloud Claude Code skills: scaffolding folder layout, AliCloud service context, prompt patterns, and metadata so agents can reliably invoke cloud-specific workflows during development.126installs124Alicloud Ai Audio Cosyvoice Voice Clone Testalicloud-ai-audio-cosyvoice-voice-clone-test from cinience/alicloud-skills exercises Alibaba Cloud CosyVoice voice cloning for agent and API products. It helps builders validate sample ingestion, synthesis quality, and integration errors while wiring custom speech into SaaS or voice-agent backends.122installs125Alicloud Ai Audio Livetranslate TestTests Alibaba Cloud live audio translation services end to end: start sessions, verify source-to-target streaming output, monitor delays and dropouts, and validate configuration and auth so realtime multilingual voice features ship with measurable reliability.122installs126Alicloud Ai Search Text Embedding TestValidates Alibaba Cloud text-embedding flows used by AI Search, including vector creation, persistence, and similarity lookup. Surfaces bad models, wrong dimensions, and broken index updates early so semantic search and RAG features ship reliably.122installs127Alicloud Ai Audio Cosyvoice Voice Design Testalicloud-ai-audio-cosyvoice-voice-design-test in cinience/alicloud-skills validates Alibaba Cloud CosyVoice voice-design workflows for custom synthetic speakers. It lets teams iterate on persona parameters, confirm synthesis quality, and harden TTS integrations inside AI agents and API-driven audio products.121installs128Alicloud Ai Video Wan Edit TestAlibaba Cloud skill for testing WAN AI video editing APIs. Helps agents execute structured test runs against video edit endpoints, validate async job lifecycles, confirm output integrity, and surface integration regressions before shipping generative video features.121installs129Alicloud Ai Audio Asr Realtime TestProvides test workflows for Alibaba Cloud real-time automatic speech recognition: configure credentials, open streaming sessions, assert partial and final transcripts, measure latency, and validate failure recovery so voice capture features are production-ready.120installs130Alicloud Ai Multimodal Qvq TestIntegration skill for Alibaba QVQ multimodal models: send image-plus-text requests, parse vision-language answers, and run test calls for document understanding and visual Q&A so agents embed VLM features without bespoke SDK work.120installs131Alicloud Ai Multimodal Qwen Omni TestSkill for Alibaba Qwen-Omni multimodal integration: orchestrate speech, image, and text in one inference path, run omni capability tests, and embed cross-modal assistant behaviors through agent-callable cloud model endpoints.119installs132Alicloud Ai Search Rerank TestAgent skill for exercising Alibaba Cloud AI Search rerank endpoints in automated test flows. It helps teams confirm document relevance scoring, result ordering stability, and retrieval quality across query variants before production search goes live.119installs133Alicloud Solution Content Article IllustratorGrowth-phase skill using Alibaba Cloud solution content services to produce illustrated technical articles, combining structured solution narratives with generated imagery for marketing pages, blogs, and documentation.118installs134Alicloud Ai Audio Cosyvoice Voice CloneIntegrates Alibaba Cloud CosyVoice voice-clone and text-to-speech APIs into applications and agents. Documents SDK setup, voice enrollment, synthesis parameters, and streaming audio handling for production speech features on Alicloud.110installs135Aliyun Qwen Tts Voice CloneUses Model Studio Qwen TTS VC models to replicate a voice timbre from enrollment audio and synthesize speech with it. A developer uses it to create and use cloned voices for TTS.105installs136Aliyun Cosyvoice Voice CloneEnrolls custom cloned voices via the CosyVoice voice-enrollment API using a public reference audio URL and a target CosyVoice model. A developer uses it when they need a reusable cloned voice_id for later text-to-speech calls.99installs137Alicloud Ai Audio Cosyvoice Voice DesignUses the CosyVoice voice-enrollment API to design custom voices from a natural-language description and preview text. A developer uses it to mint a voice_id before running text-to-speech.96installs138Aliyun Sls Log QueryUses Alibaba Cloud SLS query|analysis syntax and the Python SDK to run time-bounded log search, filtering, and analytics. A developer uses it for error investigation and root-cause analysis over logs.96installs139Alicloud Ai Audio Asr RealtimeBuilds realtime streaming speech-recognition requests against Alibaba Cloud Model Studio Qwen ASR Realtime models. A developer uses it for low-latency transcription such as live captions or duplex voice agents.95installs140Alicloud Ai Search Text EmbeddingBuilds text-embedding requests against Alibaba Cloud Model Studio embedding models. A developer uses it for semantic search, retrieval-augmented generation, clustering, or offline vectorization pipelines.94installs141Alicloud Ai Video Wan EditBuilds video-editing requests against Alibaba Cloud Model Studio Wan models. A developer uses it for style transfer, keyframe-controlled editing, or animation remix workflows.94installs142Alicloud Ai Audio LivetranslateBuilds live speech-translation requests against Alibaba Cloud Model Studio Qwen LiveTranslate models. A developer uses it for realtime interpretation, bilingual meetings, and speech-to-speech or speech-to-text translation.93installs143Alicloud Ai Multimodal Qwen OmniBuilds multimodal understanding and generation requests against Alibaba Cloud Model Studio Qwen Omni models. A developer uses it for image-plus-audio interaction, voice assistants, and realtime multimodal agents.93installs144Alicloud Ai Multimodal QvqBuilds visual-reasoning requests against Alibaba Cloud Model Studio QVQ models. A developer uses it for step-by-step image reasoning, chart analysis, and visually grounded problem solving.92installs145Alicloud Ai Search RerankBuilds rerank requests against Alibaba Cloud Model Studio rerank models to reorder search candidates by relevance. A developer uses it for hybrid retrieval, top-k refinement, and multilingual relevance sorting.92installs146Aliyun Solution Article IllustratorThis skill drives an article-illustration workflow that plans illustration positions by Type and Style, generates images through Alibaba Cloud image backends, and writes a Markdown article with local image references. A developer uses it to auto-illustrate content articles with an evidence trail and a delivery report.87installs147Alicloud Observability Openclaw Sls IntegrationProvisions Alibaba Cloud SLS observability for OpenClaw on Linux, including collector install, machine groups, indexes, and dashboards, with rerun-safe steps. A developer uses it to set up log collection and monitoring for OpenClaw.85installs148Aliyun Hbr BackupDrives the Alibaba Cloud HBR (2017-09-08) Cloud Backup OpenAPI to list resources, update backup policies, and query job status. A developer uses it to operate and troubleshoot backup and restore workflows.85installs149Aliyun Wan Digital HumanThis skill validates a character image then generates image-plus-audio driven speaking, singing, or presenting videos via Model Studio wan2.2-s2v. A developer uses it to make narrated avatar clips, singing portraits, or broadcast-style talking heads.84installs150Aliyun Gbi AnalyticsDrives the Alibaba Cloud DataAnalysisGBI (2024-08-23) OpenAPI to list, create, update, and query analytics-service resources. A developer uses it to operate and troubleshoot GBI analytics resource workflows.83installs151Aliyun Bdrc BackupManages Alibaba Cloud Backup and Disaster Recovery Center resources through the OpenAPI RPC interface with official SDKs. A developer uses it for backup/DR inventory, policy configuration, status checks, and workflow troubleshooting.82installs152Aliyun Qwen Image EditUses Model Studio Qwen Image Edit models for instruction-based image editing while preserving subject consistency. A developer uses it to modify existing images rather than generate from scratch.82installs153Aliyun Dlf ManageDrives the Alibaba Cloud DataLake (2020-07-10) OpenAPI to list, configure, and query Data Lake Formation resources. A developer uses it to manage data-lake catalog resources and troubleshoot DataLake API workflows.81installs154Aliyun Dlf Manage NextDrives the Alibaba Cloud DlfNext (2025-03-10) OpenAPI to list, create, update, and query Data Lake Formation Next resources. A developer uses it for DLF Next catalog/governance operations and metadata workflow troubleshooting.81installs155Aliyun Wan VideoThis skill standardizes video.generate requests and responses for Wan t2v and i2v models through the DashScope Python SDK. A developer uses it to integrate consistent Wan video generation into a video-agent pipeline.76installs156Aliyun Oss OssutilUses ossutil 2.0 to manage Alibaba Cloud OSS buckets and objects from the CLI, covering install, config, and upload/download/sync. A developer uses it to move and manage files in OSS.70installs157Aliyun Qwen ImageUses the DashScope SDK with Qwen Image models to run image.generate requests and standardize prompt, size, seed, and reference-image inputs. A developer uses it to add text-to-image generation to a pipeline.70installs158Aliyun Qwen VlUses Model Studio Qwen VL models for image-input, text-output understanding via the DashScope compatible-mode API. A developer uses it for visual Q&A, chart/table reading, and screenshot analysis.69installs159Aliyun Kling VideoUses the DashScope video-synthesis async API to generate videos with Kling v3 standard and omni models. A developer uses it to build text-to-video, image-to-video, reference-to-video, storyboard, or editing workflows.68installs160Aliyun Qwen TtsUses the DashScope SDK with Qwen TTS models to convert text to speech, including voice lines for short videos and news. A developer uses it to add text-to-speech to a media pipeline.63installs161Aliyun Ecs ManageUses the Alibaba Cloud ECS OpenAPI and Python SDK to list, create, start, stop, and reboot instances and manage related compute resources. A developer uses it to operate and troubleshoot ECS infrastructure.62installs162Aliyun Wan ImageThis skill calls the Wan 2.7 image models to create images from text or edit existing ones with instructions, bounding boxes, sequential groups, and color palettes. A developer uses it for text-to-image and multi-image editing up to 4K.62installs163Aliyun Cli ManageDrives the generic aliyun CLI for list/query/create/update/delete operations across Alibaba Cloud resources, plus credential and region setup. A developer uses it for command-line resource management and CLI-based API discovery.61installs164Aliyun Qwen AsrUses Model Studio Qwen ASR models to transcribe non-realtime recorded audio into text, with short-audio sync and long-audio async jobs. A developer uses it for file-based transcription with timestamps.59installs165Aliyun Qwen OcrUses Model Studio Qwen OCR models for text extraction and document-structure parsing including tables, formulas, and multilingual OCR. A developer uses it when the task is primarily text extraction rather than visual reasoning.59installs166Aliyun Wan EditThis skill prepares requests for Model Studio Wan video-editing models to transform video style, guide edits by keyframes, or remix animation. A developer uses it when modifying existing video material rather than generating new clips.57installs167Aliyun Green ModerationDrives the Alibaba Cloud Green (2022-09-26) Content Moderation OpenAPI to manage moderation resources and policies. A developer uses it to configure and troubleshoot content-moderation workflows.56installs168Aliyun Anytrans TranslateManages Alibaba Cloud TongyiTranslate (AnyTrans) resources through the OpenAPI RPC interface with official SDKs. A developer uses it to run translation-service operations and troubleshoot AnyTrans API workflows.55installs169Aliyun Qwen CoderUses Model Studio Qwen Coder models for code generation, repository-level reasoning, code-review drafting, and coding agents. A developer uses it to build coding assistants on Qwen Coder.55installs170Aliyun Qwen Deep ResearchUses Model Studio Qwen Deep Research models to plan multi-step investigations, run iterative web research, and produce cited structured reports. A developer uses it for deep research workflows beyond a single chat completion.55installs171Aliyun Qwen GenerationUses Model Studio Qwen flagship text models (qwen3-max and related) for text generation, reasoning, tool-calling, and long-context chat. A developer uses it to build chat and agent text workflows on Qwen.55installs172Aliyun Zimage TurboThis skill maps prompt, size, seed, and prompt_extend inputs to the z-image-turbo model on the DashScope multimodal-generation API and returns image URLs. A developer uses it for quick text-to-image generation with Beijing or Singapore endpoints.55installs173Aliyun Animate AnyoneBuilds AnimateAnyone (animate-anyone-gen2) requests to transfer motion from a dance or action video onto a target character image. A developer uses it to generate motion-transfer or dance videos on Alibaba Cloud Model Studio.54installs174Aliyun Qwen LivetranslateUses Model Studio Qwen LiveTranslate models for realtime speech-to-speech or speech-to-text translation. A developer uses it for bilingual meetings and live interpretation flows.54installs175Aliyun Cdn ManageManages Alibaba Cloud CDN through the OpenAPI RPC interface for domain onboarding, cache operations, certificates, and monitoring. A developer uses it to run CDN lifecycle and cache-refresh operations.53installs176Aliyun Dns CliUses aliyun-cli to query and manage Alibaba Cloud DNS (Alidns) records and configure CNAME records for FC custom domains. A developer uses it to set up or update DNS records when wiring up custom domains.53installs177Aliyun Fc AgentrunUses the Function Compute AgentRun OpenAPI to create and manage agent runtimes, endpoints, sandboxes, model services, and credentials. A developer uses it to provision and troubleshoot AgentRun infrastructure for running agents.53installs178Aliyun LiveportraitUses Model Studio LivePortrait to animate a detected portrait image with speech audio into a talking-head video. A developer uses it for longer or simpler presenter-style portrait animation.53installs179Aliyun Mps ManageDrives the Alibaba Cloud MPS OpenAPI to run media ingest, transcoding, snapshot, and pipeline/template/workflow operations. A developer uses it to operate and troubleshoot media-processing jobs.53installs180Aliyun Pixverse GenerationUses Model Studio PixVerse v5.6 models to build non-Wan text-to-video, image-to-video, keyframe, and reference-to-video generation. A developer uses it when they explicitly want the PixVerse family for video generation.53installs181Aliyun Qwen Asr RealtimeUses Model Studio Qwen ASR Realtime models for streaming, low-latency speech-to-text over microphone or duplex voice input. A developer uses it for live captions and voice-agent input.53installs182Aliyun Qwen Tts RealtimeUses Model Studio Qwen TTS Realtime models for low-latency, streaming speech synthesis including instruction-controlled output. A developer uses it when interactive, realtime speech is required.53installs183Aliyun Aicontent GenerateManages Alibaba Cloud AIContent resources through the OpenAPI RPC interface with official SDKs. A developer uses it to list assets, configure generation, check task status, and diagnose failed content jobs.52installs184Aliyun Aimiaobi GenerateManages Alibaba Cloud Quan Miao (AiMiaoBi) content resources through the OpenAPI RPC interface with official SDKs. A developer uses it to list resources, update configurations, query runtime status, and troubleshoot API workflows.52installs185Aliyun Fc Serverless Devsaliyun-fc-serverless-devs enables Provides aliyun-fc-serverless-devs capabilities for Claude Code workflows.. Use it to automate and enhance your development workflow with AI-powered capabilities.52installs186Aliyun Ice ManageDrives the Alibaba Cloud ICE OpenAPI to orchestrate media processing jobs, editing templates, and production pipelines. A developer uses it to run and troubleshoot cloud video-editing workflows.52installs187Aliyun Qwen OmniUses Model Studio Qwen Omni models for combined image, audio, and text multimodal understanding and generation. A developer uses it to build voice assistants and realtime multimodal agents.52installs188Aliyun Rds SupabaseDrives the Alibaba Cloud RDS AI Service (2025-05-07) OpenAPI to create, start, stop, and configure RDS Supabase instances and their auth, storage, RAG, and security settings. A developer uses it to provision and operate managed Supabase on Alibaba Cloud.52installs189Aliyun Vidu VideoThis skill creates and polls async video-synthesis tasks against DashScope Vidu models across text, image, keyframe, and reference input modes. A developer uses it to produce AI videos from prompts or reference media with controllable resolution, size, and duration.52installs190Aliyun Wan I2vThis skill submits async video-synthesis tasks to the Wan 2.7 image-to-video model across first-frame, keyframe, continuation, and audio-driven modes. A developer uses it to animate images or extend clips at 720P or 1080P.52installs191Aliyun Wan R2vThis skill builds reference-to-video requests for Model Studio Wan R2V models, preserving character or style from reference media. A developer uses it to produce multi-shot videos anchored to reference input, distinct from single-image i2v.52installs192Aliyun Devops ManageUses the Alibaba Cloud DevOps (Yunxiao 2020) OpenAPI to list and inspect projects, repositories, pipelines, work items, and releases. A developer uses it to audit DevOps resources and plan safe changes before running mutating APIs.51installs193Aliyun Milvus SearchUses standard PyMilvus APIs to connect to AliCloud Milvus serverless, create collections, insert vectors, and run filtered similarity search. A developer uses it for vector retrieval and RAG flows.51installs194Aliyun Modelstudio Crawl And SkillCrawls the Model Studio models page to raw markdown, rebuilds a models/API summary, and regenerates the derived skills/ai/** skills. A developer uses it to refresh the model list and generated skills when Model Studio changes.51installs195Aliyun Mps Video TranslationSubmits Alibaba Cloud IMS video translation jobs via OpenAPI and polls results for subtitle, voice, and face-level processing. A developer uses it for API-based video translation and job management.51installs196Aliyun Qwen RerankUses Model Studio rerank models to reorder retrieved candidates by relevance for hybrid search and RAG. A developer uses it to refine top-k results after an initial retrieval step.51installs197Aliyun Sas ManageDrives the Alibaba Cloud Sas (2021-01-14) Security Center OpenAPI to inspect and configure security resources. A developer uses it to operate and troubleshoot Security Center workflows.51installs198Aliyun VideoretalkThis skill prepares and submits requests to Alibaba Cloud Model Studio VideoRetalk to replace lip sync in an existing person video with a new audio track. A developer uses it to dub videos, swap narration, or sync a talking-head clip to new speech.51installs199Aliyun Esa Managealiyun-esa-manage enables Provides aliyun-esa-manage capabilities for Claude Code workflows.. Use it to automate and enhance your development workflow with AI-powered capabilities.50installs200Aliyun Qwen Text EmbeddingUses Model Studio text embedding models to produce vectors for semantic search, RAG, and clustering. A developer uses it to embed text for retrieval and offline vectorization pipelines.50installs201Aliyun Modelstudio EntryActs as a router that maps a Model Studio request to the correct local capability skill instead of duplicating model details. A developer uses it when they ask for Model Studio without naming a specific capability.49installs202Aliyun Wan Animate Movealiyun-wan-animate-move enables Provides aliyun-wan-animate-move capabilities for Claude Code workflows.. Use it to automate and enhance your development workflow with AI-powered capabilities.49installs203Aliyun Docmind ExtractUses the Alibaba Cloud Document Mind (DocMind) Node.js SDK to submit async document-parsing jobs and poll for extracted structure, text, and layout. A developer uses it for document-understanding workflows over PDFs and files.47installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

cinience/alicloud-skills · 203 skills · Skillselion