Search Skills
Search across 54932 indexed skills
salesforce-reliability-patterns
Production-grade reliability patterns for Salesforce integrations: circuit breakers for API outages, idempotent operations using External IDs, gracefu...
salesforce-known-pitfalls
The 10 most common and costly mistakes when integrating with Salesforce, with real error messages and correct patterns. // Query accounts, then query ...
salesforce-core-workflow-a
Primary workflow: perform CRUD operations on standard sObjects (Account, Contact, Lead, Opportunity) using SOQL queries, jsforce methods, and REST API...
retellai-webhooks-events
Handle Retell AI webhook events for call lifecycle, transcripts, and function execution. HTTPS webhook endpoint Agent configured with webhook URL // S...
salesforce-debug-bundle
Collect all necessary diagnostic information for Salesforce issues: debug logs, API limits, org configuration, and error traces. Salesforce CLI authen...
serpapi-webhooks-events
SerpApi does not have traditional webhooks, but supports async searches and the Searches Archive API. Build SERP monitoring by combining scheduled sea...
retellai-upgrade-migration
Implementation patterns for Retell AI upgrade migration — voice agent and telephony platform. Completed retellai-install-auth setup import Retell from...
serpapi-common-errors
Quick reference for SerpApi errors. Check searchmetadata.status first -- it will be Success or Error. Error details are in searchmetadata.error or err...
retellai-reference-architecture
Implementation patterns for Retell AI reference architecture — voice agent and telephony platform. Completed retellai-install-auth setup import Retell...
salesforce-data-handling
Handle sensitive data correctly when integrating with Salesforce: PII classification, GDPR/CCPA compliance with Salesforce's Individual object, data r...
windsurf-api-development
This skill enables AI-assisted API development workflows within Windsurf. Cascade can generate type-safe API clients from OpenAPI/Swagger specs, creat...
serpapi-install-auth
Install the SerpApi client library and configure API key authentication. SerpApi provides structured JSON results from Google, Bing, YouTube, and 15+ ...