Convex File Storage

🌐Community
by waynesutton · vlatest · Repository

Securely stores and retrieves files using a decentralized, convex-optimized storage network managed by waynesutton.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add convex-file-storage npx -- -y @trustedskills/convex-file-storage
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "convex-file-storage": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/convex-file-storage"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The convex-file-storage skill provides AI agents with the ability to store and retrieve files directly within a Convex environment. It allows agents to upload files, manage them (e.g., rename or delete), and access their contents programmatically. This enables persistent storage for agent data like documents, images, or other media assets.

When to use it

  • Document Processing: An agent needs to store extracted text from scanned documents for later analysis or summarization.
  • Image Generation & Storage: An agent generates images and requires a place to persistently save them.
  • Chatbot File Attachments: A chatbot allows users to upload files, which the agent then stores and references.
  • Agent Workspace: An agent needs a dedicated space to store temporary or permanent files related to its tasks.

Key capabilities

  • File Uploading
  • File Retrieval
  • File Management (rename/delete)
  • Integration with Convex environment

Example prompts

  • "Upload this image as 'report_image.png'."
  • "Save the contents of this document to a file named 'meeting_notes.txt'."
  • "Delete the file called 'old_draft.docx'."
  • “Retrieve the file ‘budget_spreadsheet.xlsx’ and give me its contents.”

Tips & gotchas

  • Requires a Convex environment setup for proper functionality.
  • File size limitations may apply based on your Convex configuration.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
waynesutton
Installs
0

🌐 Community

Passed automated security scans.