Alicloud Ai Content Aimiaobi
Scanned@cinience
npx machina-cli add skill @cinience/alicloud-ai-content-aimiaobi --openclawCategory: service
Quan Miao
Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Quan Miao.
Workflow
- Confirm region, resource identifiers, and desired action.
- Discover API list and required parameters (see references).
- Call API with SDK or OpenAPI Explorer.
- Verify results with describe/list APIs.
AccessKey priority (must follow)
- Environment variables:
ALICLOUD_ACCESS_KEY_ID/ALICLOUD_ACCESS_KEY_SECRET/ALICLOUD_REGION_IDRegion policy:ALICLOUD_REGION_IDis an optional default. If unset, decide the most reasonable region for the task; if unclear, ask the user. - Shared config file:
~/.alibabacloud/credentials
API discovery
- Product code:
AiMiaoBi - Default API version:
2023-08-01 - Use OpenAPI metadata endpoints to list APIs and get schemas (see references).
High-frequency operation patterns
- Inventory/list: prefer
List*/Describe*APIs to get current resources. - Change/configure: prefer
Create*/Update*/Modify*/Set*APIs for mutations. - Status/troubleshoot: prefer
Get*/Query*/Describe*StatusAPIs for diagnosis.
Minimal executable quickstart
Use metadata-first discovery before calling business APIs:
python scripts/list_openapi_meta_apis.py
Optional overrides:
python scripts/list_openapi_meta_apis.py --product-code <ProductCode> --version <Version>
The script writes API inventory artifacts under the skill output directory.
Output policy
If you need to save responses or generated artifacts, write them under:
output/alicloud-ai-content-aimiaobi/
References
- Sources:
references/sources.md
Overview
This skill enables you to manage Alibaba Cloud Quan Miao (AiMiaoBi) resources using OpenAPI or official SDKs. It focuses on listing resources, creating or updating configurations, querying status, and troubleshooting workflows, with a guided workflow and metadata discovery.
How This Skill Works
Confirm region and resource identifiers, discover the API list and required parameters, then call the API using the SDK or OpenAPI Explorer. Finally, verify results with describe/list APIs to ensure the desired state is achieved.
When to Use It
- Inventory/list current AiMiaoBi resources using List*/Describe* APIs.
- Create, update, modify, or set configurations for AiMiaoBi resources.
- Query status or troubleshoot workflows with Get*/Query*/Describe*Status APIs.
- Discover API metadata and required parameters before calling business APIs.
- Validate results after API calls and follow up with describe/list checks.
Quick Start
- Step 1: Use a metadata-first discovery: python scripts/list_openapi_meta_apis.py
- Step 2: Optionally override product/version: python scripts/list_openapi_meta_apis.py --product-code <ProductCode> --version <Version>
- Step 3: Review artifacts generated under output/alicloud-ai-content-aimiaobi/ and proceed with API calls
Best Practices
- Always inventory first using List*/Describe* APIs to understand state.
- Use Create*/Update*/Modify*/Set* APIs for any mutation.
- Prefer Get*/Query*/Describe*Status APIs for diagnosing problems.
- Set credentials via environment variables (ALICLOUD_*), or a shared config file.
- Follow the output policy and store responses under output/alicloud-ai-content-aimiaobi/.
Example Use Cases
- List current AiMiaoBi resources with the inventory APIs to map resources.
- Create or update a configuration for AiMiaoBi via the appropriate API.
- Update an existing AiMiaoBi resource and verify with a Describe/Status call.
- Run metadata discovery to enumerate available APIs and schemas.
- Save generated responses under output/alicloud-ai-content-aimiaobi/ for auditing.