web-fetch

Instalação
CLI
npx skills add https://github.com/creminiai/cremini-skills --skill web-fetch

Instale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.

Última atualização em 4/24/2026

Cremini Skills

Open-source AI agent skills for SkillPack.

Skills

Skill Description
amazon-product Fetch Amazon product details by ASIN
amazon-search Search Amazon products by keyword
amazon-keyword-search-volume Get Amazon keyword search volume for one or more keywords
notion Search, read, create, and manage Notion pages and databases
web-fetch Fetch web pages via Chrome DevTools Protocol — JS rendering, zero dependencies

Quick Start

Reference any skill in your skillpack.json:

{
  "skills": [
    {
      "name": "notion",
      "source": "https://github.com/CreminiAI/cremini-skills",
      "description": "Manage Notion pages and databases through conversation."
    }
  ]
}

License

MIT