alicloud-ai-search-dashvector-test

Validate authentication and API reachability for the alicloud-ai-search-dashvector skill.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill ensures that the core functionalities of the alicloud-ai-search-dashvector skill are operational, verifying authentication and basic API reachability.

Core Features & Use Cases

  • Authentication Check: Validates that credentials can be successfully used to interact with the DashVector service.
  • API Reachability: Confirms that a read-only API endpoint within the DashVector skill is accessible.
  • Use Case: Before deploying or relying on the DashVector skill for search operations, run this test to quickly confirm its basic health and configuration.

Quick Start

Run the offline script compilation check for the alicloud-ai-search-dashvector skill.

Frequently Asked Questions about alicloud-ai-search-dashvector-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 DashVector search API connectivity?

To run a smoke test for DashVector search, execute a script that validates Alibaba Cloud credentials and performs a single read-only query to confirm API reachability and basic operational status.

What does a DashVector smoke test check before deploying search operations?

A DashVector smoke test checks offline script compilation, verifies minimal authentication, and executes a read-only query path to ensure the search API is accessible and configured correctly.

Do I need Alibaba Cloud credentials to test DashVector API reachability?

Yes, you need configured Alibaba Cloud credentials to test DashVector API reachability, as the smoke test validates minimal authentication by using your credentials to interact with the service.

Can I verify DashVector search configuration without executing write operations?

Yes, you can verify DashVector search configuration using a read-only query path that confirms API accessibility and basic health without executing any write operations on your indices.

Why does my DashVector smoke test fail during script compilation check?

A DashVector smoke test may fail during script compilation if the target skill path is incorrect or if there are syntax errors in the scripts component being validated offline.

When should I use a smoke test for Alibaba Cloud AI search skills?

Use a smoke test for Alibaba Cloud AI search skills before deployment to quickly confirm basic health, validate authentication configuration, and ensure the DashVector API endpoint is reachable.