Web summary
Official skill registry for OpenVole — behavioral recipes for AI agents
npx -y skills add openvole/volehub --skill web-summaryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Browse a website and provide a concise summary of its content
SKILL.md
0.8 KB, 147 tokens by cl100k_base, as published. Nobody here has run it
Web Summary
When asked to summarize a website or URL:
- Use
browser_navigateto load the given URL - Use
browser_contentto extract the page text and structure - Identify the main topic, key points, and important details
- Produce a concise summary (3-5 bullet points by default)
- If the page has multiple sections, organize the summary by section
- Include the page title and URL in the summary header
- If the page fails to load, report the error and suggest alternatives
- For news sites, focus on headlines and lead paragraphs
- For documentation, focus on the purpose, key concepts, and getting started steps