salesforce-api-integrationComplete Salesforce REST API for SOQL queries, CRUD operations, Bulk API, Composite API, authentication, and standard objects with error handling.
Install via ClawdBot CLI:
clawdbot install ivangdavila/salesforce-api-integrationGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://login.salesforce.com/services/oauth2/tokenCalls external URL not in known-safe list
https://clawic.com/skills/salesforce-api-integrationAI Analysis
The skill's core functionality is legitimate Salesforce API integration, and the external endpoints (login.salesforce.com for OAuth, clawic.com for documentation) are consistent with its stated purpose. However, the undocumented POST to login.salesforce.com for token acquisition should be explicitly documented as it involves sending credentials to an external service.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 21, 2026
A sales manager uses SOQL queries to retrieve lead records, update lead statuses, and generate reports on conversion rates. This enables real-time tracking of sales pipeline performance and automated follow-up workflows.
A support team leverages CRUD operations to create and update support cases, query case histories, and bulk-import customer feedback. This streamlines issue resolution and improves customer satisfaction metrics.
An accounting department uses the Bulk API to export invoice and payment records from Salesforce, integrate with external accounting software, and perform composite requests for batch updates. This ensures accurate financial reporting and compliance.
A marketing analyst runs SOQL queries to analyze campaign performance, segment contact lists, and update campaign member statuses. This supports data-driven decision-making and ROI calculation for marketing initiatives.
An HR team automates employee onboarding by creating new contact records, assigning tasks via standard objects, and using metadata to customize fields. This reduces manual entry and accelerates the onboarding process.
SaaS companies integrate Salesforce to manage customer accounts, track subscription renewals, and automate billing processes via API calls. This enhances customer lifecycle management and supports scalable revenue growth.
Consulting firms use Salesforce API to sync client data, generate custom reports, and manage project timelines with composite requests. This improves service delivery efficiency and client relationship management.
E-commerce businesses leverage Salesforce to handle order processing, customer support interactions, and inventory updates through bulk data operations. This optimizes sales operations and enhances customer experience.
💬 Integration Tip
Ensure environment variables SF_ACCESS_TOKEN and SF_INSTANCE_URL are securely set, and use the memory.md file for storing org-specific context to avoid repetitive configurations.
Scored Apr 18, 2026
When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'v...
Partnership outreach, market research, competitor analysis, and proposal generation. Transform your AI agent into a strategic business development partner that identifies and cultivates growth opportunities.
HubSpot CRM and CMS API integration for contacts, companies, deals, owners, and content management.
Google People: Manage contacts and profiles.
Query and manage Salesforce CRM data via the Salesforce CLI (`sf`). Run SOQL/SOSL queries, inspect object schemas, create/update/delete records, bulk import/export, execute Apex, deploy metadata, and make raw REST API calls.
Guide users building a personal CRM from simple files to structured database.