Salesforce CRM Query

List Salesforce objects, describe schemas, and execute read-only SOQL queries.

8|2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/djinilabs/helpmaton --skill salesforce-crm-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Salesforce CRM Query
Source: https://github.com/djinilabs/helpmaton/tree/main/apps/backend/src/skills/salesforce-crm-query
Command: npx skills add https://github.com/djinilabs/helpmaton --skill salesforce-crm-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to interact with Salesforce CRM data by listing objects, describing schemas, and executing SOQL queries, enabling efficient data retrieval and analysis.

Core Features & Use Cases

  • Discover Objects: List available standard and custom objects within a Salesforce org.
  • Schema Inspection: Retrieve detailed field information and relationships for specific objects.
  • SOQL Query Execution: Run read-only SOQL queries to fetch data based on described schemas.
  • Use Case: A sales representative can use this Skill to quickly find all accounts created in the last month, or to check the fields available on the Contact object before composing a targeted email campaign.

Quick Start

Use the salesforce_list_objects tool to discover available objects in your Salesforce org.

Frequently Asked Questions about Salesforce CRM Query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Salesforce CRM data using SOQL?

You can query Salesforce CRM data by listing available objects, describing their schemas to understand field relationships, and then executing read-only SOQL queries to fetch the specific records you need.

How do I discover available objects and field schemas in a Salesforce org?

You can discover Salesforce objects and schemas by using the object listing and schema description features. This allows you to list standard and custom objects, and retrieve detailed field information and relationship data for specific objects before querying.

Can I use this to run SOQL queries for sales and CRM-related tasks?

Yes, this Skill is designed for sales and CRM-related tasks. It facilitates data discovery and retrieval, allowing you to find recently created accounts or inspect Contact object fields for targeted email campaigns.

Does the Salesforce data query process require write access to the org?

No, the Salesforce data query process requires read-only access. It is designed exclusively for data discovery and retrieval, allowing you to list objects, describe schemas, and execute SOQL queries without modifying any CRM records.

What is the best way to find specific fields on a custom object before querying Salesforce?

The best way to find specific fields on a custom object is to use the schema inspection feature. You can retrieve detailed field information and relationships for specific Salesforce objects, ensuring your SOQL query targets the correct data structure.

What are the limitations of using SOQL for Salesforce data retrieval?

A key limitation is that SOQL data retrieval through this Skill is strictly read-only. You cannot create, update, or delete records; it is designed solely for listing objects, describing schemas, and fetching existing data.