← Back to Skills Marketplace
Terms Of Service
by
bytesagain3
· GitHub ↗
· v2.0.0
· MIT-0
440
Downloads
0
Stars
2
Active Installs
10
Versions
Install in OpenClaw
/install terms-of-service
Description
服务条款生成器。SaaS/电商/App服务条款、更新通知、白话版。Terms of service generator. 服务条款、用户协议。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install terms-of-service - After installation, invoke the skill by name or use
/terms-of-service - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Terms Of Service?
服务条款生成器。SaaS/电商/App服务条款、更新通知、白话版。Terms of service generator. 服务条款、用户协议。 It is an AI Agent Skill for Claude Code / OpenClaw, with 440 downloads so far.
How do I install Terms Of Service?
Run "/install terms-of-service" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Terms Of Service free?
Yes, Terms Of Service is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Terms Of Service support?
Terms Of Service is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Terms Of Service?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.
More Skills