@vm0-ai/apify
Apify web scraping platform. Use when user mentions "scrape website",
vm0-skills
A collection of reusable Agent Skills that are independent of the VM0 connector catalog.
Skills follow the Agent Skills specification.
Skills owned by a VM0 connector live with the connector definition in vm0-connectors.
Principles
- Single Ownership: Keep connector-owned skills in
vm0-connectorsand independent skills here - Focused Instructions: Give agents practical guidance for one well-defined capability
- Self-Contained: Keep each skill's instructions and supporting resources together
- Security First: Document commands in
SKILL.mdfor security auditing and compliance checks
Installation
There are multiple ways to install and use these skills:
1. Using Claude Code Marketplace
# Add marketplace
/plugin marketplace add vm0-ai/vm0-skills
# Install specific skills
/plugin install github-copilot@vm0-skills
/plugin install hackernews@vm0-skills
2. Direct Download
# Clone the repository
git clone https://github.com/vm0-ai/vm0-skills.git
# Copy to personal skills directory
cp -a vm0-skills/github-copilot ~/.claude/skills/
cp -a vm0-skills/hackernews ~/.claude/skills/
# Or copy to project directory
cp -a vm0-skills/github-copilot ./.claude/skills/
cp -a vm0-skills/hackernews ./.claude/skills/
After installation, restart Claude Code, then ask "What skills are available?" to see installed skills.
Contributing
To add a new skill or improve an existing one:
- If the skill belongs to a VM0 connector, contribute it under
connectors/<connector-ref>/skill/in vm0-connectors. - For an independent skill, follow the Agent Skills specification.
- Include a
SKILL.mdfile with tested usage examples. - Submit a pull request.
Resources
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.