{
  "markdown": "# vm0-skills\n\nA collection of reusable [Agent Skills](https://agentskills.io) that are\nindependent of the VM0 connector catalog.\n\nSkills follow the [Agent Skills specification](https://agentskills.io/specification).\n\nSkills owned by a VM0 connector live with the connector definition in\n[vm0-connectors](https://github.com/vm0-ai/vm0-connectors).\n\n## Principles\n\n1. **Single Ownership**: Keep connector-owned skills in `vm0-connectors` and independent skills here\n2. **Focused Instructions**: Give agents practical guidance for one well-defined capability\n3. **Self-Contained**: Keep each skill's instructions and supporting resources together\n4. **Security First**: Document commands in `SKILL.md` for security auditing and compliance checks\n\n## Installation\n\nThere are multiple ways to install and use these skills:\n\n### 1. Using Claude Code Marketplace\n\n```bash\n# Add marketplace\n/plugin marketplace add vm0-ai/vm0-skills\n\n# Install specific skills\n/plugin install github-copilot@vm0-skills\n/plugin install hackernews@vm0-skills\n```\n\n### 2. Direct Download\n\n```bash\n# Clone the repository\ngit clone https://github.com/vm0-ai/vm0-skills.git\n\n# Copy to personal skills directory\ncp -a vm0-skills/github-copilot ~/.claude/skills/\ncp -a vm0-skills/hackernews ~/.claude/skills/\n\n# Or copy to project directory\ncp -a vm0-skills/github-copilot ./.claude/skills/\ncp -a vm0-skills/hackernews ./.claude/skills/\n```\n\nAfter installation, restart Claude Code, then ask \"What skills are available?\" to see installed skills.\n\n## Contributing\n\nTo add a new skill or improve an existing one:\n\n1. If the skill belongs to a VM0 connector, contribute it under\n   `connectors/<connector-ref>/skill/` in\n   [vm0-connectors](https://github.com/vm0-ai/vm0-connectors).\n2. For an independent skill, follow the\n   [Agent Skills specification](https://agentskills.io/specification).\n3. Include a `SKILL.md` file with tested usage examples.\n4. Submit a pull request.\n\n## Resources\n\n- [Agent Skills Specification](https://agentskills.io/specification)\n",
  "bytes": 2026,
  "sha": "55637d5f5823e1080b8accc25f76d8562a3dc4c5b512778d582b125db735ce86",
  "repo_slug": "vm0-ai/vm0-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_vm0_ai_vm0_skills_hackernews_55d75d6f/readme"
}