Skip to main content
Back to the directory
waynesutton/convexskillsSoftware EngineeringFrontend and Design

convex-file-storage

Complete file handling with uploads, URL serving, generated file storage, deletion, and metadata access in Convex.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-file-storage
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, convex-file-storage has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: waynesutton/convexskills. Canonical URL: https://skills.sh/waynesutton/convexskills/convex-file-storage.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Complete file handling with uploads, URL serving, generated file storage, deletion, and metadata access in Convex. Handle file uploads, storage, serving, and management in Convex applications with proper patterns for images, documents, and generated files. Before implementing, do not assume; fetch the latest documentation: Convex provides built-in file storage with: - Supports three-step upload flow: generate upload URL via mutation, POST file to storage endpoint, save reference to database - Serves files via automatic URL generation and handles diverse file types (images, PDFs, videos) with type-specific display logic - Stores generated files from actions (PDFs, images) directly to storage using ctx.storage.store() with Blob conversion - Accesses file metadata including creation time, SHA256 hash, content type, and size via the _storage system table - Includes client-side validation for file type and size, preview generation, and cascading deletion of storage and database records - Primary: - Upload Files: - Serve Files: - For broader context: - Automatic URL generation for serving files - Support for any file type (images, PDFs, videos, etc.) - File metadata via the _storage system table - Integration with mutations and actions - Never run npx convex deploy unless explicitly instructed - Never run any git commands unless explicitly instructed - Validate file types and sizes...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does convex-file-storage do?

Complete file handling with uploads, URL serving, generated file storage, deletion, and metadata access in Convex.

Is convex-file-storage good?

convex-file-storage does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support convex-file-storage?

convex-file-storage currently lists compatibility with Skills CLI.

Is convex-file-storage safe to install?

convex-file-storage has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to convex-file-storage?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install convex-file-storage?

Run the following command to install convex-file-storage: npx skills add https://github.com/waynesutton/convexskills --skill convex-file-storage

Related skills

More from waynesutton/convexskills

Related skills

Alternatives in Software Engineering