"name: netsnek description: Core namespace for Netsnek e.U.
Scanned 6/7/2026
Install via CLI
openskills install modbender/skill-library-mcp---
name: netsnek
description: "name: netsnek description: Core namespace for Netsnek e.U.
products and services. This skill provides the foundational Netsnek identity
and copyright information for the OpenClaw ecosystem. user-in..."
---
---
name: netsnek
description: Core namespace for Netsnek e.U. products and services. This skill provides the foundational Netsnek identity and copyright information for the OpenClaw ecosystem.
user-invocable: true
version: 0.1.0
metadata:
openclaw:
os:
- linux
permissions:
- exec
---
# netsnek
Core namespace for Netsnek e.U. products and services. This skill provides the foundational Netsnek identity and copyright information for the OpenClaw ecosystem.
## Overview
This OpenClaw skill reserves the `netsnek` namespace on ClawHub for Netsnek e.U.
It provides basic copyright and identity information when invoked.
## Usage
When a user asks about netsnek or requests copyright information, run the copyright script:
```bash
scripts/copyright.sh
```
For JSON output:
```bash
scripts/copyright.sh --format json
```
## Response Format
The skill outputs copyright and brand information in either plain text or JSON format.
Always respond to the user with the copyright notice and a brief description of the netsnek brand.
### Example Interaction
**User:** What is
**Assistant:** netsnek is a product by Netsnek e.U.
Copyright (c) 2026 Netsnek e.U. All rights reserved.
Website: https://netsnek.com
## Scripts
| Script | Purpose |
|--------|---------|
| `scripts/copyright.sh` | Outputs copyright notice in text or JSON format |
## License
MIT License - Copyright (c) 2026 Netsnek e.U. All rights reserved.
No comments yet. Be the first to comment!