Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

ubuntu-encyclopediaubuntu 百科全书

Agent Skill

ubuntu-encyclopedia 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,059

周安装

255

GitHub Stars

公开资料未说明

下载量

2,122
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ubuntu-encyclopedia(ubuntu 百科全书)
来源仓库:https://github.com/kklouzal/ubuntu-encyclopedia
安装命令:
openclaw skills install ubuntu-encyclopedia
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ubuntu-encyclopedia

简介

ubuntu-encyclopedia 聚焦 Ubuntu 系统相关问题,涵盖包管理、服务维护和升级流程。

  • 适用于解决系统配置、软件安装或服务故障等日常运维任务的查询需求。
  • 通过关键词匹配快速定位解决方案,适合在 OpenClaw 中辅助系统诊断。
  • 安装前请核实是否需联网获取数据,并注意避免对系统关键区域进行修改。
  • 建议结合官方文档验证操作步骤的准确性和安全性。

SKILL.md

name
ubuntu-encyclopedia
description
>-
metadata
{"openclaw":{"emoji":"🟠","homepage":"https://manpages.ubuntu.com/manpages/","os":["linux"]}}

Ubuntu Encyclopedia

Overview

Use a docs-first workflow for Ubuntu-specific work. Prefer Ubuntu manpages at https://manpages.ubuntu.com/manpages/ for command and utility behavior, use official Ubuntu documentation when the task is broader than a manpage, consult cached local copies under .Ubuntu-Encyclopedia/ before re-fetching, and record useful authoritative excerpts plus environment-specific operational learnings so future work gets faster and safer.

This skill is for the Ubuntu distro/admin layer. It should trigger for Ubuntu-specific package, service, networking, storage, and release-behavior questions — not for generic Linux/shell/dev tooling questions that merely happen to be asked from an Ubuntu machine.

Workflow

  1. Classify the task

- Decide whether the task is an Ubuntu-specific question, maintenance task, troubleshooting task, command-planning task, upgrade/update task, or live admin task. - Use this skill when the task materially depends on Ubuntu-specific behavior, Ubuntu administration knowledge, Ubuntu package/service behavior, or command semantics that should be verified from manpages or official Ubuntu docs. - Do not use this skill for generic shell work, generic Docker/git/Python work, or generic Linux questions that merely happen to be on Ubuntu when Ubuntu-specific semantics do not matter.

  1. Check local cache first

- Use .Ubuntu-Encyclopedia/ as the local knowledge/cache root. - Check these locations first when relevant: - .Ubuntu-Encyclopedia/manpages/manpages.ubuntu.com/... - .Ubuntu-Encyclopedia/docs/... - .Ubuntu-Encyclopedia/notes/components/... - .Ubuntu-Encyclopedia/notes/patterns/... - .Ubuntu-Encyclopedia/inventory/... - If a cached page or note already answers the question well enough, use it.

  1. Consult authoritative Ubuntu sources before answering or acting

- Before answering direct or indirect Ubuntu questions that depend on command syntax, package behavior, service behavior, configuration semantics, or version-sensitive distro details, consult the relevant authoritative source unless the answer is already well-supported by the local cache. - Prefer sources in this order: 1. Ubuntu manpages for command and utility behavior 2. Official Ubuntu docs for broader workflows and distro-specific guidance - Before performing non-trivial Ubuntu maintenance or troubleshooting work, consult the relevant docs first when: - the exact command semantics matter - service/package behavior is easy to misremember - the action could affect package state, service health, networking, storage, bootability, or access - Do not improvise high-impact Ubuntu admin commands from memory when the docs are easy to check.

  1. Cache consulted docs locally

- When you consult a manpage, save a normalized cache copy under .Ubuntu-Encyclopedia/manpages/manpages.ubuntu.com/.... - When you consult broader Ubuntu docs, save a normalized cache copy under .Ubuntu-Encyclopedia/docs/.... - Mirror the official path structure as much as practical. - Cache only pages actually consulted; do not try to mirror the whole docs site eagerly. - Use scripts/cache_manpage.py or scripts/cache_doc.py when appropriate.

  1. Separate authoritative documentation from local observations

- Store manpage-derived material under .Ubuntu-Encyclopedia/manpages/.... - Store other official-doc-derived material under .Ubuntu-Encyclopedia/docs/.... - Store environment-specific operational knowledge under: - .Ubuntu-Encyclopedia/notes/components/ - .Ubuntu-Encyclopedia/notes/patterns/ - .Ubuntu-Encyclopedia/inventory/ - Distinguish clearly between: - authoritative documentation - observed local configuration/state - inferred best-practice guidance

  1. Record useful local learnings

- After useful live work, save durable notes such as: - package/service management patterns - host-specific quirks - repeated repair/maintenance sequences - networking/storage/admin gotchas - safe/unsafe operational boundaries for the environment - Prefer concise durable notes over re-learning the same Ubuntu-specific details later.

Live Work Rules

  • Treat manpage/docs lookup as the default preflight for non-trivial Ubuntu work.
  • Prefer read/inspect first when entering an Ubuntu area you have not recently reviewed.
  • Treat release upgrades, package repair, service/network/storage changes, and boot-impacting admin work as high-sensitivity areas.
  • When uncertainty remains after checking cache + docs, say so and avoid bluffing.
  • When answering a question, mention when useful whether the answer comes from cached manpages, cached official docs, a fresh lookup, or live observed environment state.

Data Root

Use this workspace-local root for cache and notes:

  • .Ubuntu-Encyclopedia/

Expected structure:

  • .Ubuntu-Encyclopedia/manpages/manpages.ubuntu.com/...
  • .Ubuntu-Encyclopedia/docs/...
  • .Ubuntu-Encyclopedia/notes/components/...
  • .Ubuntu-Encyclopedia/notes/patterns/...
  • .Ubuntu-Encyclopedia/inventory/...

Use scripts/init_workspace.py to create or repair the expected directory structure.

Note Destinations

  • Component-specific observations → .Ubuntu-Encyclopedia/notes/components/<component-name>.md
  • Reusable Ubuntu patterns/gotchas → .Ubuntu-Encyclopedia/notes/patterns/<topic>.md
  • Environment-wide deployment/access info → .Ubuntu-Encyclopedia/inventory/*.md
  • Cached manpages → .Ubuntu-Encyclopedia/manpages/manpages.ubuntu.com/...
  • Cached official docs → .Ubuntu-Encyclopedia/docs/...

Secrets / Sensitive Data

  • Do not store plaintext credentials, API keys, session tokens, private URLs, recovery codes, or other secrets in the encyclopedia notes/inventory tree.
  • If a note needs to mention access details, keep it high-level and redact or omit secret material.
  • Treat these workspace notes as operational memory, not as a secrets vault.

Resources

  • scripts/init_workspace.py — create or repair the .Ubuntu-Encyclopedia/ directory tree.
  • scripts/cache_manpage.py — fetch and cache a consulted Ubuntu manpage under .Ubuntu-Encyclopedia/manpages/....
  • scripts/cache_doc.py — fetch and cache a consulted official Ubuntu docs page under .Ubuntu-Encyclopedia/docs/....
  • references/workflow.md — detailed operating workflow and evidence-handling rules.
  • references/cache-layout.md — canonical .Ubuntu-Encyclopedia/ directory structure.
  • references/topic-map.md — useful Ubuntu topic groupings for faster authoritative lookup.

Good Outcomes

  • Answer an Ubuntu-specific question using cached or freshly checked manpages/docs instead of guesswork.
  • Inspect a live Ubuntu host after checking the relevant docs and record any new local operational knowledge.
  • Build a growing local Ubuntu knowledge cache that makes later work faster, safer, and more grounded.
  • Turn one-off Ubuntu discoveries into durable notes so future work does not rediscover them from scratch.

Avoid

  • Triggering on generic shell work that is not materially Ubuntu-specific.
  • Answering Ubuntu-specific questions purely from memory when authoritative sources are easy to consult.
  • Treating local observed behavior as if it were guaranteed authoritative documented behavior.
  • Dumping large amounts of low-value docs into the workspace without a reason.
  • Making high-impact live changes before checking the relevant docs when exact behavior matters.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.53%
按下载量换算1,688

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install ubuntu-encyclopedia 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills