alicloud-ai-recommend-airec-test

Smoke test Alibaba Cloud AI Recommend AIREC authentication and API reachability.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-recommend-airec-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-ai-recommend-airec-test
Source: https://github.com/cinience/alicloud-skills/tree/main/tests/ai/recommendation/alicloud-ai-recommend-airec-test
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-recommend-airec-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a crucial smoke test for the Alibaba Cloud AI Recommend AIREC service, ensuring basic functionality and accessibility.

Core Features & Use Cases

  • Authentication Validation: Verifies that the skill can authenticate successfully with Alibaba Cloud.
  • API Reachability: Confirms that the necessary AI REC API endpoints are reachable.
  • Read-Only Query Path: Executes a minimal, low-risk read-only query to validate data retrieval.
  • Use Case: Before deploying critical recommendation features, run this test to quickly confirm the underlying AI REC service is operational and accessible.

Quick Start

Run the offline script compilation check for the alicloud-ai-recommend-airec skill.

Frequently Asked Questions about alicloud-ai-recommend-airec-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a smoke test for Alibaba Cloud AI Recommend AIREC?

To run a smoke test for AI Recommend AIREC, execute the provided script to validate minimal authentication, check API reachability, and perform a bounded read-only query. The test saves execution results and errors for analysis.

What does an AIREC smoke test validate before deploying recommendation features?

An AIREC smoke test validates minimal authentication with Alibaba Cloud, confirms API endpoint reachability, and executes a low-risk read-only query path to ensure the underlying recommendation service is operational and accessible.

Do I need write permissions to test AIREC API reachability?

No, you do not need write permissions to test AIREC API reachability. The smoke test executes a minimal, bounded read-only query path to validate data retrieval without modifying resources, ensuring a low-risk validation.

Why is my Alibaba Cloud AI Recommend authentication failing during testing?

AI Recommend authentication may fail during testing due to invalid credentials or insufficient permissions. The smoke test script checks minimal authentication and saves specific errors, allowing you to analyze the saved logs to diagnose configuration issues.