← 返回 Skills 市场
kklouzal

MikroTik Encyclopedia

作者 kklouzal · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
211
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install mikrotik-encyclopedia
功能描述
MikroTik RouterOS documentation-first workflow for MikroTik-specific questions, troubleshooting, command planning, live CLI/API work, config review, log anal...
安全使用建议
This skill appears to do what it says: cache MikroTik docs and help you record device notes. If you install it, expect it to create a .MikroTik-Encyclopedia/ directory and save cached doc pages and notes there. The included caching script is restricted to https://help.mikrotik.com and prevents directory traversal and query strings, which is good. Before using on sensitive environments: (1) ensure you do not put plaintext passwords/API tokens into the notes/inventory files, (2) confirm your agent's SSH/API connectors (separate from this skill) are restricted so the agent cannot make live device changes without your consent, and (3) if you need stricter behavior, review or modify scripts (they are small and readable) to enforce additional controls.
功能分析
Type: OpenClaw Skill Name: mikrotik-encyclopedia Version: 1.0.5 The MikroTik Encyclopedia skill is a well-structured documentation-first workflow for managing MikroTik RouterOS devices. It includes safety-conscious Python scripts (scripts/cache_doc.py and scripts/init_workspace.py) that use strict domain whitelisting (help.mikrotik.com) and path validation to prevent unauthorized network access or path traversal, while explicitly instructing the agent to avoid storing sensitive credentials.
能力评估
Purpose & Capability
Name/description match the included artifacts: SKILL.md describes a docs-first workflow and the repo includes caching and workspace-init scripts. No environment variables, unrelated binaries, or external services are requested that would be inconsistent with a docs/cache/notes tool.
Instruction Scope
Runtime instructions limit activity to checking a workspace-local cache (.MikroTik-Encyclopedia/), consulting official docs, optionally inspecting live devices, and recording notes. The SKILL.md explicitly warns against storing plaintext secrets and instructs to consult docs before live changes. The instructions do not ask the agent to read arbitrary system files or exfiltrate data.
Install Mechanism
No install spec is present (instruction-only with two small helper scripts). No downloads from untrusted URLs or archive extraction are used. The included scripts are simple and local.
Credentials
The skill declares no required env vars, credentials, or config paths. The caching script only fetches from help.mikrotik.com (enforced by ALLOWED_NETLOCS) over HTTPS and writes inside the workspace root, so requested access is minimal and proportional.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. It will create and write under a workspace-local directory (.MikroTik-Encyclopedia/) which is expected. Note: the agent can be allowed to invoke skills autonomously by default—this skill's instructions include guidance about live device inspection, so operational risk depends on whether the agent has separate SSH/API connectors enabled.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mikrotik-encyclopedia
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mikrotik-encyclopedia 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Security hardening: restrict cache fetches to approved docs URLs, block traversal/query writes, tighten cache-path handling, and add explicit guidance not to store plaintext secrets in encyclopedia notes.
v1.0.4
Add ignore rules for local artifacts and harden doc-cache URL validation against userinfo, direct IPs, and explicit ports.
v1.0.3
Narrow activation to explicit MikroTik/RouterOS contexts and reduce generic networking/firewall misfires.
v1.0.2
Security fix: validate cache_doc.py URLs before fetch and restrict caching to allowed HTTPS docs hosts.
v1.0.1
Add OpenClaw manifest metadata for homepage and emoji.
v1.0.0
Initial public release
元数据
Slug mikrotik-encyclopedia
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

MikroTik Encyclopedia 是什么?

MikroTik RouterOS documentation-first workflow for MikroTik-specific questions, troubleshooting, command planning, live CLI/API work, config review, log anal... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 211 次。

如何安装 MikroTik Encyclopedia?

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

MikroTik Encyclopedia 是免费的吗?

是的,MikroTik Encyclopedia 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MikroTik Encyclopedia 支持哪些平台?

MikroTik Encyclopedia 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MikroTik Encyclopedia?

由 kklouzal(@kklouzal)开发并维护,当前版本 v1.0.5。

💬 留言讨论