← Back to Skills Marketplace
qianduoduo1422608857

Essential Skills Installer

by qianduoduo8021 · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
437
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install essential-skills-installer
Description
一键安装 OpenClaw 必备技能。适用于新用户入门和快速部署。触发词:安装必备技能、一键安装、初始化技能。
README (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 秒
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install essential-skills-installer
  3. After installation, invoke the skill by name or use /essential-skills-installer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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)
Metadata
Slug essential-skills-installer
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Essential Skills Installer?

一键安装 OpenClaw 必备技能。适用于新用户入门和快速部署。触发词:安装必备技能、一键安装、初始化技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 437 downloads so far.

How do I install Essential Skills Installer?

Run "/install essential-skills-installer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Essential Skills Installer free?

Yes, Essential Skills Installer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Essential Skills Installer support?

Essential Skills Installer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Essential Skills Installer?

It is built and maintained by qianduoduo8021 (@qianduoduo1422608857); the current version is v1.2.0.

💬 Comments