npx -y skills add microlinkhq/skills/use-pnpm
Always use pnpm as the package manager. Use when installing, adding, or removing dependencies, running scripts, or any npm/yarn/pnpm command. Replaces npm and yarn with pnpm equivalents.
npx -y skills add microlinkhq/skills/microlink-google
Query 10 Google verticals (search, news, images, videos, places, maps, shopping, scholar, patents, autocomplete) as structured data via @microlink/google. Use when users need to fetch Google search results programmatically, scrape Google SERP data, build search-powered features, retrieve Google News or Shopping data, get place/map coordinates, find academic papers, or work with any Google vertical through a unified Node.js API.
npx -y skills add microlinkhq/skills/microlink-api
Interact with Microlink API and MQL for metadata extraction, screenshots, PDFs, web scraping, and browser automation. Use when the user mentions Microlink, MQL, @microlink/mql, web scraping with CSS selectors, taking website screenshots, generating PDFs from URLs, extracting metadata from links, or embedding link previews.
npx -y skills add microlinkhq/skills/unavatar-api
Retrieve user avatars from 20+ platforms (GitHub, X/Twitter, Instagram, Gravatar, etc.) via unavatar.io. Use when the user mentions unavatar, avatar retrieval, profile pictures, user avatars, or needs to resolve avatars by email, username, domain, or phone number.
npx -y skills add microlinkhq/skills/k8s-hpa-cost-tuning
Tune Kubernetes HPA scale-up/down behavior, topology spread, and resource requests to reduce idle cluster capacity and ensure nodes can drain. This skill should be used when auditing cluster costs on a schedule, analyzing post-incident scaling behavior, or investigating why replicas or nodes do not scale down.
npx -y skills add microlinkhq/skills/optimo
Optimize and convert images and videos using optimo on top of ImageMagick & FFmpeg. Use when the user mentions reducing image/video file size, media compression, batch optimization, converting media formats, or running optimo from scripts.
npx -y skills add microlinkhq/skills/browserless
Automate websites with browserless and Puppeteer for screenshots, PDFs, HTML/text extraction, URL status checks, and Lighthouse audits. Use when the user mentions browserless, @browserless/cli, headless Chrome automation, Puppeteer wrappers, website screenshots, PDF generation from URLs, or extracting rendered page content.
npx -y skills add microlinkhq/skills/nodejs-performance
Identify and ship production-safe performance and resource-usage fixes in Node.js codebases. Use when users ask to reduce CPU, memory, event-loop lag, I/O pressure, retry amplification, or to run one-PR-per-improvement optimization workflows with measurable benchmarks.
npx -y skills add microlinkhq/skills/metascraper
Extract unified metadata from website HTML using metascraper rule bundles and fallbacks. Use when the user mentions metascraper, metadata extraction from URLs, Open Graph/Twitter Cards/JSON-LD parsing, custom metadata rules, or building link preview pipelines.
npx -y skills add microlinkhq/skills/html-get
Retrieve normalized HTML from URLs using fetch or prerender with browserless fallbacks. Use when the user mentions html-get, rendered HTML extraction, JS-heavy pages, rewriting relative URLs, or preparing HTML for metascraper and scraping pipelines.
npx -y skills add microlinkhq/skills/keyvhq
Build and operate Keyv-based caching and key-value storage using @keyvhq/core and official adapters. Use when the user mentions Keyv, keyvhq, TTL cache, namespaces, storage adapters (Redis, Mongo, MySQL, PostgreSQL, SQLite, file), or adding cache support to a Node.js module.
npx -y skills add microlinkhq/skills/youtube-dl-exec
Run yt-dlp from Node.js using youtube-dl-exec for metadata extraction, media downloads, subtitle workflows, and subprocess control. Use when the user mentions youtube-dl-exec, yt-dlp automation, downloading media, or extracting structured video information.