Handles everything related to Salesforce's Trusted Services Archive add-on: searching and viewing archived records, unarchiving them, running the analyzer, pulling storage stats, and handling RTBF erasure and PII masking on archived data. It covers both the Archive Connect API operations and querying the ArchiveActivity object to track job status and download failure logs. The permission model is unusually granular, each operation gated by a different user permission on top of the org-level entitlement, so expect to help users diagnose "not permitted" errors by mapping them to the specific capability they lack. The API has non-obvious contracts like dateRanges plural, scroll_id equals negative one for pagination end, and body-level success flags that don't always match HTTP status. You'll spend time on the verify-after-write pattern for async jobs and correlating ArchiveActivity records with their log download endpoints.
npx -y skills add forcedotcom/sf-skills --skill platform-trust-archive-manage --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills