Bidirectional Salesforce integration using jsforce library and the Salesforce REST API. Performs SOQL queries via connection.query(), bulk upserts through connection.sobject().upsertBulk(), and subscribes to Platform Events using connection.streaming.topic() for real-time data sync.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill salesforce-crm-sync-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Salesforce Crm Sync Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-salesforce-crm-sync-agent)More formats (shields.io, HTML) on the badges page.
---
name: "Salesforce CRM Sync Agent"
slug: "salesforce-crm-sync-agent"
description: "Bidirectional Salesforce integration using jsforce library and the Salesforce REST API. Performs SOQL queries via connection.query(), bulk upserts through connection.sobject().upsertBulk(), and subscribes to Platform Events using connection.streaming.topic() for real-time data sync."
github_stars: 1453
verification: "security_reviewed"
source: "https://github.com/jsforce/jsforce"
category: "Integrations & Connectors"
framework: "Cursor"
tool_ecosystem:
github_repo: "jsforce/jsforce"
github_stars: 1453
npm_package: "jsforce"
npm_weekly_downloads: 936641
---
# Salesforce CRM Sync Agent
Bidirectional Salesforce integration using jsforce library and the Salesforce REST API. Performs SOQL queries via connection.query(), bulk upserts through connection.sobject().upsertBulk(), and subscribes to Platform Events using connection.streaming.topic() for real-time data sync.
## Installation
Requirements and caveats from upstream:
- Salesforce API Library for JavaScript applications (both on web browser and Node.js)
- JSforce (f.k.a. Node-Salesforce) is an isomorphic JavaScript Library utilizing Salesforce's API: It works both in the browser and with Node.js.
- ## Node-specific release
Basic usage or getting-started notes:
- It also has command line interface (CLI) which gives interactive console (REPL), so you can learn the usage without hassle.
- ## How to build/run tests:
- Source: https://github.com/jsforce/jsforce
- Extracted from upstream docs: https://raw.githubusercontent.com/jsforce/jsforce/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/salesforce-crm-sync-agent/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!