← 返回 Skills 市场
qianduoduo1422608857

Essential Skills Installer

作者 qianduoduo8021 · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
437
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install essential-skills-installer
功能描述
一键安装 OpenClaw 必备技能。适用于新用户入门和快速部署。触发词:安装必备技能、一键安装、初始化技能。
使用说明 (SKILL.md)

必备技能一键安装

一键安装 OpenClaw 必备技能,适用于新用户入门和快速部署。

适用场景

  • 新用户刚安装 OpenClaw
  • 新服务器快速部署
  • 恢复工作环境

必备技能列表

以下技能均为⭐️⭐️⭐️⭐️⭐️(五星推荐)或⭐️⭐️⭐️⭐️(四星推荐),一键全部安装:

五星推荐 ⭐️⭐️⭐️⭐️⭐️:

  1. skill-vetter — 技能安全检查,安装前扫描风险
  2. tavily-search — AI 优化搜索,快速获取信息
  3. self-improving-agent — 自我改进,持续学习优化
  4. memory-os — 持久记忆,跨会话保持上下文
  5. find-skills — 技能发现,快速找到需要的技能
  6. skill-creator — 创建新技能,标准化技能开发

四星推荐 ⭐️⭐️⭐️⭐️:

  1. summarize — URL/文件摘要,快速提取关键信息
  2. notion — Notion API 操作,笔记数据库管理

方式一:一键安装(推荐)

直接运行安装脚本,全部安装 5 个必备技能:

bash {baseDir}/install.sh

方式二:通过 AI 安装

告诉 AI:

帮我安装必备技能

AI 会自动运行安装脚本。


安装流程

  1. 检查 skillhub CLI 是否可用
  2. 逐个安装技能
  3. 安装失败的技能记录并提示
  4. 安装完成后显示汇总

安装后配置

部分技能需要配置 API Key:

技能 需要配置 获取方式
tavily-search Tavily API Key https://tavily.com

其他技能无需配置,安装即可使用。


预期时间

  • 全部安装:约 2-3 分钟
  • 基础工具:约 30 秒
安全使用建议
This installer appears coherent and simple, but take the following precautions before running: 1) Verify and trust the 'skills-store-cli' npm package and/or the 'skillhub' CLI—npm packages can install arbitrary code. 2) Inspect each skill you will install (especially 'self-improving-agent' and 'memory-os') to understand required permissions and any credential requests before enabling them. 3) Consider running the script without redirecting stderr (remove '2>/dev/null') or running 'skillhub install' manually so you can see any errors or prompts. 4) Note the script uses '--force' which may overwrite existing installs—ensure you want that behavior. If you are unsure about any of the skills or the npm CLI, install them one-by-one rather than using the one-click option.
功能分析
Type: OpenClaw Skill Name: essential-skills-installer Version: 1.2.0 The skill bundle is a straightforward utility designed to automate the installation of common OpenClaw skills. The 'install.sh' script uses the 'skillhub' CLI to install a predefined list of tools (e.g., tavily-search, notion, memory-os) and the 'SKILL.md' file provides clear instructions for the AI agent to execute the installation process without any signs of malicious intent, data exfiltration, or obfuscation.
能力评估
Purpose & Capability
Name/description match behavior: the script's sole purpose is to install a list of OpenClaw skills using a 'skillhub' CLI. All required actions (checking for skillhub, invoking skillhub install) are appropriate for an installer.
Instruction Scope
SKILL.md and install.sh limit actions to checking for the skillhub CLI, prompting the user, and invoking 'skillhub install' for each listed skill. The script does not read unrelated files, environment variables, or send data to external endpoints itself. It does note that tavily-search and notion require API keys (reasonable and expected).
Install Mechanism
There is no packaged install spec; the included install.sh invokes the external 'skillhub' CLI. The script suggests installing that CLI via 'npm install -g skills-store-cli' (an npm package), which is a common but trust-dependent mechanism—users should verify the npm package source. The script also silences skillhub stderr (2>/dev/null) and uses '--force' which may hide errors or force overwrites; this is operationally notable but not inherently malicious.
Credentials
The skill declares no required environment variables and the install script does not read any secrets or unrelated env vars. It correctly documents that two installed skills will require API keys post-installation (Tavily and Notion), which is proportionate to those skills' functionality.
Persistence & Privilege
'always' is false, the skill is user-invocable, and the installer does not modify other skills' configs or system-wide settings itself. It merely delegates to the skillhub CLI to install listed skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install essential-skills-installer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /essential-skills-installer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
新增 2 个技能:skill-creator(五星)、summarize(四星)、notion(四星),共计 8 个必备技能
v1.1.0
更新必备技能列表为 5 个五星推荐:skill-vetter, tavily-search, self-improving-agent, memory-os, find-skills
v1.0.0
首次发布:一键安装 10 个必备技能(weather, summarize, tmux, github, skill-creator, skill-vetter, obsidian, notion, healthcheck, tavily)
元数据
Slug essential-skills-installer
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Essential Skills Installer 是什么?

一键安装 OpenClaw 必备技能。适用于新用户入门和快速部署。触发词:安装必备技能、一键安装、初始化技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 437 次。

如何安装 Essential Skills Installer?

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

Essential Skills Installer 是免费的吗?

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

Essential Skills Installer 支持哪些平台?

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

谁开发了 Essential Skills Installer?

由 qianduoduo8021(@qianduoduo1422608857)开发并维护,当前版本 v1.2.0。

💬 留言讨论