← Back to Skills Marketplace
cyberwin

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

by 未来之窗软件服务中心 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
241
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install future-window-access-param-convert
Description
Convert template strings with @param@ placeholders into actual access control parameter values for future window door systems.
README (SKILL.md)

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

Skill Metadata\r

  • ID: cyberwin_hardwareaccess_param_convert\r
  • Name: 未来之窗智能门禁参数转换\r
  • Version: 1.0.0\r
  • Description: 替换文本模板中 @参数名@ 格式的占位符为实际的智能门禁参数值(如设备编号、权限等级、所属区域等),适配未来之窗门禁系统的参数转换场景。\r
  • Author: OpenClaw Skill Developer\r
  • Type: JavaScript\r
  • Required Params: templateText (string), paramData (object)\r
  • Return Format: \r
    {\r
      "success": true/false,\r
      "message": "操作提示文本",\r
      "data": "替换后的文本结果"\r
    }
    
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: future-window-access-param-convert Version: 1.0.1 The skill is a straightforward utility designed to replace placeholders in a text template with values from a provided data object. The implementation in `skill.js` is clean, includes basic input validation, and lacks any high-risk behaviors such as network access, file system manipulation, or obfuscation, aligning perfectly with its stated purpose in `SKILL.md`.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install future-window-access-param-convert
  3. After installation, invoke the skill by name or use /future-window-access-param-convert
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
修改了文件编码
v1.0.0
# Changelog All notable changes to the "cyberwin_hardwareaccess_param_convert" skill will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.0] - 2026-03-11 ### Added - 初始版本发布,核心功能:替换文本模板中 @参数名@ 格式的占位符为智能门禁参数值 - 支持入参校验(templateText 非空字符串、paramData 非数组对象) - 异常捕获机制,返回标准化成功/失败结果 - 适配 OpenClaw 平台技能规范,包含完整元信息、入参定义 ### Changed - 技能 ID 从 future_window_access_param_convert 统一修改为 cyberwin_hardwareaccess_param_convert - 优化变量命名,提升代码可读性(如 模板文本/参数数据 注释) ### Fixed - 无已知 bug,初始版本经入参边界测试验证 ## [Unreleased] ### Planned - 支持更多占位符格式(如 {{参数名}}) - 新增批量模板替换功能 - 支持参数值为空时的自定义默认值配置
Metadata
Slug future-window-access-param-convert
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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

Convert template strings with @param@ placeholders into actual access control parameter values for future window door systems. It is an AI Agent Skill for Claude Code / OpenClaw, with 241 downloads so far.

How do I install 未来之窗智能门禁参数转换?

Run "/install future-window-access-param-convert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

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

Yes, 未来之窗智能门禁参数转换 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 未来之窗智能门禁参数转换 support?

未来之窗智能门禁参数转换 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

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

It is built and maintained by 未来之窗软件服务中心 (@cyberwin); the current version is v1.0.1.

💬 Comments