Sf Metadata
Extracts structured metadata from SF objects, streamlining data discovery and improving search accuracy for efficient analysis.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sf-metadata npx -- -y @trustedskills/sf-metadata
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sf-metadata": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sf-metadata"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to discover and install specific metadata configurations within Salesforce environments. It streamlines the setup process by allowing agents to retrieve necessary system details directly from the Salesforce Metadata API.
When to use it
- Automating the initial configuration of custom metadata types for new orgs.
- Retrieving schema definitions or label files to ensure consistent data structures across teams.
- Deploying specific metadata bundles to sandbox environments without manual intervention.
- Validating that required custom settings exist before triggering complex business logic flows.
Key capabilities
- Direct integration with the Salesforce Metadata API for real-time data retrieval.
- Automated installation workflows for predefined metadata packages.
- Discovery of available metadata types and their current states within an instance.
- Support for both synchronous queries and asynchronous deployment tasks.
Example prompts
- "Install the latest custom metadata package for our billing module into the production org."
- "Retrieve the current label file definitions to check for missing translations in the support category."
- "Discover all available custom settings related to user permissions and list their current values."
Tips & gotchas
Ensure your AI agent has valid OAuth credentials with sufficient API permissions (such as MetadataApi) before attempting installation. Be mindful that modifying metadata directly via API may bypass standard change sets, so always test changes in a sandbox first.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.