← 返回 Skills 市场
Terms Of Service
作者
bytesagain3
· GitHub ↗
· v2.0.0
· MIT-0
440
总下载
0
收藏
2
当前安装
10
版本数
在 OpenClaw 中安装
/install terms-of-service
功能描述
服务条款生成器。SaaS/电商/App服务条款、更新通知、白话版。Terms of service generator. 服务条款、用户协议。
安全使用建议
The skill appears coherent and local-only, but you should inspect scripts before running and be aware it will create files under your user data directory (default: $XDG_DATA_HOME or $HOME/.local/share/terms-of-service). If you prefer, run the scripts in a sandbox or review/modify the DATA_DIR location via TERMS_OF_SERVICE_DIR. If you need networked behavior or integration with other services, expect to add/configure that yourself — the provided code does not perform any network communication or request external credentials.
功能分析
Type: OpenClaw Skill
Name: terms-of-service
Version: 2.0.0
The skill bundle is a legitimate Terms of Service generator that uses shell scripts to produce document templates based on user input. The primary logic in `scripts/tos.sh` provides standard legal boilerplates for SaaS and general applications, while `scripts/script.sh` acts as a generic utility for logging and basic data management. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code is transparent and its behavior aligns with the stated purpose.
能力评估
Purpose & Capability
Name/description (Terms of Service generator) align with the provided scripts: tos.sh generates TOS documents and script.sh implements a small CLI/data store. Nothing in the bundle suggests unrelated capabilities (no cloud SDKs, no unrelated credentials).
Instruction Scope
SKILL.md describes CLI usage and when to use the tool; the scripts only read arguments and write to a local data directory. There are no instructions to read arbitrary system files, access other credentials, or transmit data externally.
Install Mechanism
There is no automated install that downloads code from external URLs. The package includes two bash scripts and docs only — no remote fetches or archive extraction are present.
Credentials
No required environment variables or credentials. The scripts honor an optional TERMS_OF_SERVICE_DIR env var and otherwise use XDG_DATA_HOME/$HOME for storage — this is proportional to a CLI that stores generated documents locally.
Persistence & Privilege
always is false and the skill does not request elevated privileges. It creates and writes files under a per-user data directory (default $XDG_DATA_HOME or $HOME/.local/share/terms-of-service), which is expected for a local CLI that stores history and generated content.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install terms-of-service - 安装完成后,直接呼叫该 Skill 的名称或使用
/terms-of-service触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
yaml-fix+quality
v1.0.5
yaml-fix+quality
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions
v1.0.0
- Initial release of the Terms of Service generator skill.
- Easily create terms of service for SaaS, e-commerce, or app services.
- Includes support for update announcements and simplified language versions.
- Available commands: generate, saas, ecommerce, app, update, plain.
- Outputs terms in Markdown format for easy editing and copying.
元数据
常见问题
Terms Of Service 是什么?
服务条款生成器。SaaS/电商/App服务条款、更新通知、白话版。Terms of service generator. 服务条款、用户协议。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 440 次。
如何安装 Terms Of Service?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install terms-of-service」即可一键安装,无需额外配置。
Terms Of Service 是免费的吗?
是的,Terms Of Service 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Terms Of Service 支持哪些平台?
Terms Of Service 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Terms Of Service?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。
推荐 Skills