Alicloud Media Live
Alicloud Media Live enables seamless streaming and broadcasting from Alibaba Cloud, simplifying live video production for businesses and creators.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add alicloud-media-live npx -- -y @trustedskills/alicloud-media-live
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"alicloud-media-live": {
"command": "npx",
"args": [
"-y",
"@trustedskills/alicloud-media-live"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, Alicloud Media Live, enables AI agents to manage live streaming resources on Alibaba Cloud using their OpenAPI (RPC). It allows for discovery of APIs and execution of operations related to live domains, stream ingest/play authentication, recording/transcoding templates, monitoring metrics, and stream control. The agent can interact with the platform through official SDKs or OpenAPI Explorer, ensuring proper management of live video production workflows.
When to use it
- Managing live streaming domains (adding, deleting, describing).
- Configuring stream ingest and play authentication settings.
- Creating and managing recording and transcoding templates for live streams.
- Monitoring the online status and traffic data of live streams.
- Controlling live streams (e.g., pausing or resuming a stream).
Key capabilities
- API Discovery: Uses metadata to identify available APIs and their parameters.
- Resource Management: Allows for adding, deleting, and describing live resources like domains and templates.
- Stream Control: Enables actions such as forbidding or resuming live streams.
- Monitoring: Provides access to metrics related to stream online status and traffic data.
- Evidence Logging: Saves API inventory and operation evidence under
output/alicloud-media-live/.
Example prompts
- "List all my live domains."
- "Describe the configuration for my live record template."
- "Pause live stream with app name 'my_app' on domain 'example.com'."
- "What is the current online list of streams?"
Tips & gotchas
- Credentials: Requires least-privilege RAM AccessKey/STS credentials configured via environment variables (ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, ALICLOUD_REGION_ID) or a shared config file (
~/.alibabacloud/credentials). - Region Confirmation: Always confirm the target region before making changes.
- Read-Only Validation: It's recommended to perform read-only API calls (Describe*/List*) before executing any modification operations (Add*/Set*/Delete*).
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.