← Back to Skills Marketplace
Platform Script Skills
by
Lan2898408767
· GitHub ↗
· v1.0.1
· MIT-0
110
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install shucheng-platform-script
Description
提供自研业务平台的脚本模板和编码规范。当用户需要编写 Groovy 后端脚本、JavaScript 表单脚本、SQL 查询、附件处理等代码时使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shucheng-platform-script - After installation, invoke the skill by name or use
/shucheng-platform-script - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
优化搜索关键词
v1.0.0
初始版本 - 提供自研业务平台的完整脚本模板和编码规范
Metadata
Frequently Asked Questions
What is Platform Script Skills?
提供自研业务平台的脚本模板和编码规范。当用户需要编写 Groovy 后端脚本、JavaScript 表单脚本、SQL 查询、附件处理等代码时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Platform Script Skills?
Run "/install shucheng-platform-script" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Platform Script Skills free?
Yes, Platform Script Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Platform Script Skills support?
Platform Script Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Platform Script Skills?
It is built and maintained by Lan2898408767 (@lan2898408767); the current version is v1.0.1.
More Skills