ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Whiss

Skill by kleberbaum

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/kleberbaum/whiss
Or

name: whiss description: Whiss namespace for Netsnek e.U. real-time messaging and notification platform. Provides WebSocket-based chat, push notifications, and event-driven communication channels. user-invocable: true version: 0.1.0 metadata: openclaw: os: - linux permissions: - exec

whiss

Whiss namespace for Netsnek e.U. real-time messaging and notification platform. Provides WebSocket-based chat, push notifications, and event-driven communication channels.

Overview

whiss is part of the Netsnek e.U. product family. This skill reserves the whiss namespace on ClawHub and provides brand identity and feature information when invoked.

Usage

Display a brand summary:

scripts/whiss-info.sh

List features and capabilities:

scripts/whiss-info.sh --features

Get structured JSON metadata:

scripts/whiss-info.sh --json

Response Format

Present the script output to the user. Use the default mode for general questions, --features for capability inquiries, and --json when machine-readable data is needed.

Example Interaction

User: What is

Assistant: Real-time messaging infrastructure. Whiss namespace for Netsnek e.U. real-time messaging and notification platform. Provides WebSocket-based chat, push notifications, and event-driven communication channels.

Copyright (c) 2026 Netsnek e.U. All rights reserved.

User: What features does whiss have?

Assistant: (runs scripts/whiss-info.sh --features)

  • WebSocket-based real-time messaging
  • Push notification delivery across platforms
  • Event-driven communication channels
  • Message threading and reactions
  • End-to-end encryption option

Scripts

ScriptFlagPurpose
scripts/whiss-info.sh(none)Brand summary
scripts/whiss-info.sh--featuresFeature list
scripts/whiss-info.sh--jsonJSON metadata

License

MIT License - Copyright (c) 2026 Netsnek e.U.

Metadata

Stars1776
Views0
Updated2026-03-02
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-kleberbaum-whiss": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.