← Back to Skills Marketplace
cinience

Aliyun Anytrans Translate

by cinience · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aliyun-anytrans-translate
Description
Use when managing Alibaba Cloud TongyiTranslate (AnyTrans) via OpenAPI/SDK, including the user needs translation service resource operations in Alibaba Cloud...
README (SKILL.md)

Category: service

TongyiTranslate

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

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: AnyTrans
  • Default API version: 2025-07-07
  • 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 \x3CProductCode> --version \x3CVersion>

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/aliyun-anytrans-translate/

Validation

mkdir -p output/aliyun-anytrans-translate
for f in skills/ai/translation/aliyun-anytrans-translate/scripts/*.py; do
  python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/aliyun-anytrans-translate/validate.txt

Pass criteria: command exits 0 and output/aliyun-anytrans-translate/validate.txt is generated.

Output And Evidence

  • Save artifacts, command outputs, and API response summaries under output/aliyun-anytrans-translate/.
  • Include key parameters (region/resource id/time range) in evidence files for reproducibility.

Prerequisites

  • Configure least-privilege Alibaba Cloud credentials before execution.
  • Prefer environment variables: ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID.
  • If region is unclear, ask the user before running mutating operations.

References

  • Sources: references/sources.md
Usage Guidance
This skill appears to do what it says: discover AnyTrans OpenAPI metadata and help call Alibaba Cloud APIs. Before installing: 1) Only provide least-privilege Alibaba credentials (create a dedicated user with minimal rights). Prefer setting ALICLOUD_ACCESS_KEY_ID/SECRET in environment variables rather than leaving broad credentials in shared config. 2) Note the registry metadata omitted declaring these env vars — verify you are comfortable with the skill reading ~/.alibabacloud/credentials if present. 3) Review the included Python script (it only fetches public API metadata from api.aliyun.com and writes to output/). 4) Do not allow the agent to run mutating operations autonomously without an explicit check — the SKILL.md advises asking the user first. 5) If you do not trust the source (homepage unknown), run the script in an isolated sandbox or inspect/modify it before use.
Capability Analysis
Type: OpenClaw Skill Name: aliyun-anytrans-translate Version: 1.0.0 The skill is designed to manage Alibaba Cloud TongyiTranslate (AnyTrans) services using official OpenAPI metadata. The script `scripts/list_openapi_meta_apis.py` fetches API documentation from legitimate Alibaba Cloud endpoints (api.aliyun.com) and saves it to a local output directory. The instructions and code follow standard cloud management patterns without any evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the included script and SKILL.md: both focus on discovering AnyTrans OpenAPI metadata and guiding API calls for TongyiTranslate. The single Python script fetches api-docs.json from api.aliyun.com which is consistent with API discovery functionality.
Instruction Scope
SKILL.md tells the agent to use environment variables and/or ~/.alibabacloud/credentials for credentials, run the included discovery script, call SDK/OpenAPI for resource operations, and write artifacts under output/aliyun-anytrans-translate/. It also advises asking the user before mutating resources. The instructions may cause the agent to read the user's Alibaba Cloud credentials file or environment variables — that is appropriate for making API calls but worth noting.
Install Mechanism
No install spec (instruction-only) and only a small Python script is included. No downloads from external URLs or archive extraction. Lowest-risk install surface.
Credentials
SKILL.md requires/priortizes ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, and optional ALICLOUD_REGION_ID or shared config ~/.alibabacloud/credentials. Those credentials are proportionate for calling Alibaba Cloud APIs. However, the registry metadata did not declare required env vars or config paths, which is an inconsistency you should be aware of.
Persistence & Privilege
always is false and the skill does not request persistent or elevated agent privileges. It writes artifacts to a local output/ path only and does not modify other skills or system configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aliyun-anytrans-translate
  3. After installation, invoke the skill by name or use /aliyun-anytrans-translate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of aliyun-anytrans-translate skill. - Provides guidance for managing Alibaba Cloud TongyiTranslate (AnyTrans) resources via OpenAPI and SDK. - Documents workflow for listing, creating, updating, and troubleshooting translation service resources. - Describes required access key setup, API discovery methods, and evidence handling. - Includes validation steps and prerequisites for secure and reproducible use. - Outputs all artifacts and response summaries to a dedicated directory for traceability.
Metadata
Slug aliyun-anytrans-translate
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Aliyun Anytrans Translate?

Use when managing Alibaba Cloud TongyiTranslate (AnyTrans) via OpenAPI/SDK, including the user needs translation service resource operations in Alibaba Cloud... It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install Aliyun Anytrans Translate?

Run "/install aliyun-anytrans-translate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Aliyun Anytrans Translate free?

Yes, Aliyun Anytrans Translate is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Aliyun Anytrans Translate support?

Aliyun Anytrans Translate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Aliyun Anytrans Translate?

It is built and maintained by cinience (@cinience); the current version is v1.0.0.

💬 Comments