Get the FREE Ultimate OpenClaw Setup Guide →
c

Alicloud Ai Content Aimiaobi

Scanned

@cinience

npx machina-cli add skill @cinience/alicloud-ai-content-aimiaobi --openclaw
Files (1)
SKILL.md
1.9 KB

Category: service

Quan Miao

Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Quan Miao.

Workflow

  1. Confirm region, resource identifiers, and desired action.
  2. Discover API list and required parameters (see references).
  3. Call API with SDK or OpenAPI Explorer.
  4. Verify results with describe/list APIs.

AccessKey priority (must follow)

  1. Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REGION_ID is an optional default. If unset, decide the most reasonable region for the task; if unclear, ask the user.
  2. 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

  1. Inventory/list: prefer List* / Describe* APIs to get current resources.
  2. Change/configure: prefer Create* / Update* / Modify* / Set* APIs for mutations.
  3. Status/troubleshoot: prefer Get* / Query* / Describe*Status APIs 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

Source

git clone https://clawhub.ai/cinience/alicloud-ai-content-aimiaobiView on GitHub

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

  1. Step 1: Use a metadata-first discovery: python scripts/list_openapi_meta_apis.py
  2. Step 2: Optionally override product/version: python scripts/list_openapi_meta_apis.py --product-code <ProductCode> --version <Version>
  3. 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.

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers