npx skills add https://github.com/creminiai/cremini-skills --skill web-fetchInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
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