web-fetch

설치
CLI
npx skills add https://github.com/creminiai/cremini-skills --skill web-fetch

CLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.

최근 업데이트: 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