← 返回 Skills 市场
maozhonghao

Huawei Cloud ModelArts Skill

作者 maozhonghao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install huawei-cloud-modelarts-skill
功能描述
Manage Huawei Cloud ModelArts resources including training jobs, models, inference services, notebooks, and resource overview with secure temporary credentials.
使用说明 (SKILL.md)

# ModelArts 资源全功能管理 Skill\r \r \r \r ## 基本信息\r \r - 技能名称:ModelArts_Resource_Manager\r \r - 版本:1.0.0\r \r - 认证方式:ModelArts 运行环境临时安全凭证\r \r - 安全等级:高\r \r \r \r ## 功能说明\r \r 提供 ModelArts 全栈基础资源管理能力:\r \r - 资源概览查询\r \r - 训练作业管理\r \r - 模型管理\r \r - 推理服务管理\r \r - Notebook 管理\r \r \r \r ## 安全特性\r \r - 自动脱敏:AK/SK、网络信息、密钥全部屏蔽\r \r - 无缓存、无存储、无持久化\r \r - 异常不暴露内部结构\r \r - 全程内存运行\r \r \r \r ## 支持 Action\r \r | action | 说明 |\r \r |--------|------|\r \r | list_resource_overview | 查询资源概览 |\r \r | list_training_jobs | 查询训练作业 |\r \r | create_training_job | 创建训练作业 |\r \r | list_models | 查询模型 |\r \r | list_services | 查询推理服务 |\r \r | list_notebooks | 查询 Notebook |\r \r \r \r ## 调用示例\r \r

\r
{\r
\r
  "action": "list\_resource\_overview",\r
\r
  "params": {}\r
\r
}\r
\r
安全使用建议
This skill mostly does what it says (ModelArts management), but before installing or invoking it consider: 1) Only run it in an appropriate ModelArts/cloud environment where the implicit system token behavior is intended — it will attempt to obtain runtime credentials via the SDK. 2) Be careful with create_training_job: it accepts a source_directory (code_dir) parameter that will likely read and upload local files; do not point it at directories containing secrets or sensitive files. 3) Ask the author to document required parameters (code_dir/boot_file/job_name), exactly how credentials are obtained, and to add explicit safeguards (whitelisted paths, explicit confirmation before uploading). 4) If you must use it outside a controlled cloud environment, run it in an isolated sandbox and review the package contents and the modelarts-sdk behavior for how credentials are sourced and temporary artifacts are handled. 5) The skill's desensitization is basic (name-based masking) and may not reliably remove all secrets from returned data — do not rely on it as the sole protection.
功能分析
Type: OpenClaw Skill Name: huawei-cloud-modelarts-skill Version: 1.0.0 The skill bundle is a legitimate resource management tool for Huawei Cloud ModelArts. It implements standard administrative functions (listing and creating training jobs, models, and services) using the official 'modelarts-sdk'. Notably, it includes a dedicated security utility (tools/security.py) designed to desensitize sensitive information like AK/SK and tokens before returning data to the agent, demonstrating a security-conscious design aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description, requirements.txt (modelarts-sdk), and implemented functions (list training jobs, create training job, list models/services/notebooks) are consistent with a ModelArts management skill. Declared SKILL_METADATA states support_auth_type 'system_token', which aligns with cloud SDK usage.
Instruction Scope
SKILL.md describes supported actions but does not document parameters or explain that create_training_job will take a local source_directory (code_dir) and boot_file. scripts/skill.py accepts a source_directory param and passes it to Estimator(...) which typically packages and uploads local files — meaning the agent may read arbitrary local directories and upload them to cloud. The documentation claims 'no persistence' and 'in-memory only' but offers no explicit guarantees or constraints about what is read/uploaded. The skill's runtime instructions are therefore vague and grant the agent discretion to access local filesystem content.
Install Mechanism
No install spec is provided (instruction-only installation), but the package includes code files and requirements.txt pointing to modelarts-sdk from PyPI. This is an expected dependency for ModelArts integration and is not a suspicious download pattern; however the presence of code (scripts/skill.py) means the skill will execute bundled Python, so review of code is required before trust.
Credentials
The skill lists no required environment variables yet calls modelarts.session.Session() to obtain runtime credentials implicitly (SKILL_METADATA mentions 'system_token' auth). That is plausible for code running inside Huawei's ModelArts environment, but the lack of explicit declaration means the skill will try to access whatever instance/host credentials are available (metadata/system token). Also, create_training_job accepts a local source_directory parameter which may cause sensitive local files to be uploaded — the skill requests access (implicitly) to filesystem and cloud credentials without documenting constraints.
Persistence & Privilege
always is false, the skill does not attempt to modify other skills or system-wide config, and its scripts claim no caching/persistence. There is no install mechanism that writes into non-standard system paths. However, the skill will interact with cloud resources (OBS, training services) and may transfer local files to cloud as part of job creation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install huawei-cloud-modelarts-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /huawei-cloud-modelarts-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ModelArts_Resource_Manager. - Provides comprehensive management for ModelArts resources: resource overview, training jobs, models, inference services, and notebooks. - Ensures high security: sensitive data masking, in-memory runtime, no caching or persistence, and internal structure masking on errors. - Supports actions for listing and creating training jobs, managing models, inference services, and notebooks.
元数据
Slug huawei-cloud-modelarts-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Huawei Cloud ModelArts Skill 是什么?

Manage Huawei Cloud ModelArts resources including training jobs, models, inference services, notebooks, and resource overview with secure temporary credentials. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。

如何安装 Huawei Cloud ModelArts Skill?

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

Huawei Cloud ModelArts Skill 是免费的吗?

是的,Huawei Cloud ModelArts Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Huawei Cloud ModelArts Skill 支持哪些平台?

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

谁开发了 Huawei Cloud ModelArts Skill?

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

💬 留言讨论