Claude Code plugin for working with FastAPI Cloud from local FastAPI projects: create apps, deploy, connect third-party resources, inspect logs, and manage environment variables.
The Codex version of this plugin lives in a separate repository
(fastapicloud/codex-plugins); the two share the same SKILL.md instructions.
These skills handle deploying and operating apps on FastAPI Cloud. For help writing FastAPI code, install the FastAPI framework skills with Library Skills: it scans your project's dependencies and installs each library's embedded, always-up-to-date skills as symlinks.
uvx library-skills # Python projects (use `npx library-skills` for JS/TS)When prompted for an install target, choose .claude/skills.
.claude-plugin/marketplace.jsonexposes this repository as a marketplace.plugins/fastapicloud/.claude-plugin/plugin.jsonis the plugin manifest.plugins/fastapicloud/skills/contains the FastAPI Cloud skills for app creation, deployment, integrations, logs, and environment variables.
/plugin marketplace add fastapicloud/skills
/plugin install fastapicloud@fastapicloud-skillsThe plugin's skills are namespaced by the plugin name, e.g.
/fastapicloud:fastapicloud-deploy, /fastapicloud:fastapi-new,
/fastapicloud:fastapicloud-integrations, /fastapicloud:fastapicloud-logs,
and /fastapicloud:fastapicloud-env. Claude also invokes them automatically
based on task context.
.claude-plugin/plugin.jsonomitsversion, so each git commit is treated as a new version and users receive updates on every push. To pin releases, add aversionfield and bump it per release.
claude plugin validate ./plugins/fastapicloudThe plugin is published under the MIT license.