alibabacloud-bailian-m…
Explain, evaluate, demonstrate, provision, and integrate Alibaba Cloud Bailian Managed Agent (CMA / ManagedAgents). Use for Bailian Managed Agent product…
Shared foundation for LHM skills. Provides unified configuration management (data_validation_config.yaml), precondition checks (resource group / service agent / data sources / API connectivity), guided configuration (setup), and client building. All LHM business Skills should
$ npx -y skills add aliyun/alibabacloud-aiops-skills --skill lhm-common --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/lhm-commonContext preview
The summary Claude sees to decide when to auto-load this skill.
Shared foundation for LHM skills. Provides unified configuration management (data_validation_config.yaml), precondition checks (resource group / service agent / data sources / API connectivity), guided configuration (setup), and client building. All LHM business Skills should
name: lhm-common description: Shared foundation for LHM skills. Provides unified configuration management (data_validation_config.yaml), precondition checks (resource group / service agent / data sources / API connectivity), guided configuration (setup), and client building. All LHM business Skills should invoke the check subcommand to verify preconditions before execution. Also triggers when the user asks to configure LHM, e.g. "帮我配置 LHM" (help me configure LHM). version: 1.0.0
Shared infrastructure for all LHM skills, replacing the former `lhm-preflight-check` and `lhm-client-builder`.
Core capabilities: 1. **Centralized configuration**: AK/SK/Region/resource group/service agent/data sources are stored uniformly in `~/.lhm/data_validation_config.yaml` 2. **Standardized pre-checks**: each business Skill declares a profile, and preconditions are validated automatically before execution 3. **Human-friendly guidance**: the `setup` command walks the user through the full configuration step by step
When the user asks for help configuring LHM (the Chinese trigger phrases are declared in the frontmatter description) or runs any LHM skill for the first time:
python run.py setup
The output contains a guided structure of 6 steps. Steps 1/2/4 have `prompt_fields` (ask the user and write the values in); steps 3/5 are console operations (`manual_step`); step 6 is automatic verification. For each step with `prompt_fields`, ask the user one by one and write the values with `setup-write`.
# Write the values provided by the user
python run.py setup-write '{"api.access_key_id":"LTAI...","api.access_key_secret":"xxx","api.region":"hangzhou"}'Each step is written to data_validation_config.yaml immediately after completion, so exiting midway does not lose any filled-in content.
Guidance documents are loaded on demand:
Before executing any business Skill, run:
python run.py check --profile data-validation
Check the `ready` field:
python run.py client # read from data_validation_config.yaml python run.py client --region singapore # override region
python run.py config list # list all configuration (AK masked) python run.py config get api.region # read a field python run.py config set api.region singapore # set a field python run.py config add-ds --alias mc --ds-id 123 --ds-name "订单库" --ds-type MaxCompute python run.py config remove-ds --alias mc # remove a data source python run.py config show --alias mc # view data source details
Each business Skill declares the profile it needs:
| Profile | Mandatory checks | Optional checks | |---------|------------------|-----------------| | `data-validation` | api_credentials, api_connectivity, resource_group, agent, data_sources | — | | `sql-convert` | api_credentials, api_connectivity | resource_group | | `schedule` | api_credentials, api_connectivity | resource_group, data_sources |
Check item implementations:
# 1. Verify the CLI is usable python run.py config list # 2. Verify the configuration is complete python run.py check --profile data-validation # 3. Verify client building python run.py client
Official Alibaba Cloud Agent Skills collection, providing AI agents with rich Alibaba Cloud product capabilities and general-purpose tooling.
Explain, evaluate, demonstrate, provision, and integrate Alibaba Cloud Bailian Managed Agent (CMA / ManagedAgents). Use for Bailian Managed Agent product…
Alibaba Cloud Parse-X intelligent document parsing and extraction tool. Supports two capabilities: (1) Parse — convert documents, images, and audio/video to…
Execute code in a secure cloud sandbox via AgentBay SDK. Use this skill whenever users request to run, execute, or evaluate code (Python, JavaScript, R, Java),…
Operate Alibaba Cloud AgentLoop Dataset resources with aliyun CLI and the AgentLoop API version 2026-05-20. Use when requests concern AgentLoop datasets, data…
Orchestrate AgentLoop evaluation workflows through the Aliyun CLI plugin with safe previews, saved evaluator and evaluator-skill management, one-shot sample…
Proactively use AgentLoop Recall to retrieve prior Alibaba Cloud AgentLoop experience through the bundled SearchContext CLI whenever the user asks or implies…