未来之窗智能门禁参数转换

v1.0.1

Convert template strings with @param@ placeholders into actual access control parameter values for future window door systems.

0· 218·0 current·0 all-time
by未来之窗软件服务中心@cyberwin
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description claim to replace @param@ placeholders with access-control values; the skill declares two input params (templateText, paramData) and the implementation performs exactly that replacement. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md and skill.js limit behavior to validating inputs and replacing @name@ placeholders. The instructions do not read files, call external endpoints, or access environment variables beyond the declared inputs.
Install Mechanism
This is instruction-only (no install spec). The included code is small and does not perform downloads or write to disk outside platform expectations.
Credentials
The skill requests no environment variables, secrets, or external credentials — proportional for the stated simple transformation task.
Persistence & Privilege
always is false and the skill does not request special persistence or modify other skills or system settings.
Assessment
This skill appears coherent and low-risk for its stated purpose. A few practical notes before installing: (1) SKILL.md and skill.js show version 1.0.0 while the registry lists 1.0.1 — minor inconsistency worth verifying. (2) The regex uses /@(\w+)@/ which only matches ASCII word characters; parameter names with non-ASCII characters (e.g., Chinese) won't be replaced — test if you need non-ASCII support. (3) The skill inserts paramData values verbatim into the output; if you later use the resulting text in commands, SQL, or device configuration, ensure you validate/escape values to avoid injection or misconfiguration. If those points are acceptable, the skill is coherent with its description.

Like a lobster shell, security has layers — review code before you run it.

latestvk9706z89n85m9tja4xqg58eam582nf0t
218downloads
0stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

未来之窗智能门禁参数转换

Skill Metadata

  • ID: cyberwin_hardwareaccess_param_convert
  • Name: 未来之窗智能门禁参数转换
  • Version: 1.0.0
  • Description: 替换文本模板中 @参数名@ 格式的占位符为实际的智能门禁参数值(如设备编号、权限等级、所属区域等),适配未来之窗门禁系统的参数转换场景。
  • Author: OpenClaw Skill Developer
  • Type: JavaScript
  • Required Params: templateText (string), paramData (object)
  • Return Format:
    {
      "success": true/false,
      "message": "操作提示文本",
      "data": "替换后的文本结果"
    }
    

Comments

Loading comments...