安全扫描
OpenClaw
安全
high confidenceThe skill is internally consistent: a small offline CLI that logs signup-related entries to a local data directory and provides export/status commands; it does not request credentials or perform network installs.
评估建议
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 ~/.loca...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv2.0.02026/3/19
publish v2.0.0
● 无害
安装命令 点击复制
官方npx clawhub@latest install signup
镜像加速npx clawhub@latest install signup --registry https://cn.clawhub-mirror.com
技能文档
Terminal-first Signup manager. Keep your utility tools data organized with simple commands.
为什么 Signup?
- Works entirely 离线 — data never leaves machine
- Simple command-line 接口, 否 GUI needed
- 导出 到 JSON, CSV, 或 plain text anytime
- Automatic history 和 activity logging
Getting Started
# See what you can do
signup help# Check current status
signup status
# View your statistics
signup stats
Commands
| Command | What it does | ||
|---|---|---|---|
signup run | Run | ||
signup check | Check | ||
signup convert | Convert | ||
signup analyze | Analyze | ||
signup generate | Generate | ||
signup preview | Preview | ||
signup batch | Batch | ||
signup compare | Compare | ||
signup export | Export | ||
signup config | Config | ||
signup status | Status | ||
signup report | Report | ||
signup stats | Summary statistics | ||
signup export | csv | txt) | |
signup search | |||
signup recent | Recent activity | ||
signup status | Health check | ||
signup help | Show this help | ||
signup version | Show version | ||
signup $name: | $c entries | ||
signup Total: | $total entries | ||
signup Data | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) | |
signup Version: | v2.0.0 | ||
signup Data | dir: $DATA_DIR | ||
signup Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total | |
signup Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) | |
signup Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null | echo never) | |
signup Status: | OK | ||
signup [Signup] | run: $input | ||
signup Saved. | Total run entries: $total | ||
signup [Signup] | check: $input | ||
signup Saved. | Total check entries: $total | ||
signup [Signup] | convert: $input | ||
signup Saved. | Total convert entries: $total | ||
signup [Signup] | analyze: $input | ||
signup Saved. | Total analyze entries: $total | ||
signup [Signup] | generate: $input | ||
signup Saved. | Total generate entries: $total | ||
signup [Signup] | preview: $input | ||
signup Saved. | Total preview entries: $total | ||
signup [Signup] | batch: $input | ||
signup Saved. | Total batch entries: $total | ||
signup [Signup] | compare: $input | ||
signup Saved. | Total compare entries: $total | ||
signup [Signup] | export: $input | ||
signup Saved. | Total export entries: $total | ||
signup [Signup] | config: $input | ||
signup Saved. | Total config entries: $total | ||
signup [Signup] | status: $input | ||
signup Saved. | Total status entries: $total | ||
signup [Signup] | report: $input | ||
signup Saved. | Total report entries: $total |
Data Storage
All data is stored locally at ~/.local/share/signup/. Each action is logged with timestamps. Use export to back up your data anytime.
Feedback
Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制