📦 Registration — 报名登记

v2.0.1

一站式管理注册记录与参会者数据:登记报名、实时查看容量、导出格式转换、自动生成确认报表,让活动运营更轻松。

0· 253·1 当前·1 累计
ckchzh 头像by @ckchzh (BytesAgain2)
下载技能包
最后更新
2026/3/18
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is internally consistent: it implements a simple local CLI that stores logs under ~/.local/share/registration, requires no credentials or network access, and its files and instructions match its stated purpose.
评估建议
This skill appears to be a simple local CLI that keeps logs at ~/.local/share/registration and does not contact external services or request secrets. Before installing, review the script if you will store sensitive PII (it writes plaintext logs) and consider encrypting or restricting access to the data directory. To remove the skill's data, delete ~/.local/share/registration. If you want networked backups or integrations, ensure those are added explicitly and reviewed — current version does not ...
详细分析 ▾
用途与能力
Name/description promise a local registration helper. The provided script and SKILL.md implement a local CLI that logs entries and exports formats; requested resources (none) align with that purpose.
指令范围
SKILL.md tells the agent to run local registration commands and points to local data. The included script operates only on DATA_DIR (~/.local/share/registration) and standard shell utilities (grep, tail, du, wc), and does not read unrelated system files or send data externally.
安装机制
No install spec; the skill is effectively instruction+script. There are no downloads or package installs declared and no archive extraction — minimal risk from the install mechanism.
凭证需求
The skill requires no environment variables, credentials, or config paths. The single path it uses (DATA_DIR under the user's HOME) is proportional to its stated function.
持久化与权限
always is false and model invocation is default. The skill stores its own data under the user's home directory only; it does not modify other skills or system-wide configuration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv2.0.12026/3/16

v2.5 retry: desc+homepage+source+security

无害

安装命令

点击复制
官方npx clawhub@latest install registration
镜像加速npx clawhub@latest install registration --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库