blink-storage
Installation
SKILL.md
MCP Tools
| Tool | Description |
|---|---|
blink_storage_list |
List files in project storage with optional path prefix |
blink_storage_url |
Get the public CDN URL for a stored file |
blink_storage_delete |
Delete a file from storage |
Getting Started
# Upload a file
blink storage upload ./photo.jpg --path uploads/photo.jpg
# List files
blink storage list