← All skills
Tencent SkillHub · Developer Tools

Skill Manager

Install and manage OpenClaw agent skills. Learn how to find, install, and configure new capabilities from ClawHub and GitHub.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Install and manage OpenClaw agent skills. Learn how to find, install, and configure new capabilities from ClawHub and GitHub.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

OpenClaw Skills 安装指南

本技能基于视频教程:https://www.bilibili.com/video/BV1PbFUzZEvN

概述

OpenClaw 是目前最流行的 AI 智能体。要让它变强,需要安装更多的技能包(Agent Skills)。

方法1:使用 Vercel CLI

# 安装 Vercel Skills 工具 npm install -g @vercel/skills # 查看可用技能 skills # 安装技能 skills install <skill-name> # 例如安装天气技能 skills install weather

方法2:使用 ClawHub

# 安装 clawdhub 工具 npm install -g clawdhub # 搜索技能 clawdhub search <keyword> # 安装技能 clawdhub install <owner/skill-name> # 例如 clawdhub install steipete/weather

方法3:从 GitHub 直接安装

# 克隆技能仓库 git clone https://github.com/<owner>/<skill-repo>.git ~/.openclaw/workspace/skills/<skill-name> # 或者使用 npx npx clawdhub install <owner>/<skill-name>

必备

weather - 天气查询 brave-search / tavily-search - 网页搜索 summarize - 内容总结

开发

github - GitHub 操作 openai-whisper - 语音转文字 humanizer - 文字润色

生产力

gog - Google Workspace notion - Notion 集成 obsidian - 笔记管理

进阶

self-improving-agent - 自我改进 proactive-agent - 主动预判 ontology - 知识图谱

技能存放位置

~/.openclaw/workspace/skills/ ├── weather/ │ ├── SKILL.md │ ├── install.sh │ └── ... ├── brave-search/ │ └── ... └── ...

验证安装

# 列出已安装技能 ls ~/.openclaw/workspace/skills/ # 查看技能详情 cat ~/.openclaw/workspace/skills/<skill-name>/SKILL.md

注意事项

部分技能需要配置 API Key(如 Tavily、Brave、OpenAI 等) 有些技能需要安装额外的 npm 包 建议阅读每个技能的 SKILL.md 了解具体用法

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc