← 返回 Skills 市场
Signup
作者
bytesagain3
· GitHub ↗
· v2.0.0
· MIT-0
161
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install signup
功能描述
Organize and track signups with simple terminal commands and export. Use when logging registrations, checking status, analyzing trends, generating reports.
安全使用建议
This is a simple offline CLI that stores logs and exports under ~/.local/share/signup; it does not contact external services or require secrets. Before installing or executing, review the full script yourself (the included listing was partially truncated in the report) and be aware that all entered data is stored in plaintext under your home directory — avoid logging sensitive PII or secrets. If you plan to run the script in multi-user or automated contexts, consider file permissions for ~/.local/share/signup. If you need network export/import, verify those features explicitly before using.
功能分析
Type: OpenClaw Skill
Name: signup
Version: 2.0.0
The 'Signup' skill is a basic local activity logging utility that records user-provided text into files within ~/.local/share/signup/. While the shell script (scripts/script.sh) is poorly implemented—containing unreachable code due to duplicate case labels for 'status' and 'export' and lacking proper escaping for JSON output—it lacks any high-risk capabilities such as network access, credential theft, or system persistence. The behavior is consistent with the stated purpose of a local CLI tool.
能力评估
Purpose & Capability
Name/description (signup manager, reporting, exports) match the included script and SKILL.md. The script implements commands that log entries and export data to ~/.local/share/signup, which is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs use of local terminal commands and points to local data storage. The runtime script reads/writes only local files under the DATA_DIR and does not access unexpected system paths, environment variables, or external endpoints.
Install Mechanism
There is no install spec or remote download. The skill is instruction-first and includes a single bash script. No network-based installation or archive extraction is present.
Credentials
No environment variables, credentials, or external tokens are requested or required; the script uses only HOME to derive a local data directory, which is proportionate to its function.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration changes. It stores its own data under the user's home directory only.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install signup - 安装完成后,直接呼叫该 Skill 的名称或使用
/signup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
publish v2.0.0
元数据
常见问题
Signup 是什么?
Organize and track signups with simple terminal commands and export. Use when logging registrations, checking status, analyzing trends, generating reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。
如何安装 Signup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install signup」即可一键安装,无需额外配置。
Signup 是免费的吗?
是的,Signup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Signup 支持哪些平台?
Signup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Signup?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。
推荐 Skills