← Back to Skills Marketplace
Signup
by
bytesagain3
· GitHub ↗
· v2.0.0
· MIT-0
161
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install signup
Description
Organize and track signups with simple terminal commands and export. Use when logging registrations, checking status, analyzing trends, generating reports.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install signup - After installation, invoke the skill by name or use
/signup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
publish v2.0.0
Metadata
Frequently Asked Questions
What is Signup?
Organize and track signups with simple terminal commands and export. Use when logging registrations, checking status, analyzing trends, generating reports. It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.
How do I install Signup?
Run "/install signup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Signup free?
Yes, Signup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Signup support?
Signup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Signup?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.
More Skills