npx skills add https://github.com/creminiai/cremini-skills --skill web-fetchInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
Open-source AI agent skills for SkillPack.
| 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 |
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."
}
]
}
MIT