← 返回 Skills 市场
lan2898408767

Platform Script Skills

作者 Lan2898408767 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
110
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install shucheng-platform-script
功能描述
提供自研业务平台的脚本模板和编码规范。当用户需要编写 Groovy 后端脚本、JavaScript 表单脚本、SQL 查询、附件处理等代码时使用此技能。
安全使用建议
This skill appears to be what it says: a set of platform-specific script templates and coding rules. Before using it in production, do the following: 1) Audit the bundled templates — do NOT copy-and-paste examples that print or modify account passwords, reset credentials to hardcoded values, or perform broad deletes. 2) Review SQL templates for unsafe string concatenation (risk of SQL injection) and prefer parameterized queries. 3) Test generated scripts in a sandbox/staging environment with limited privileges. 4) Require manual code review and approval before deploying any generated script that touches user accounts, credentials, or deletion/update operations. 5) Verify the skill source/trustworthiness if you need long-term use; if you cannot verify the origin, restrict who can invoke it. If the skill later requests external endpoints, environment variables, or an install script that downloads code, re-evaluate as those would raise stronger concerns.
功能分析
Type: OpenClaw Skill Name: platform-script Version: 1.0.1 The skill bundle provides a comprehensive set of Groovy and JavaScript templates for a specific business platform, but it contains high-risk code examples in 'references/platform-script-templates.txt'. Specifically, it includes a 'Listener Script Example' that iterates through the entire 'gdmp_account' table and resets passwords for all users (except 'admin' and 'guest') to a hardcoded value ('123456'). It also contains hardcoded external email addresses (e.g., [email protected] and [email protected]) within its notification templates, which could lead to accidental data exposure if used without modification.
能力评估
Purpose & Capability
Name/description promise Groovy/JS/SQL/attachment templates and coding rules; the SKILL.md and references directory contain exactly those templates and platform-specific API calls (DataModelUtils, ScriptUtils, AccountUtils). No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions are limited to reading the bundled references and generating platform scripts. However, the templates include examples that read account data, print passwords, reset passwords to a constant value, delete multiple records, and build SQL via string concatenation. Those examples are within the scope of an admin-focused script library but are sensitive and can cause destructive or privacy-impacting changes if copied verbatim or used without review.
Install Mechanism
Instruction-only skill with no install spec and no code executed on install; this minimizes installation risk. All files are bundled with the skill (SKILL.md and references).
Credentials
The skill requests no environment variables, no credentials, and no config paths. The SKILL.md references platform runtime functions (e.g., args$.getTokenFunc) which are expected for platform scripts and are not external secrets requested by the skill itself.
Persistence & Privilege
always is false and the skill has no install actions that modify agent configuration or other skills. It does not request persistent privileges beyond standard skill inclusion.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shucheng-platform-script
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shucheng-platform-script 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
优化搜索关键词
v1.0.0
初始版本 - 提供自研业务平台的完整脚本模板和编码规范
元数据
Slug shucheng-platform-script
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Platform Script Skills 是什么?

提供自研业务平台的脚本模板和编码规范。当用户需要编写 Groovy 后端脚本、JavaScript 表单脚本、SQL 查询、附件处理等代码时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 Platform Script Skills?

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

Platform Script Skills 是免费的吗?

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

Platform Script Skills 支持哪些平台?

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

谁开发了 Platform Script Skills?

由 Lan2898408767(@lan2898408767)开发并维护,当前版本 v1.0.1。

💬 留言讨论