
vm0-ai/vm0-skills
3 skills4.1k installs192 starsGitHub
Install
npx skills add https://github.com/vm0-ai/vm0-skillsSkills in this repo
1HackernewsHacker News is a vm0 agent skill that wires your coding agent to Y Combinator’s public Hacker News API via copy-paste curl and jq examples. Indie builders use it when they want fast, scriptable access to what the developer community is upvoting, asking, showing, or hiring for—without building a custom scraper or browser automation. The skill walks through fetching ranked story ID arrays (top 500, best, new, Ask HN, Show HN, jobs) and hydrating any item by ID for titles, URLs, scores, authors, and comment threads. It fits early discovery: validating whether a problem already has saturated Show HN launches, spotting comment sentiment on a competitor link, or listing relevant job posts for niche stacks. Triggers align with user mentions of “Hacker News”, “HN”, or “Y Combinator” tech news. Outputs are structured JSON summaries your agent can turn into briefs, outreach lists, or launch timing notes. It is an integration playbook, not a hosted MCP server.2.9kinstalls2Cloudflare Tunnelcloudflare-tunnel is an integration skill for reaching services protected by Cloudflare Tunnel and Cloudflare Access from scripts or agent-driven curl workflows. Solo builders running homelab APIs, staging admin tools, or internal webhooks install it when they must authenticate with CF-Access-Client-Id and CF-Access-Client-Secret before hitting a hostname on the tunnel. The SKILL.md documents GET and POST examples, optional second-layer Authorization Bearer or basic auth, JSON bodies written to temp files, and binary downloads. It does not replace cloudflared daemon setup documentation but gives repeatable request templates for agents that already have service tokens. Use during operations when debugging protected endpoints, automating smoke tests, or integrating agents with tunnel-fronted backends without exposing services publicly without Access.676installs3Google SheetsGoogle Sheets is a vm0 integration skill that teaches agents to call the official Google Sheets API v4 with bearer token auth. Solo builders use it when someone drops a sheets.google.com link, asks to update a tab like Excel, or needs to pull campaign metrics, lead lists, or inventory from a shared workbook instead of building a custom admin first. The skill documents how to extract spreadsheet IDs from URLs, fetch properties and sheet tabs, read A1 ranges or entire sheets, and push updates through the values API—with copy-paste curl patterns and jq for shaping responses. It assumes a GOOGLE_SHEETS_TOKEN (or equivalent connector env) and points to zero doctor checks when requests fail, which fits indie stacks that already use vm0 connectors for OAuth. This is a task integration, not a workflow methodology: one job, one API surface, repeatable during build and light operate iterations.554installs