salesforce-object-fetch

Retrieve Salesforce object records using SOQL queries with dynamic filtering.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill salesforce-object-fetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: salesforce-object-fetch
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/salesforce-object-fetch
Command: npx skills add https://github.com/AstorYH/PASB --skill salesforce-object-fetch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the retrieval of specific data from Salesforce objects, eliminating the need for manual querying or complex API integrations for common data access tasks.

Core Features & Use Cases

  • Data Retrieval: Fetch records from any Salesforce object (e.g., Account, Contact, Opportunity).
  • Custom Querying: Utilize SOQL to define precise criteria for data selection, including field selection and filtering.
  • Use Case: A sales representative needs to quickly find all "Closed Won" opportunities from the last quarter. This Skill can execute a SOQL query to retrieve that specific data instantly.

Quick Start

Use the salesforce-object-fetch skill to retrieve the Name and Email fields for all Contact records where the LastName is 'Smith'.

Frequently Asked Questions about salesforce-object-fetch

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

FAQPage Schema
How do I retrieve data from Salesforce objects using SOQL?

To retrieve data from Salesforce objects, use SOQL queries to specify target object names, select desired fields, and apply dynamic filters for targeted CRM record extraction.

Can I fetch specific fields and filter records from a Salesforce object?

Yes, you can fetch specific fields and filter records by providing a syntactically correct SOQL query that defines precise selection criteria for your Salesforce object data retrieval.

Do I need valid object names and SOQL syntax to query Salesforce CRM data?

Yes, valid Salesforce object names and syntactically correct SOQL statements are required prerequisites for executing queries and successfully extracting CRM data.

What is the best way to extract Closed Won opportunities from Salesforce?

The best way to extract Closed Won opportunities is executing a SOQL query with appropriate filtering criteria to instantly retrieve those specific Salesforce CRM records.

What happens if my SOQL query contains syntax errors during Salesforce data access?

Salesforce data access requires syntactically correct SOQL statements for execution; invalid SOQL syntax or incorrect object names will prevent successful CRM data retrieval.