genome

Manage agent skills with the Genome CLI for search, install, update, and publish.

1|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/LuisvelMarketer/genome --skill genome
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genome
Source: https://github.com/LuisvelMarketer/genome/tree/main/skills/clawhub
Command: npx skills add https://github.com/LuisvelMarketer/genome --skill genome

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to manage your Genome CLI skills, enabling you to search for, install, update, and publish skills directly from the command line.

Core Features & Use Cases

  • Search for Skills: Find new skills relevant to your tasks.
  • Install/Update Skills: Keep your installed skills up-to-date or install specific versions.
  • Publish Skills: Share your own developed skills with the community.
  • Use Case: You need a new skill to handle database backups. You can use genome search "postgres backups" to find one, and then genome install <skill-name> to add it to your project.

Quick Start

Use the genome skill to install the latest version of the 'my-skill' package.

Frequently Asked Questions about genome

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and manage CLI skills for agent automation?

You can manage CLI skills for agent automation by using the genome CLI to search for, install, update, and publish modular agent capabilities directly from your command line interface.

What's the best way to find and add agent skills to my development project?

The best way to find and add agent skills is using the genome CLI to search for relevant packages, such as running genome search with a specific query, then installing the desired skill package into your project.

Do I need npm to use the Genome CLI for skill management?

Yes, you need the npm-installed genome CLI binary available in your environment to perform all skill management operations, including searching, installing, updating, and publishing agent skills.

Can I publish my own developed agent skills to the community?

Yes, you can publish your own developed agent skills to share modular capabilities with the community by using the genome CLI's publishing commands directly from your development environment.

How do I update installed agent skills to their latest versions?

You can update installed agent skills to their latest versions or install specific versions by executing the appropriate update commands through the genome CLI binary in your command line interface.