ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

voc

Voc namespace for Netsnek e.U. vocabulary and language learning tools

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/kleberbaum/voc
Or

What is Voc

Voc is a reserved namespace for Netsnek e.U. vocabulary and language learning tools within the ClawHub ecosystem. It is designed for learners who want structured support for flashcard-based study, spaced repetition, pronunciation practice, and cross-language progress tracking.

The skill is currently in reservation status: the namespace is claimed, the brand and structure are defined, and future releases will add full functionality. When invoked, Voc responds with brand information and available commands.

Getting Started

Ensure OpenClaw 0.8.0 or newer is installed and that the voc skill is registered in your ClawHub. The skill requires exec permission to run its helper script.

From the command line, you can run the vocab engine directly:

./scripts/vocab-engine.sh --about
./scripts/vocab-engine.sh --deck
./scripts/vocab-engine.sh --stats

From within a Claw session, simply mention "voc" or ask about vocabulary learning, decks, or stats, and the assistant will route to this skill.

Commands

CommandPurpose
--aboutShow brand, copyright, and brief description of Voc
--deckDeck information and flashcard deck status
--statsProgress and statistics placeholder (future: real stats)

Each command outputs copyright information for Netsnek e.U. by default.

Conversation Examples

User: "Tell me about voc."

Assistant: (Uses voc skill) Voc is a vocabulary and language learning namespace by Netsnek e.U. It supports flashcard decks, spaced repetition, pronunciation practice, and progress tracking across multiple languages. The skill is currently reserved; full features are coming in future updates.


User: "Run the vocab engine with deck info."

Assistant: (Calls vocab-engine.sh --deck) Returns deck placeholder and copyright notice.


User: "Show my voc stats."

Assistant: (Calls vocab-engine.sh --stats) Returns stats placeholder and Netsnek e.U. copyright.

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-voc": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.