← 返回 Skills 市场
ivangdavila

Beszel

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
294
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install beszel
功能描述
Deploy, secure, and troubleshoot Beszel monitoring with Docker agents, alert tuning, and upgrade-safe operations for self-hosted servers
使用说明 (SKILL.md)

Setup

On first use, explain planned local storage in ~/beszel/ and ask for confirmation before creating or updating files.

When to Use

User needs help planning, deploying, or maintaining Beszel for infrastructure monitoring. Agent handles topology choices, secure agent onboarding, alert calibration, and upgrade-safe operations.

Architecture

Memory lives in ~/beszel/. See memory-template.md for setup.

~/beszel/
├── memory.md                  # Current environment, goals, and priorities
├── nodes.md                   # Agent inventory and ownership
├── alerts.md                  # Alert thresholds and escalation targets
└── incidents.md               # Incident timeline and recovery notes

Quick Reference

Topic File
Setup behavior setup.md
Memory structure memory-template.md
Deployment topologies deployment-patterns.md
Alert calibration workflow alert-tuning.md
Diagnostics and recovery diagnostics-playbook.md

Data Storage

All skill files are stored in ~/beszel/. Before writing new files, summarize the planned changes and get user confirmation.

Core Rules

1. Define Monitoring Scope Before Installation

  • Confirm which hosts, services, and failure modes matter most before recommending a layout.
  • Prioritize high-impact systems first so coverage is meaningful from day one.

2. Keep Agent Access Minimal

  • Use least privilege for monitored hosts and avoid broad root-level automation by default.
  • Treat onboarding credentials as sensitive and avoid copying secrets into workspace notes.

3. Baseline First, Then Tune Alerts

  • Collect a short baseline period before applying strict thresholds.
  • Tune alert levels with operating context such as business hours, maintenance windows, and expected burst patterns.

4. Troubleshoot with a Fixed Sequence

  • Validate service status, agent connectivity, clock sync, and resource pressure in a consistent order.
  • Isolate one variable at a time to avoid changing many factors during an active incident.

5. Make Upgrades Reversible

  • Require backup and rollback steps before version changes.
  • Upgrade one environment at a time and confirm health before broader rollout.

6. Keep Operations Memory Current

  • Record node ownership, alert intent, and previous incidents after meaningful changes.
  • Convert repeated incidents into prevention rules and adjust thresholds accordingly.

Common Traps

  • Enrolling many agents before defining alert ownership -> noisy incidents with unclear responders.
  • Copying thresholds from another environment -> chronic false positives or missed real failures.
  • Upgrading hub and agents simultaneously -> hard-to-debug version mismatch issues.
  • Ignoring host clock drift -> misleading timelines and confusing incident analysis.
  • Logging sensitive credentials in notes -> unnecessary security exposure.

Security & Privacy

Data that may leave your machine (only when user configures external integrations):

  • Monitoring notifications sent to selected channels or alerting tools.
  • Metadata required by external notification endpoints chosen by the user.

Data that stays local by default:

  • Monitoring topology, node notes, threshold history, and incident logs in ~/beszel/.

This skill does NOT:

  • Enable external alert destinations automatically.
  • Create new credentials without explicit user approval.
  • Send undeclared network requests.

Related Skills

Install with clawhub install \x3Cslug> if user confirms:

  • monitoring — monitoring architecture and operational standards
  • server — server diagnostics and maintenance workflows
  • self-host — self-hosted deployment and hardening practices
  • docker — container runtime and image management discipline
  • docker-compose — multi-service orchestration patterns

Feedback

  • If useful: clawhub star beszel
  • Stay updated: clawhub sync
安全使用建议
This skill is coherent and appears to do what it claims: planning and local operational notes for Beszel with Docker. Before installing: (1) confirm you’re comfortable with the skill creating and updating files under ~/beszel/ (the skill says it will ask for confirmation first), (2) never paste secrets or credentials into the notes — the docs explicitly warn against it, and (3) if you later configure external alerting destinations or provide onboarding credentials, treat those steps as separate and deliberate (verify endpoints and rotate credentials afterwards). Also ensure Docker is installed and that you control activation settings so the skill only becomes proactive when you want it to.
功能分析
Type: OpenClaw Skill Name: beszel Version: 1.0.0 The OpenClaw AgentSkills bundle for 'Beszel' is benign. The skill's documentation (SKILL.md, setup.md) explicitly outlines its intent to store data locally in `~/beszel/` and requires user confirmation before writing files. It contains strong security-conscious instructions for the AI agent, such as using least privilege, avoiding logging sensitive credentials, and explicitly disclaiming unauthorized network requests or automatic credential creation. There is no evidence of malicious code, data exfiltration, persistence mechanisms, or prompt injection attempts designed to harm the user or system.
能力评估
Purpose & Capability
Name/description (deploy and operate Beszel with Docker agents) aligns with the declared requirement of the docker binary and the content of the docs. The metadata's config path (~/beszel/) matches the documented memory/storage location.
Instruction Scope
SKILL.md and supporting docs confine activity to planning, local notes (~/beszel/), and operational guidance. The skill repeatedly requires user confirmation before creating or updating files and explicitly warns against copying secrets into notes. It does not instruct reading unrelated system files or sending network data automatically.
Install Mechanism
Instruction-only skill with no install spec and no code to fetch or write to disk beyond the documented ~/beszel/ workspace. This is the lowest-risk install profile.
Credentials
No environment variables, credentials, or external API tokens are requested. The guidance cautions treating onboarding credentials as sensitive and not recording them, which is proportionate for a monitoring ops helper.
Persistence & Privilege
always is false and the skill stores files only under ~/beszel/ (its own workspace). It does not request or describe modifying other skills or system-wide settings. Model invocation is allowed (platform default) but that alone is not a concern.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install beszel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /beszel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with Beszel deployment guidance, alert tuning workflow, and incident troubleshooting playbooks.
元数据
Slug beszel
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Beszel 是什么?

Deploy, secure, and troubleshoot Beszel monitoring with Docker agents, alert tuning, and upgrade-safe operations for self-hosted servers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 294 次。

如何安装 Beszel?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install beszel」即可一键安装,无需额外配置。

Beszel 是免费的吗?

是的,Beszel 完全免费(开源免费),可自由下载、安装和使用。

Beszel 支持哪些平台?

Beszel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Beszel?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论