Skip to content

openvole/volehub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

VoleHub

VoleHub

Official skill registry for OpenVole.


Install a skill

vole skill install web-summary

Search skills

vole skill search web
vole skill search summary

List installed VoleHub skills

vole skill hub

Available Skills

Skill Description Required Tools
web-summary Browse a website and provide a concise summary browser_navigate, browser_content

Publish a skill

  1. Create your skill locally:
    vole skill create my-skill
  2. Edit .openvole/skills/my-skill/SKILL.md with your instructions
  3. Prepare for publishing:
    vole skill publish .openvole/skills/my-skill
  4. Fork this repo and add your SKILL.md in skills/<name>/
  5. Create a PR — automated checks will validate format and scan for issues

Skill format

---
name: my-skill
description: "What this skill does"
version: 1.0.0
requiredTools:
  - tool_name_1
  - tool_name_2
tags:
  - category
  - keyword
---

# Skill Title

Instructions for the agent when this skill is activated...

Fields

Field Required Description
name Yes Unique skill name (lowercase, hyphens)
description Yes One-line description shown in search results
version No Semantic version (default: 1.0.0)
requiredTools No Tools this skill needs — skill only activates when all are available
optionalTools No Tools that enhance the skill but aren't required
tags No Keywords for search discovery

Activation

Skills activate automatically when their requiredTools are all registered in the tool registry. If web-summary requires browser_navigate and browser_content, it only activates when paw-browser is loaded.

Security

  • All skills are verified via SHA-256 hash on install
  • Skills are markdown files — no executable code
  • Skills can only use tools that are already registered and permitted
  • Report suspicious skills by opening an issue

ClawHub Compatibility

VoleHub skills use the same SKILL.md format as ClawHub. Skills written for OpenClaw work on OpenVole and vice versa:

# Install from ClawHub
vole clawhub install summarize

# Install from VoleHub
vole skill install web-summary

Contributing

We welcome community skills! See the publish instructions above. Keep skills focused, well-documented, and test them before submitting.

License

MIT

About

Official skill registry for OpenVole — behavioral recipes for AI agents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors