BeClaude

agent-skills-vault

New
GitHub TrendingDocumentationby Haswell-Tong

OpenClaw agent skills documentation — all original skill SKILL.md archives. P0/P1/P2 sorted by priority.

Summary

md documentation for all OpenClaw agent skills.

  • It organizes skills by priority (P0/P1/P2) so developers can quickly find the most critical documentation for building and debugging agent-based systems.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/agent-skills-vault.md

3
Invoke with @agent-name
@agent-skills-vault

Use Cases

Quickly look up the SKILL.md for a specific agent skill to understand its configuration and usage.
Browse all available agent skills sorted by priority to discover which ones are most important for your project.
Compare documentation across multiple agent skills to identify best practices and integration patterns.
Retrieve the original skill definition when troubleshooting an agent that isn't behaving as expected.
Use the vault as a reference when writing new agent skills to ensure consistency with existing documentation.
Search for skills by tag or keyword to find relevant documentation without manually browsing folders.

Usage Examples

1

Show me all P0 agent skills in the vault.

2

Find the SKILL.md for the web-search agent skill.

3

List all skills tagged with 'documentation' in the vault.

View source on GitHub
documentationagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is agent-skills-vault?

This skill provides access to the complete archive of original SKILL.md documentation for all OpenClaw agent skills. It organizes skills by priority (P0/P1/P2) so developers can quickly find the most critical documentation for building and debugging agent-based systems.

How to install agent-skills-vault?

To install agent-skills-vault: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/agent-skills-vault.md. Finally, @agent-skills-vault in Claude Code.

What is agent-skills-vault best for?

agent-skills-vault is a agent categorized under Documentation. It is designed for: documentation, agent. Created by Haswell-Tong.

What can I use agent-skills-vault for?

agent-skills-vault is useful for: Quickly look up the SKILL.md for a specific agent skill to understand its configuration and usage.; Browse all available agent skills sorted by priority to discover which ones are most important for your project.; Compare documentation across multiple agent skills to identify best practices and integration patterns.; Retrieve the original skill definition when troubleshooting an agent that isn't behaving as expected.; Use the vault as a reference when writing new agent skills to ensure consistency with existing documentation.; Search for skills by tag or keyword to find relevant documentation without manually browsing folders..