Loading...
Loading...
Found 376 Skills
Response Transformer - Auto-activating skill for API Integration. Triggers on: response transformer, response transformer Part of the API Integration skill category.
Reference skill for Zoom Team Chat. Use after routing to a chat workflow when building user-scoped messaging integrations, chatbot experiences, rich cards, buttons, slash commands, or chat webhooks.
Preview of the Discord v10 HTTP API specification. See https://discord.com/developers/docs for more details.. Use when working with the Discord HTTP API (Preview) or when the user needs to interact with this API.
Operate emails via the agently-cli command-line tool: send, reply, forward, search, read, download attachments, and manage the inbox. Use this skill whenever users need to perform any email-related operations.
Interacts with the FreeAgent accounting API to manage invoices, contacts, projects, expenses, timeslips, and other financial data. Use when the user needs to retrieve, create, update, or analyze FreeAgent accounting information via the API.
Manage Google Calendar events and calendars. List, create, update, and delete events, check availability, and organize schedules. Use when working with Google Calendar management.
MANDATORY recipe for every Caffeine build that lists upcoming events or creates events on the user's own Google Calendar. The ONLY supported path is the `googlecalendar-client` mops package (Calendar REST API v3) combined with the `google-oauth` mops package (token exchange + refresh + PKCE). Hand-rolling `ic.http_request` calls to `oauth2.googleapis.com` or `www.googleapis.com/calendar/v3` is a FORBIDDEN anti-pattern — it bypasses bearer auth, replication-cost safeguards, and the `google-oauth` library's percent-encoding and JSON parsing. Load this skill whenever the user, spec, or any prior task mentions scheduling, calendar events, appointments, meetings, "add to calendar", or any equivalent phrasing — and BEFORE writing any code that touches a Google endpoint.
Generate Next.js projects based on configurations and requirements, supporting the --quick fast mode to skip the PRD phase
Control Spotify playback, manage playlists, search music, and get recommendations via the Spotify API.
Amazon Store Authorization and Management Skill, providing complete authorization process, token refresh, authorized store query, and access token acquisition capabilities. The store name `sellerName` is required when obtaining the authorization link, which is used to distinguish authorized stores. This skill is triggered when the user mentions Amazon store authorization, binding Amazon store, refreshing token, querying store token, managing authorized stores, or uses phrases like "Amazon seller authorization, bind Amazon seller account, refresh access token, query store tokens, manage authorized stores". It should also be triggered whenever the user's requirements involve Amazon seller account authorization, access token management, or store list query.
Interact with Google Calendar to list and create events.
Generate or edit images with gpt-image-2 through Codex/ChatGPT subscription authentication instead of OPENAI_API_KEY. Use for text-to-image, reference-image editing, or visual assets when the user wants local Codex auth, especially when no native image tool is available. Do not use for official OpenAI API-key billing or OpenAI-compatible gateways.