← 返回 Skills 市场
my skill
作者
18108851659-yzh
· GitHub ↗
· v1.0.0
· MIT-0
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test000-my-skill
功能描述
提供 DMS 客户端数据管理能力,包括实例管理、SQL查询、工单创建、团队管理、用户管理。用于用户请求数据库实例添加、数据查询、提交工单、团队配置等操作时调用。
安全使用建议
Before installing or using this skill: (1) Confirm you have Java and a trusted copy of dms-cli.jar from an official source — do not run jars from unknown/unverified origins. (2) Expect the skill to require database credentials and tokens; never paste production passwords into untrusted chat windows or share them broadly. Prefer dbAccountId flows when possible (the doc recommends this). (3) Ask the publisher for the dms-cli.jar source, signature/checksum, and any install instructions; request that required binaries be declared in metadata. (4) Run the CLI in an isolated environment (sandbox or dedicated host) if you must test, and rotate any tokens/passwords used for testing. (5) If you need higher assurance, request source code or a signed release and insist the skill metadata be updated to list Java and the CLI jar as required components.
功能分析
Type: OpenClaw Skill
Name: test000-my-skill
Version: 1.0.0
The skill bundle provides instructions for an AI agent to manage database instances and execute SQL via a Java CLI tool (dms-cli.jar). It is classified as suspicious due to the presence of security vulnerabilities in Skill.md, specifically a hardcoded AES encryption key ('DMS-FRONT@2023#*') used for passwords and a configuration template that explicitly disables SSL verification ('verify': false). While these represent high-risk security flaws, they appear to be unintentional vulnerabilities or poor security practices rather than intentional malware, as the instructions are otherwise consistent with the stated purpose of database administration for the CTyun DMS service.
能力评估
Purpose & Capability
The name/description and the instructions align: the skill is a DMS client guide for instance management, SQL queries, tickets, teams and users. However, the documentation repeatedly invokes 'java -jar dms-cli.jar' (and therefore implicitly requires Java and the dms-cli.jar binary), yet the skill metadata declares no required binaries or install steps. That omission is inconsistent with the stated capability.
Instruction Scope
SKILL.md instructs running local CLI commands (java -jar dms-cli.jar ...) to log in, obtain instance tokens, and run SQL; it explicitly directs users to provide real database passwords in some flows and to use returned tokens. The instructions do not ask the agent to read unrelated system files, but they do involve handling sensitive credentials and tokens without describing secure handling, storage, or provenance of the dms-cli.jar. The file is truncated in the manifest; full instructions should be reviewed for any additional surprising steps.
Install Mechanism
This is instruction-only with no install spec — lowest installer risk. But because the instructions rely on a specific jar (dms-cli.jar) and Java, the skill should declare those prerequisites or provide a vetted install source. The lack of an install/source for dms-cli.jar means users must obtain and run an executable jar from elsewhere, which is a surface for supply-chain risk.
Credentials
The skill handles highly sensitive inputs (database passwords and instance tokens) and encourages users to provide them for CLI login flows, but the metadata lists no primary credential nor required env vars and gives no guidance about where credentials are entered or stored. That mismatch is concerning: secrets are central to the skill's operation but no credential handling is declared or constrained.
Persistence & Privilege
The skill is not always-enabled and does not request persistent agent privileges or modify other skills. It does not declare autonomous persistent behavior beyond ordinary invocation, so no elevated platform privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install test000-my-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/test000-my-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
天翼云 DMS 数据管理服务 (客户端) Skill 首个发布版本。
- 支持实例管理、SQL查询、工单创建、团队和用户管理等 DMS 核心能力
- 提供详细用法说明和常见问题避坑指南
- 特别说明 PostgreSQL 数据库切换正确方法,强调登录时 db-name 参数使用
- 收录全面枚举参数与取值对照表
- 适用于 API 调用及 CLI 工具操作场景
元数据
常见问题
my skill 是什么?
提供 DMS 客户端数据管理能力,包括实例管理、SQL查询、工单创建、团队管理、用户管理。用于用户请求数据库实例添加、数据查询、提交工单、团队配置等操作时调用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 my skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install test000-my-skill」即可一键安装,无需额外配置。
my skill 是免费的吗?
是的,my skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
my skill 支持哪些平台?
my skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 my skill?
由 18108851659-yzh(@18108851659-yzh)开发并维护,当前版本 v1.0.0。
推荐 Skills