Alicloud Ai Misc Crawl And Skill
Helps with AI, web crawling as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add alicloud-ai-misc-crawl-and-skill npx -- -y @trustedskills/alicloud-ai-misc-crawl-and-skill
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"alicloud-ai-misc-crawl-and-skill": {
"command": "npx",
"args": [
"-y",
"@trustedskills/alicloud-ai-misc-crawl-and-skill"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to crawl and extract data from Alibaba Cloud (AliCloud) resources. It facilitates the discovery of specific cloud configurations, instance details, and service metrics directly through automated browsing and parsing capabilities.
When to use it
- Automating the inventory of EC2 instances or RDS databases across multiple AliCloud regions.
- Extracting billing data or resource usage statistics for cost optimization reports.
- Gathering security group rules or VPC configurations to audit network accessibility.
- Monitoring real-time status updates of specific cloud services without manual login.
Key capabilities
- Navigates the Alibaba Cloud console interface programmatically.
- Extracts structured data from complex web pages and dashboards.
- Handles authentication contexts required for accessing private or restricted resources.
- Parses tables, lists, and key-value pairs found in cloud management portals.
Example prompts
- "Crawl the AliCloud ECS console and list all running instances with their current CPU usage."
- "Extract the security group rules associated with my production VPC and summarize open ports."
- "Browse the billing page and generate a report of costs for the last 30 days by service type."
Tips & gotchas
Ensure your AI agent has valid, active credentials configured before attempting to access private or restricted AliCloud resources. Be aware that dynamic content loaded via JavaScript may require specific browser automation settings to render correctly before extraction.
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.