Checkout Directory
This skill securely retrieves checkout directories for seamless order processing and efficient fulfillment workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add checkout-directory npx -- -y @trustedskills/checkout-directory
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"checkout-directory": {
"command": "npx",
"args": [
"-y",
"@trustedskills/checkout-directory"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The checkout-directory skill allows an AI agent to access and retrieve files from a specified directory. It can list the contents of the directory, download individual files, or provide file metadata like size and modification date. This is useful for agents needing to work with local data sources.
When to use it
- Data analysis: An agent needs to process CSV files stored in a specific folder on your system.
- Report generation: The agent requires access to templates or data files needed to create reports.
- Asset management: The AI agent needs to retrieve images or other assets from a designated directory for presentation or further processing.
- Backup and recovery: An agent can be used to list files in a backup directory, verifying their presence and integrity.
Key capabilities
- Directory listing
- File download
- File metadata retrieval (size, modification date)
Example prompts
- "List the contents of
/data/reports." - "Download the file
template.docxfrom/templates." - "What is the size and last modified date of
image1.jpgin/images?"
Tips & gotchas
The agent requires appropriate permissions to access the specified directory. Ensure that the user account running the AI agent has read access to the target location.
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.