Firebase Storage
Helps with Firebase, storage as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add olino3-firebase-storage npx -- -y @trustedskills/olino3-firebase-storage
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"olino3-firebase-storage": {
"command": "npx",
"args": [
"-y",
"@trustedskills/olino3-firebase-storage"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Firebase Storage, enabling them to upload files, download files, and manage storage buckets. It provides functionality for securely storing and retrieving data within a Firebase project. The agent can be instructed to perform actions like listing files in a bucket or deleting specific objects.
When to use it
- Automated backups: Schedule regular file backups from local directories to Firebase Storage.
- Media asset management: Allow an AI assistant to upload images and videos for content creation workflows.
- Data archival: Move older data out of primary storage into a cost-effective archive in Firebase Storage.
- File sharing: Enable users to share files stored within a Firebase project with external collaborators.
Key capabilities
- Upload files to Firebase Storage buckets
- Download files from Firebase Storage buckets
- List files within a specified bucket
- Delete objects (files) from Firebase Storage
Example prompts
- "Upload this image
image.jpgto the 'images' bucket." - "Download the file named 'report.pdf' from the 'reports' bucket and save it as 'downloaded_report.pdf'."
- "List all files in the 'documents' bucket."
Tips & gotchas
- Requires proper Firebase project setup and authentication credentials for the AI agent to access Firebase Storage.
- Be mindful of storage limits and costs associated with Firebase usage.
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.