aliyun-aimiaobi-generate-test
$
npx mdskill add cinience/alicloud-skills/aliyun-aimiaobi-generate-testValidates basic functionality of aliyun-aimiaobi-generate skill
- Tests minimal authentication and API reachability for cloud integration
- Uses Aliyun API credentials and compile-check script for validation
- Executes read-only query with bounded scope to verify response structure
- Saves test results including raw output and error details for analysis
SKILL.md
.github/skills/aliyun-aimiaobi-generate-testView on GitHub ↗
--- name: aliyun-aimiaobi-generate-test description: Smoke test for aliyun-aimiaobi-generate. Validate minimal authentication, API reachability, and one read-only query path. version: 1.0.0 --- Category: test # AI CONTENT AIMIAOBI Smoke Test ## Prerequisites - Configure credentials with least privilege (`ALIBABACLOUD_ACCESS_KEY_ID` / `ALIBABACLOUD_ACCESS_KEY_SECRET` / optional `ALIBABACLOUD_REGION_ID`). - Target skill: `skills/ai/content/aliyun-aimiaobi-generate/`. ## Test Steps 1) Run offline script compilation check (no network needed): ```bash python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/content/aliyun-aimiaobi-generate \ --output output/aliyun-aimiaobi-generate-test/compile-check.json ``` 2) Read the target skill `SKILL.md` and identify one lowest-risk read-only API (for example `Describe*` / `List*` / `Get*`). 3) Execute one minimal call with bounded scope (region + page size / limit). 4) Save request summary, response summary, and raw output under `output/aliyun-aimiaobi-generate-test/`. 5) If the call fails, record exact error code/message without guessing. ## Pass Criteria - Script compilation check passes (`compile-check.json.status=pass`). - The selected read-only API call succeeds and returns valid response structure. - Evidence files exist in `output/aliyun-aimiaobi-generate-test/` with timestamp and parameters. ## Result Template - Date: YYYY-MM-DD - Skill: skills/ai/content/aliyun-aimiaobi-generate - Conclusion: pass / fail - Notes:
More from cinience/alicloud-skills
- aliyun-adb-mysqlUse when managing Alibaba Cloud AnalyticDB for MySQL (ADB) via OpenAPI/SDK, including the user needs AnalyticDB resource lifecycle and configuration operations, status checks, or troubleshooting ADB API and cluster workflow issues.
- aliyun-adb-mysql-testSmoke test for aliyun-adb-mysql. Validate minimal authentication, API reachability, and one read-only query path.
- aliyun-aicontent-generateUse when managing Alibaba Cloud AIContent (AiContent) via OpenAPI/SDK, including the user needs AI content generation or content workflow operations in Alibaba Cloud, including listing assets, creating/updating generation configurations, checking task status, or troubleshooting failed content jobs.
- aliyun-aicontent-generate-testSmoke test for aliyun-aicontent-generate. Validate minimal authentication, API reachability, and one read-only query path.
- aliyun-aimiaobi-generateUse when managing Alibaba Cloud Quan Miao (AiMiaoBi) via OpenAPI/SDK, including the user asks for Alibaba Cloud MiaoBi content operations, including listing resources, creating/updating configurations, querying runtime status, and diagnosing API or workflow failures.
- aliyun-airec-manageUse when managing Alibaba Cloud AIRec (Airec) via OpenAPI/SDK, including the user needs recommendation-engine resource operations in Alibaba Cloud, including list/create/update flows, status inspection, and troubleshooting AIRec configuration or runtime issues.
- aliyun-airec-manage-testSmoke test for aliyun-airec-manage. Validate minimal authentication, API reachability, and one read-only query path.
- aliyun-alb-manageUse when managing and troubleshoot Alibaba Cloud ALB (Application Load Balancer), including the user asks to inspect, create, change, or debug ALB instances, listeners, server groups, rules, certificates, ACLs, security policies, or health checks in Alibaba Cloud.
- aliyun-alb-manage-testSmoke test for Alibaba Cloud ALB skill. Validates SDK auth, script compilation, list instances, and health check flows.
- aliyun-animate-anyoneUse when generating dance or motion-transfer videos with Alibaba Cloud Model Studio AnimateAnyone (`animate-anyone-gen2`) using a detected character image and an action template. Use when cloning motion from a dance/action video into a target character image.