← 返回 Skills 市场
cinience

Aliyun Dlf Manage

作者 cinience · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aliyun-dlf-manage
功能描述
Use when managing Alibaba Cloud Data Lake Formation (DataLake) via OpenAPI/SDK, including the user asks for DataLake catalog resource operations, configurati...
使用说明 (SKILL.md)

Category: service

Data Lake Formation

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

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: DataLake
  • Default API version: 2020-07-10
  • 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-dlf-manage/

Validation

mkdir -p output/aliyun-dlf-manage
for f in skills/data-lake/aliyun-dlf-manage/scripts/*.py; do
  python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/aliyun-dlf-manage/validate.txt

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

Output And Evidence

  • Save artifacts, command outputs, and API response summaries under output/aliyun-dlf-manage/.
  • 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 do what it says (manage Alibaba Cloud DataLake) and the small Python helper only fetches official OpenAPI metadata, but there is a metadata vs. instruction mismatch you should address before use. Actions to consider: - Confirm with the publisher (or inspect SKILL.md) that the skill needs ALICLOUD_ACCESS_KEY_ID and ALICLOUD_ACCESS_KEY_SECRET and that these should be provided via environment variables or the shared credentials file. The registry should declare these as required/primaryEnv. - Provide least-privilege Alibaba credentials (a role or keypair limited to DataLake operations) rather than full-account keys. - Run the skill in an isolated/test environment first; review any artifacts under output/aliyun-dlf-manage/ for sensitive identifiers before storing them elsewhere. - Inspect ~/.alibabacloud/credentials (if present) to understand what keys the agent might pick up, and consider using temporary/ephemeral credentials. - If you need stronger assurance, ask the publisher to update the registry metadata to declare required env vars and primary credential, and to sign or host the script from a trusted location.
功能分析
Type: OpenClaw Skill Name: aliyun-dlf-manage Version: 1.0.0 The skill bundle is a legitimate tool for managing Alibaba Cloud Data Lake Formation (DLF). The primary script, `scripts/list_openapi_meta_apis.py`, fetches API metadata from the official Alibaba Cloud domain (api.aliyun.com) to help the agent discover available operations. The instructions in `SKILL.md` correctly guide the agent on credential usage and resource management without any signs of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The skill is for managing Alibaba Cloud Data Lake Formation and the included script and SKILL.md use Alibaba OpenAPI endpoints and SDK patterns — that aligns with the stated purpose. However, the registry metadata claims no required credentials while the SKILL.md explicitly requires ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET and an optional ALICLOUD_REGION_ID or ~/.alibabacloud/credentials. That mismatch is an inconsistency.
Instruction Scope
Runtime instructions are focused on API discovery and calling DataLake APIs, plus writing artifacts under output/aliyun-dlf-manage/. The SKILL.md also directs the agent to prefer environment variables and read the shared credentials file (~/.alibabacloud/credentials) if present. Those file/env reads are reasonable for cloud management but should have been declared in the metadata.
Install Mechanism
No install spec (instruction-only) and the included script is a small, straightforward Python script that fetches JSON from api.aliyun.com. No downloads from untrusted hosts or archive extraction are present.
Credentials
The SKILL.md requires cloud credentials (AccessKey ID/Secret and optional region or shared credentials file). Those credentials are appropriate for the skill's purpose, but the registry metadata and primaryEnv do not declare them. Not declaring required secrets in metadata reduces visibility and is a security/integrity concern.
Persistence & Privilege
The skill is not marked always:true and does not request elevated persistence. It writes output artifacts to a local output/ directory as documented, which is reasonable for tooling and reproducibility.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aliyun-dlf-manage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aliyun-dlf-manage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of aliyun-dlf-manage skill for managing Alibaba Cloud Data Lake Formation via OpenAPI/SDK. - Supports catalog resource operations, configuration updates, status queries, and troubleshooting DataLake API workflows. - Implements API discovery and operation patterns for list, create, update, and status APIs. - Provides guidelines for credential setup, region policies, and output artifact storage. - Includes scripts and validation steps to ensure proper environment and execution.
元数据
Slug aliyun-dlf-manage
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Aliyun Dlf Manage 是什么?

Use when managing Alibaba Cloud Data Lake Formation (DataLake) via OpenAPI/SDK, including the user asks for DataLake catalog resource operations, configurati... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 Aliyun Dlf Manage?

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

Aliyun Dlf Manage 是免费的吗?

是的,Aliyun Dlf Manage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Aliyun Dlf Manage 支持哪些平台?

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

谁开发了 Aliyun Dlf Manage?

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

💬 留言讨论