🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 10.3K |
| ⭐ GitHub Stars | 0(fork 1) |
| 🗓️ 最近推送 | 2026-08-04 |
| 🌱 项目创建 | 2026-03-24 |
| 💻 语言 / License | Motoko · Apache-2.0 |
| 🐛 开放Issue | 0 |
📝 工具简介
Caffeine AI的可读技能文件,用于在该平台上构建扩展,AI读取技能后即可开发。
📖 怎么用
先装技能包,跑 `npx skills add caffeinelabs/skills`。想单独看某个技能内容,用 `curl -sL https://raw.githubusercontent.com/caffeinelabs/skills/main/skills/extension-authorization/SKILL.md`。列所有技能用 `curl -s https://api.github.com/repos/caffeinelabs/skills/contents/skills | jq -r '.[].name'`。每个技能文件头部有 YAML 元数据,写清楚名称、版本和依赖,AI 照着就能正确构建,不会瞎编。
📋 迷你测评
Caffeine AI平台的可读技能文件,AI读取后即可开发扩展。亮点是直接面向AI的格式设计,省去人工解析。无具体数据点。
📄 README 要点
这是Caffeine AI平台的技能文件集合,为每个平台扩展提供结构化的、AI可读的技能文件。每个技能文件都包含YAML格式的元数据(名称、描述、版本、兼容性)、组件概述、后端Motoko模块API和前端React hooks及TypeScript API,以及经过测试可直接复制粘贴的代码块。技能按扩展类型分类,比如授权系统、摄像头支持、核心基础设施等,有的只包含后端,有的只包含前端,有的两者都有。目的是让AI读取技能文件后能正确构建代码,避免产生幻觉。
查看英文原文
Caffeine AI Skills Agent readable skill files for building on the Caffeine AI. Structured, agent readable skill files for every platform extension. Your AI reads the skill. It builds correctly. No hallucinations. Every skill includes: Section Purpose Frontmatter YAML metadata: name, description, version, package compatibility Overview One paragraph. What the component does. Backend Motoko module API and usage examples ( mo:caffeineai ) Frontend React hooks and TypeScript API ( @caffeineai/ ) Implementation Tested, copy paste correct code blocks Skills may include backend only, frontend only, or both — depending on the component. Skills All skills live in skills/extension /SKILL.md . Each skill is a self contained markdown file with YAML frontmatter. Skill Description authorization Authorization system with role based access control camera Web camera support core infrastructure Core infrastructure providing backend connection configuration, storage client, and React app entry point email Support for sending service/transactional emails email calendar events Support for organising events/meetings and sending invitations by email email marketing Send personalised marketing emails to subscribers with an unsubscribe link email raw Send an email with multiple to, cc and bcc addresses email verification Support for sending a verification email with a link to prove email ownership http outcalls HTTP outcalls performed by the backend canister invite links Invite link / RSVP based access for guest responses object storage General file/object storage with browser cached HTTP URL access qr code QR code scanner using the camera stripe Payment support based on Stripe, supporting credit cards and debit cards user approval Approval based user management Usage Install via CLI Works with any agent that supports skills (Claude Code, Cursor, Windsurf, Copilot, and more): [安装/使用命令见下方] Browse available skills, pick your agent, and install. See skills.sh for details. Fetch a Single Skill
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除