← 返回 Skills 市场
cinience

Alicloud Ai Translation Anytrans

作者 cinience · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
1287
总下载
0
收藏
4
当前安装
4
版本数
在 OpenClaw 中安装
/install alicloud-ai-translation-anytrans
功能描述
Manage Alibaba Cloud TongyiTranslate (AnyTrans) via OpenAPI/SDK. Use whenever the user needs translation service resource operations in Alibaba Cloud, includ...
使用说明 (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/alicloud-ai-translation-anytrans/

Validation

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

Pass criteria: command exits 0 and output/alicloud-ai-translation-anytrans/validate.txt is generated.

Output And Evidence

  • Save artifacts, command outputs, and API response summaries under output/alicloud-ai-translation-anytrans/.
  • 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
安全使用建议
This skill appears to be a legitimate helper for Alibaba Cloud AnyTrans, but the SKILL.md requires your Alibaba Cloud access key/secret or the standard credentials file while the registry metadata lists no required credentials — verify this before proceeding. If you plan to use it: (1) prefer creating an IAM user or role with least privilege (only AnyTrans permissions) and use temporary credentials or scoped API keys; (2) do not supply high-privilege or root keys; (3) review the included script (scripts/list_openapi_meta_apis.py) — it only fetches public API metadata from api.aliyun.com; (4) run the skill in a sandbox or with limited credentials first and confirm it asks before any mutating operations; (5) be aware it will write outputs/evidence (including region/resource IDs) to output/alicloud-ai-translation-anytrans/ — avoid saving very sensitive secrets there. If you cannot verify the source or cannot provide a scoped credential, consider not installing or only running its read-only parts manually.
功能分析
Type: OpenClaw Skill Name: alicloud-ai-translation-anytrans Version: 1.0.3 The skill bundle is a legitimate tool for managing Alibaba Cloud TongyiTranslate (AnyTrans) resources. The script `scripts/list_openapi_meta_apis.py` fetches API metadata from official Alibaba Cloud endpoints (api.aliyun.com) to facilitate service discovery, and the instructions in `SKILL.md` follow standard cloud credential management practices without any signs of malicious intent or unauthorized data exfiltration.
能力评估
Purpose & Capability
The skill's stated purpose (manage Alibaba Cloud TongyiTranslate/AnyTrans) legitimately requires Alibaba Cloud credentials and region info, and the SKILL.md indeed instructs use of ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID and ~/.alibabacloud/credentials. However, the skill's registry metadata lists no required env vars or primary credential. This mismatch between declared requirements and actual instructions is incoherent and worth verifying.
Instruction Scope
SKILL.md explicitly instructs the agent to read environment variables and the shared credentials file (~/.alibabacloud/credentials), discover APIs, call SDK/OpenAPI Explorer, and save evidence including key parameters (region/resource id/time range). Those actions are within the stated translation-management purpose, but they do require access to local credential material and potentially record resource identifiers — and the instructions access files/env vars not declared in the metadata. The agent is also allowed to choose a region if none is set, which grants some discretion.
Install Mechanism
No install spec (instruction-only) and included helper script only fetches public metadata from api.aliyun.com. There's nothing being downloaded or executed during an install step, which minimizes install-time risk.
Credentials
The runtime expects ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET and optionally ALICLOUD_REGION_ID or the shared config file. Those credentials are proportionate to managing Alibaba Cloud resources, but the manifest did not declare them. Requiring secret keys without declaring them reduces transparency and is a red flag for least-privilege review.
Persistence & Privilege
The skill does not request always:true and does not appear to modify other skills or system-wide config. It writes outputs to a skill-specific output/ directory as documented, which is normal.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install alicloud-ai-translation-anytrans
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /alicloud-ai-translation-anytrans 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
batch publish from alicloud-skills on 2026-03-11
v1.0.2
batch publish from alicloud-skills on 2026-02-13
v1.0.1
Retry publish after transient rate-limit; includes agents metadata updates.
v1.0.0
Initial ClawHub publish for Alibaba Cloud skills with agents metadata.
元数据
Slug alicloud-ai-translation-anytrans
版本 1.0.3
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 4
常见问题

Alicloud Ai Translation Anytrans 是什么?

Manage Alibaba Cloud TongyiTranslate (AnyTrans) via OpenAPI/SDK. Use whenever the user needs translation service resource operations in Alibaba Cloud, includ... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1287 次。

如何安装 Alicloud Ai Translation Anytrans?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install alicloud-ai-translation-anytrans」即可一键安装,无需额外配置。

Alicloud Ai Translation Anytrans 是免费的吗?

是的,Alicloud Ai Translation Anytrans 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Alicloud Ai Translation Anytrans 支持哪些平台?

Alicloud Ai Translation Anytrans 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Alicloud Ai Translation Anytrans?

由 cinience(@cinience)开发并维护,当前版本 v1.0.3。

💬 留言讨论