A schema-adaptive Salesforce integration for Openclaw Skills that discovers environment-specific data structures to enable resilient GTM workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install salesforce-query-openclaw
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install salesforce-query-openclaw using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Salesforce Query skill is a sophisticated tool designed for the Openclaw Skills ecosystem to solve the common problem of fragile CRM scripts. Unlike static integrations that break when moving between environments, this skill utilizes a discovery-first approach to map the unique schema of any Salesforce org, including custom objects and optional signal packs.
It provides a secure, developer-friendly interface for interacting with Salesforce data, emphasizing credential safety via the macOS Keychain. By synthesizing your specific environment data into a reusable profile, it allows AI agents to perform complex queries and generate actionable insights without manual schema mapping.
First, ensure you have the necessary dependencies installed:
pip install requests
To begin the setup and credential configuration, run the guided onboarding script:
python3 scripts/onboarding.py --guided
For automated environments where persistence is not desired, use the non-interactive session mode:
python3 scripts/onboarding.py \
--client-id "$SALESFORCE_CLIENT_ID" \
--client-secret "$SALESFORCE_CLIENT_SECRET" \
--instance-url "$SALESFORCE_INSTANCE_URL" \
--non-interactive --no-save
The skill manages data through a combination of secure system storage and structured JSON profiles. This ensures that Openclaw Skills can maintain context across different Salesforce instances.
| Component | Storage Method | Purpose |
|---|---|---|
| Credentials | macOS Keychain | Securely stores Client ID, Secret, and Instance URL under the openclaw.salesforce service. |
| Mapping Profile | JSON File | Stores the discovered schema, detected signal packs, and user-confirmed field mappings. |
| Workflow Payloads | Structured Objects | Output includes a summary, data rows, and a recommended next_best_action. |
Loading
A professional framework for designing and deploying AR, VR, and 3D immersive shopping experiences tailored for high-value, visual-centric products.

Silverback DeFi provides 19 specialized x402-powered endpoints for real-time market data, technical analysis, and security audits on the Base chain.

A high-fidelity equity research tool that transforms AI agents into senior investment analysts for deep ticker analysis and market consensus.

Rumi allows your AI agent to match you with real humans for deep, interest-based conversations instead of AI-generated responses.

A proactive state management system that ensures AI agents maintain progress context across session resets and complex multi-step workflows.

A design-focused skill that provides curated, role-based color palettes to help AI agents generate beautiful and functional UI color schemes.








































