Alibabacloud Odps Project Manage
by @sdk-team
Alibaba Cloud MaxCompute Project Management Skill. Use for creating, querying, and listing MaxCompute projects. Triggers: "maxcompute project", "odps project...
When user asks about MaxCompute projects, follow these steps:
1. Identify intent: create / list / get
2. Get RegionId: Ask user which region (e.g., cn-hangzhou, cn-shanghai)
3. Execute: Run the appropriate command with --region {REGION_ID} and --user-agent AlibabaCloud-Agent-Skills/alibabacloud-odps-project-manage
4. Verify: Confirm the result and report to user
Pre-check: Aliyun CLI >= 3.3.3 required
> Run aliyun version to verify >= 3.3.3. If not installed or version too low,
> run curl -fsSL https://aliyuncli.alicdn.com/setup.sh | bash to update,
> or see references/cli-installation-guide.md for installation instructions.
>
> Then [MUST] run aliyun plugin update to ensure that any existing plugins on your local machine are always up-to-date.
[MUST] CLI User-Agent β Every aliyun CLI command invocation must include:
--user-agent AlibabaCloud-Agent-Skills/alibabacloud-odps-project-manage
[MUST] AI-Mode Commands β When using aliyun CLI, declare AI-Mode lifecycle: 1. Enable AI-Mode before commands:
aliyun configure ai-mode enable
2. Set User-Agent for AI-Mode:
aliyun configure ai-mode set-user-agent --user-agent "AlibabaCloud-Agent-Skills/alibabacloud-odps-project-manage"
3. Disable AI-Mode after workflow ends:
aliyun configure ai-mode disable
1. Naming Convention: Use lowercase letters, numbers, and underscores for project names
2. Quota Selection: Choose appropriate quota based on workload requirements
3. Product Type: Use payasyougo for development/testing, subscription for production with predictable workloads
4. Type System: Use 2 (MaxCompute) for new projects unless Hive compatibility is required
5. Resource Cleanup: Always clean up test projects to avoid unnecessary costs
clawhub install alibabacloud-odps-project-manage