skills$openclaw/beszel
karakuscem9.9k

by karakuscem

beszel – OpenClaw Skill

beszel is an OpenClaw Skills integration for data analytics workflows. Monitor home lab servers via Beszel (PocketBase).

9.9k stars4.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namebeszel
descriptionMonitor home lab servers via Beszel (PocketBase). OpenClaw Skills integration.
ownerkarakuscem
repositorykarakuscem/beszel-check
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @karakuscem/beszel-check
last updatedFeb 7, 2026

Maintainer

karakuscem

karakuscem

Maintains beszel in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
280 B
index.js
3.7 KB
SKILL.md
507 B
SKILL.md

name: beszel description: Monitor home lab servers via Beszel (PocketBase). metadata: {"clawdbot":{"emoji":"📊","requires":{"bins":["node"]}}}

Beszel Monitoring

Check the status of your local servers.

Usage

  • beszel status - Get status of all systems
  • beszel containers - List top containers by CPU usage

Commands

# Get status
source ~/.zshrc && ~/clawd/skills/beszel/index.js status

# Get container stats
source ~/.zshrc && ~/clawd/skills/beszel/index.js containers
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install beszel?

Run openclaw add @karakuscem/beszel-check in your terminal. This installs beszel into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/karakuscem/beszel-check. Review commits and README documentation before installing.