← 返回 Skills 市场
203
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test-jiaodian-lin-demo
功能描述
收费技能示例模板 - 带授权验证,演示如何在 ClawHub 发布付费技能
安全使用建议
This appears to be a straightforward paid-skill demo that only checks a SKILL_LICENSE_KEY value before running its demo logic. Before installing: (1) confirm you trust the publisher/source (no homepage or upstream source is provided), (2) prefer to store the license key in the platform's secret store rather than a plain environment variable if possible (env vars can leak to other processes), (3) verify you have a Python runtime available, and (4) inspect the files yourself — the code is local and doesn't perform network calls, but commented code shows where a developer might add remote verification. The main actionable issues are metadata inconsistencies (declared requirements vs. actual files) and the lack of an upstream homepage; these are not evidence of malicious behavior but are reasons to review/confirm before enabling on production agents.
功能分析
Type: OpenClaw Skill
Name: test-jiaodian-lin-demo
Version: 0.1.0
The skill bundle is a legitimate demonstration template for implementing license verification in paid skills. It consists of a license check script (scripts/check_license.py) that validates a user-provided environment variable against a hardcoded hash and a demo function (scripts/demo_function.py) that executes placeholder logic upon successful validation. No malicious intent, data exfiltration, or unauthorized execution patterns were identified.
能力评估
Purpose & Capability
The skill is a paid-skill demo that enforces a license key and its files implement that behavior. However the top-level 'Requirements' block in the provided metadata said 'Required env vars: none' while skill.json and SKILL.md require SKILL_LICENSE_KEY — an internal inconsistency. Also the skill is a Python script but declared 'required binaries: none' (it will need a Python interpreter at runtime).
Instruction Scope
SKILL.md and the bundled scripts only instruct to read SKILL_LICENSE_KEY and perform a local hash check; no instructions ask the agent to read unrelated files, call external endpoints, or exfiltrate data. Network verification is only shown as commented example code.
Install Mechanism
There is no install spec (instruction-only with two bundled Python scripts). This is low-risk; the platform will simply execute the provided Python script. Note: the package expects a Python runtime but does not declare required binaries.
Credentials
The skill requires a single license environment variable (SKILL_LICENSE_KEY) which is proportional to a paid/demo skill. The earlier metadata omission of required env vars is inconsistent with the actual files and should be corrected/confirmed.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system config. skill.json sets 'enabled': true (enabled by default), which is normal but worth noting — the skill can be invoked by agents per platform defaults.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install test-jiaodian-lin-demo - 安装完成后,直接呼叫该 Skill 的名称或使用
/test-jiaodian-lin-demo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- 初始发布:发布 test-jiaodian-lin-demo 技能示例模板
- 展示如何在 ClawHub 发布带授权验证的收费技能
- 提供基于授权码的核心功能访问方式
- 支持环境变量配置授权码,便于用户集成
元数据
常见问题
test-jiaodian-lin-demo 是什么?
收费技能示例模板 - 带授权验证,演示如何在 ClawHub 发布付费技能. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 203 次。
如何安装 test-jiaodian-lin-demo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-jiaodian-lin-demo」即可一键安装,无需额外配置。
test-jiaodian-lin-demo 是免费的吗?
是的,test-jiaodian-lin-demo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
test-jiaodian-lin-demo 支持哪些平台?
test-jiaodian-lin-demo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 test-jiaodian-lin-demo?
由 lintqiu(@lintqiu)开发并维护,当前版本 v0.1.0。
推荐 Skills