Eula

EULA drafting reference — license grant, restrictions, termination, IP ownership, and enforceability. Use when drafting or reviewing End User License Agreeme...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 18 · 0 current installs · 0 all-time installs
bybytesagain4@xueyetianya
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (EULA drafting reference) align with the provided files and commands. The SKILL.md only references local commands that produce EULA guidance; there are no unexpected credentials, cloud services, or unrelated binaries requested.
Instruction Scope
Runtime instructions tell the agent to run the bundled scripts/script.sh with specific subcommands (intro, grant, restrictions, ip, liability, termination, enforcement, checklist, help, version). The visible portions of script.sh only print reference text. Because the skill executes a bundled script, it's good practice to inspect the full script to confirm it contains no network calls, writes to arbitrary paths, or other side effects; the provided snippet shows only read-only output via here-docs.
Install Mechanism
No install spec; this is instruction-only plus a packaged script. Nothing is downloaded or extracted at install time.
Credentials
No required environment variables, credentials, or config paths are declared. SKILL.md documents an optional EULA_DIR (~/.eula/) for storing data; this is reasonable and proportionate for a documentation/reference tool. No undisclosed env access was identified in provided files.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or elevated platform privileges. It does not attempt to modify other skills or global agent settings (no evidence in the provided files).
Assessment
This skill appears coherent and focused on EULA drafting guidance. It runs a bundled shell script (scripts/script.sh) to produce the content; before executing, briefly review the full script to confirm it only prints guidance and does not perform network requests or write sensitive files. There are no required credentials or installs declared, so it is low-risk, but always inspect bundled executables/scripts before running them on your system.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97dsvsd2124cw71gy0yyv3nfh83b90p

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

EULA — End User License Agreement Reference

Quick-reference skill for EULA drafting, key clauses, and enforceability considerations.

When to Use

  • Drafting an EULA for a software product or SaaS
  • Reviewing existing EULA for completeness
  • Understanding license grant vs ownership distinctions
  • Implementing click-wrap or browse-wrap agreements
  • Comparing EULA approaches for different software models

Commands

intro

scripts/script.sh intro

Overview of EULAs — purpose, legal basis, and EULA vs ToS.

grant

scripts/script.sh grant

License grant clauses — scope, limitations, and permitted use.

restrictions

scripts/script.sh restrictions

Common restrictions — reverse engineering, redistribution, modifications.

ip

scripts/script.sh ip

Intellectual property clauses — ownership, user content, trademarks.

liability

scripts/script.sh liability

Liability limitations, warranty disclaimers, and indemnification.

termination

scripts/script.sh termination

Termination clauses — breach, convenience, effects, and survival.

enforcement

scripts/script.sh enforcement

Enforceability — click-wrap, browse-wrap, and unconscionability.

checklist

scripts/script.sh checklist

EULA drafting checklist for comprehensive coverage.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

VariableDescription
EULA_DIRData directory (default: ~/.eula/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…