VerifiedGlobalGit
v1.0.0

Serverpod File Uploads

by @serverpod0 pulls
URLopenbooklet.com/s/serverpod-file-uploads
Pinnedopenbooklet.com/s/serverpod-file-uploads@1.0.0
APIGET /api/v1/skills/serverpod-file-uploads

Flow: server issues upload description → client uploads → server verifies. Default storage is the database; use S3 or GCP for production.

13 skills from this reposerverpod/serverpod
Serverpod File Uploadsviewing
Serverpod Authentication Modulepackages/serverpod/skills/serverpod-auth-module/SKILL.md

The **serverpod_auth** module (Serverpod 3) provides **token managers** (JWT, server-side sessions) and **identity providers** (Email, Google, Apple, GitHub, Facebook, Microsoft, Passkey, Firebase, Anonymous).

Serverpod Cachingpackages/serverpod/skills/serverpod-caching/SKILL.md

In-memory and optional Redis caches via `session.caches`. Cached objects must be serializable models or primitives supported by Serverpod.

Serverpod Configurationpackages/serverpod/skills/serverpod-configuration/SKILL.md

Priority (highest wins): **Dart config object** > **environment variables** > **YAML config files**. YAML lives in `config/`. Secrets in `config/passwords.yaml` or env vars with `SERVERPOD_PASSWORD_` prefix.

Serverpod Databasepackages/serverpod/skills/serverpod-database/SKILL.md

PostgreSQL via ORM. Models with `table` in `.spy.yaml` get generated ORM code.

Serverpod Loggingpackages/serverpod/skills/serverpod-logging/SKILL.md

Use `session.log()` during a request. Logs flush when the session closes. Stored in DB and/or printed to console.

Serverpod Modulespackages/serverpod/skills/serverpod-modules/SKILL.md

Modules are reusable Serverpod packages with server, client, and optionally Flutter code in their own endpoint/model namespaces.

Serverpod Overviewpackages/serverpod/skills/serverpod-overview/SKILL.md

Serverpod is an open-source backend framework for Flutter written in Dart. A Serverpod project consists of three packages: a server, a generated client, and a Flutter app. The server exposes typed endpoints that the client calls via RPC. Models are defined in YAML and generate Dart classes for both

Serverpod Testingpackages/serverpod/skills/serverpod-testing/SKILL.md

Generated test tools let you call endpoints in tests with full server context (DB, caching, etc.). Import the **generated** test tools file, not `serverpod_test` directly — it re-exports everything needed.

Serverpod Upgradingpackages/serverpod/skills/serverpod-upgrading/SKILL.md
Serverpod Web Server (Relic)packages/serverpod/skills/serverpod-webserver/SKILL.md

Built on Relic, shares `Session` (DB, logging, auth) with the main server. Runs on `webServer` port (default 8082). Use for REST, webhooks, static files, SPAs, or server-rendered pages.

serverpod-endpointspackages/serverpod/skills/serverpod-endpoints/SKILL.md

Define Serverpod endpoints, use Session, pass parameters, and call from client. Use when creating RPC endpoints, working with Session, or client code generation.

serverpod-modelspackages/serverpod/skills/serverpod-models/SKILL.md

Define Serverpod data models in YAML (.spy.yaml), serialization, database tables, relations, enums, and exceptions. Use when creating or editing models, database schema, .spy.yaml files, or Serverpod ORM entities.

Auto-indexed from serverpod/serverpod

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0