← Back to Skills Marketplace
lintqiu

test-jiaodian-lin-demo

by lintqiu · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
203
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-jiaodian-lin-demo
Description
收费技能示例模板 - 带授权验证,演示如何在 ClawHub 发布付费技能
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install test-jiaodian-lin-demo
  3. After installation, invoke the skill by name or use /test-jiaodian-lin-demo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- 初始发布:发布 test-jiaodian-lin-demo 技能示例模板 - 展示如何在 ClawHub 发布带授权验证的收费技能 - 提供基于授权码的核心功能访问方式 - 支持环境变量配置授权码,便于用户集成
Metadata
Slug test-jiaodian-lin-demo
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is test-jiaodian-lin-demo?

收费技能示例模板 - 带授权验证,演示如何在 ClawHub 发布付费技能. It is an AI Agent Skill for Claude Code / OpenClaw, with 203 downloads so far.

How do I install test-jiaodian-lin-demo?

Run "/install test-jiaodian-lin-demo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is test-jiaodian-lin-demo free?

Yes, test-jiaodian-lin-demo is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does test-jiaodian-lin-demo support?

test-jiaodian-lin-demo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created test-jiaodian-lin-demo?

It is built and maintained by lintqiu (@lintqiu); the current version is v0.1.0.

💬 Comments