C
Caffeinelabs技能
ego lite browser
贊助ego lite 是 AI 代理執行網頁自動化最快的瀏覽器,可與 Codex 或 Claude Code 共享您的登入狀態,零成本、零配置。
Alpha Vantage MCP Server
贊助獲取金融市場數據:即時與歷史股票、ETF、期權、外匯、加密貨幣、大宗商品、基本面、技術指標等
connector-googlemail
caffeinelabs
Use the `googlemail-client` mops package whenever the user asks the canister to send email, compose a draft, list or read Gmail messages, or fetch the authenticated user's Gmail profile. The package wraps the Gmail REST API v1 at `https://gmail.googleapis.com` via outbound HTTPS calls.
communicationapiproductivity
extension-authorization
caffeinelabs
具備角色基礎存取控制的授權系統。所有管理個人或受限制存取資料的應用程式必備。
securityapidevelopment
extension-camera
caffeinelabs
支援網路攝影機。
mediavideoimage
extension-core-infrastructure
caffeinelabs
核心基礎設施,提供後端連線設定、儲存客戶端及 React 應用程式進入點。
developmentapidevops
extension-data-viewer
caffeinelabs
Admin-only paginated viewer for stable canister state. Use whenever the user asks for a viewer, dashboard, debug panel, or admin browse over backend data — users, items, orders, logs, or any stable Map/Set/Array/VarArray/List/Stack/Queue. Pre-installed in every Caffeine app via the `caffeineai-data-viewer` mops package; this skill explains what it does and how to keep using it correctly.
developmentdatabasedata-analysis
extension-email
caffeinelabs
支援發送服務/交易電子郵件。請勿用於發送行銷電子郵件或驗證電子郵件。
extension-email-calendar-events
caffeinelabs
支援透過電子郵件組織活動/會議及發送邀請。
productivitycommunicationproject-management
extension-email-marketing
caffeinelabs
向訂閱者發送帶有取消訂閱連結的個人化行銷電子郵件。
marketingcommunication
extension-email-raw
caffeinelabs
發送一封包含多個收件人、副本及密件副本地址的電子郵件。
communication
extension-email-verification
caffeinelabs
支援寄送包含連結的電子郵件,收件者可點擊連結以證明其擁有該電子郵件地址。
securityapicommunication
extension-http-outcalls
caffeinelabs
由後端容器(而非前端)執行的 HTTP 外部呼叫。
developmentapi
extension-invite-links
caffeinelabs
要求使用邀請連結/RSVP 的存取方式,訪客無需登入即可提交回覆,而管理員需登入才能檢視回覆。
communicationproductivityapi
extension-object-storage
caffeinelabs
通用檔案/物件儲存,適用於圖片、影片、文件及其他大量資料。非常適合圖片庫、影片庫及其他檔案或物件管理。支援超過IC限制的大型檔案,並提供瀏覽器快取的HTTP URL存取。
developmentmedia
extension-openai
caffeinelabs
MANDATORY recipe for every Caffeine build that calls OpenAI (ChatGPT, GPT-4o, an LLM, a chatbot, embeddings). The ONLY supported path is the `openai-client` mops package with a canister-side API-key bearer. Hand-rolling `ic.http_request` to `api.openai.com/v1/...` is a FORBIDDEN anti-pattern — it leaks the bearer across replicated outcalls (security + 13× billing impact), bypasses the typed request/response bindings, and forces hand-rolled JSON on a language with poor JSON support. Load this...
developmentapisecurity
extension-oql
caffeinelabs
Make a canister's data queryable by the Caffeine Data Intelligence agent. Use whenever an app stores structured data (Maps/Lists/arrays of records) that should be answerable in natural language — "top customers", "revenue by region", "active projects". Adds a discoverable `schema()` and a JSON `execute()` query endpoint via the `caffeineai-oql` mops package's `Expose` mixin.
developmentdatabasedata-analysis
extension-posting-to-x
caffeinelabs
MANDATORY recipe for every Caffeine build that posts to X (Twitter). The ONLY supported path is the `x-client` mops package with OAuth 2.0 PKCE. Hand-rolling `ic.http_request` or `icBooking.http_request` calls to `api.x.com/2/tweets`, `api.x.com/2/oauth2/token`, or any other X endpoint is a FORBIDDEN anti-pattern — it bypasses bearer auth, replication-cost safeguards, and `x-client`'s null-field handling. Load this skill whenever the user, spec, or any prior task mentions tweeting,...
developmentapi
extension-qr-code
caffeinelabs
使用相機掃描QR碼。
productivitymediaimage
extension-querying-oql
caffeinelabs
Quick reference for the Caffeine Data Intelligence agent to query an OQL-exposing canister (schema() + execute()) through the `icp` CLI against the project's `backend` canister: read the schema, form JSON queries (filter / order / paginate / aggregate / dotted-path edges), and parse the Candid result rows.
developmentdatabaseapi
extension-stripe
caffeinelabs
基於 Stripe 的支付支援,支援信用卡與簽帳金融卡
extension-user-approval
caffeinelabs
基於審核的使用者管理。
securityproject-managementcommunication