Openclaw Master Skills Clawhub Pkg

ReviewAudited by ClawScan on May 11, 2026.

Overview

This is an index-only skill with no executable code, but it points users toward many external skills, including some that may involve credentials, memory, or broad agent behavior.

Installing this package appears to install an index rather than executable skill code. Before using it to install other skills, review each target skill separately, especially anything involving wallets, API keys, OAuth accounts, memory, browser automation, desktop control, or proactive agents.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If a user follows the manual path, they may install skill code that was not part of this reviewed package and may change over time.

Why it was flagged

The README documents a user-directed manual install path that copies skills from a live GitHub repository into the local OpenClaw skills directory without pinning a tag or commit.

Skill content
git clone https://github.com/LeoYeAI/openclaw-master-skills.git
cp -r openclaw-master-skills/skills/<skill-name> ~/.openclaw/workspace/skills/
Recommendation

Review each individual skill before copying it, prefer trusted registry installs where available, and pin or verify the GitHub version if installing manually.

What this means

Installing related skills could give an agent access to accounts, APIs, or wallets if credentials are provided.

Why it was flagged

The catalog includes at least one indexed skill that handles highly sensitive credentials such as private keys, API secrets, and wallet credentials.

Skill content
[`master-skills`](skills/master-skills/) | Secure key management for AI agents — private keys, API secrets, wallet credentials
Recommendation

Only install credential-handling skills after reviewing their source, scope, storage behavior, and permissions; avoid providing wallet or private-key material unless absolutely necessary.

What this means

Memory-oriented skills may retain sensitive information or reuse poisoned context across future tasks.

Why it was flagged

The skill advertises memory and proactive-agent capabilities in its indexed collection, which can involve persistent context or reused agent state if those separate skills are installed.

Skill content
🧠 Memory & Agent — Self-improving, proactive agents, memory management
Recommendation

Before installing memory/proactive skills, check their storage paths, retention rules, reset controls, and whether they require explicit user approval before saving or reusing context.

What this means

An agent could over-prioritize a listed knowledge-management skill even when the user did not request it.

Why it was flagged

A catalog entry contains an overbroad imperative that could be mistaken for a global instruction if an agent treats README descriptions as authoritative.

Skill content
[`byterover`](skills/byterover/) | You MUST use this for gathering contexts before any work. This is a Knowledge management for AI agen
Recommendation

Treat README table entries as catalog descriptions only; individual skill instructions should not override the current user's task or consent.