skills/clawhub/SKILL.md
Use the Genome CLI to search, install, update, and publish agent skills from genome.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed genome CLI.
npx skillsauth add luisvelmarketer/genome genomeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Install
npm i -g genome
Auth (publish)
genome login
genome whoami
Search
genome search "postgres backups"
Install
genome install my-skill
genome install my-skill --version 1.2.3
Update (hash-based match + upgrade)
genome update my-skill
genome update my-skill --version 1.2.3
genome update --all
genome update my-skill --force
genome update --all --no-input --force
List
genome list
Publish
genome publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"
Notes
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
development
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Genoma voice-call plugin.