Frappe Ops Cloud logo

Frappe Ops Cloud

Organization
Impertio-Studio
frappe-ops-cloud

Use when working with Frappe Cloud, Press API, provisioning sites, or managing benches on Frappe Cloud infrastructure. Prevents failed deployments from misconfigured cloud settings and API misuse. Covers Frappe Cloud dashboard, Press API, site provisioning, bench management, environment variables, cloud-specific limitations. Keywords: Frappe Cloud, Press, cloud API, site provisioning, bench management, FC, frappecloud, Frappe Cloud deploy, FC hosting, cloud setup, managed hosting..

Overview

PublisherImpertio-Studio
RepositoryFrappe_Claude_Skill_Package
Skill namefrappe-ops-cloud
Stars
180
Forks
53
Bundled files
2
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 2 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by Impertio-Studio on GitHub. Read the source before you install it.

Installation

Install the Frappe Ops Cloud AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/Impertio-Studio/Frappe_Claude_Skill_Package.git /tmp/Frappe_Claude_Skill_Package
mkdir -p .claude/skills
cp -r /tmp/Frappe_Claude_Skill_Package/skills/source/ops/frappe-ops-cloud .claude/skills/frappe-ops-cloud
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Frappe Ops Cloud in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Frappe Ops Cloud on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Frappe Ops Cloud is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Frappe Cloud & Press

Complete reference for Frappe Cloud managed hosting and Press self-hosted alternative.


Quick Reference: Frappe Cloud Concepts

ConceptDescription
SiteA single Frappe instance with its own database, domain, and apps
BenchA shared runtime environment hosting one or more sites with the same app versions
ServerThe underlying infrastructure (VM) running one or more benches
Private BenchA dedicated bench for a single customer with full control
Shared BenchA Frappe-managed bench shared across multiple sites
PressThe open-source platform (AGPL-3.0) that powers Frappe Cloud
AgentFlask application on each server enabling Press-to-site communication

Decision Tree: Frappe Cloud vs Self-Hosted

Choosing hosting strategy:
├── Small team, want zero ops overhead?
│   └── Frappe Cloud (Shared Bench) — fastest time to production
├── Need custom server configuration?
│   ├── Budget for managed infra? → Frappe Cloud (Private Bench)
│   └── Want full control? → Self-hosted with bench
├── Need to host Frappe for multiple clients?
│   ├── Want managed platform? → Frappe Cloud
│   └── Want own platform? → Self-hosted Press
├── Regulatory/compliance — data must stay on-premises?
│   └── Self-hosted (bench or Press)
└── Development/testing environment?
    ├── Quick prototype → Frappe Cloud (free trial)
    └── Long-term dev → Local bench installation

Frappe Cloud Overview

Frappe Cloud is a fully managed hosting platform for the Frappe stack. It handles server provisioning, backups, updates, monitoring, and scaling.

Core Features

FeatureDetails
Automated backupsScheduled daily backups with retention policies
Automatic updatesManaged update cycles for Frappe apps
ScalingHorizontal and vertical scaling without downtime
Multi-tenancyMultiple independent sites per bench
SSL/TLSAutomatic certificate provisioning and renewal
MonitoringReal-time server and site monitoring
Role-based accessGranular permissions for team members
BillingDaily/monthly subscriptions, wallet credits, multiple payment methods

Infrastructure Options

OptionUse Case
Shared BenchCost-effective for small sites; Frappe manages the bench
Private BenchDedicated environment; custom app versions and update schedules
Dedicated ServerFull server for high-traffic or compliance requirements

Frappe Cloud Dashboard

Site Management

The dashboard provides centralized control for all site operations:

  • Create sites — Provision new sites on shared or private benches
  • Install/remove apps — Add or remove Frappe apps from sites
  • Backups — Manual and scheduled backups, restore from backup
  • Domain management — Add custom domains with automatic SSL
  • Site config — Edit site_config.json via the dashboard
  • Monitoring — View CPU, memory, disk usage, and request logs
  • Site actions — Migrate, update, suspend, archive, or transfer sites

Bench Management

  • Create benches — Set up shared or private benches
  • App management — Select apps and their versions/branches
  • Update scheduling — Control when benches receive updates
  • Environment variables — Set custom environment variables
  • SSH access — Connect to bench via SSH for debugging
  • Log browser — View application and error logs
  • Database access — Query the database via the dashboard

Server Management

  • Provision servers — Create servers across multiple cloud providers
  • Scale resources — Upgrade CPU, memory, and storage
  • Storage add-ons — Attach additional storage volumes
  • Server snapshots — Create and restore server snapshots

Deploying Apps on Frappe Cloud

Adding a Custom App

  1. Navigate to Apps in the Frappe Cloud dashboard
  2. Click Add App and provide the GitHub repository URL
  3. Select the branch to deploy
  4. Configure build settings if needed
  5. The app becomes available for installation on sites within compatible benches

App Marketplace

Frappe Cloud includes a marketplace where developers can:

  • List apps with descriptions and pricing
  • Set compatibility requirements (Frappe version, dependencies)
  • Configure pricing models (free, one-time, subscription)
  • Manage payouts for commercial apps
  • Track installations and usage analytics

Deployment Workflow

Developer pushes code → Frappe Cloud detects update →
  Bench rebuild triggered → Assets compiled →
    Sites migrated → New version live

For Private Benches: Updates are controlled by the bench owner — NEVER auto-deployed without approval.

For Shared Benches: Frappe manages the update schedule.


Site Provisioning Workflow

Creating a New Site

  1. Select bench — Choose shared or private bench
  2. Choose plan — Select resource allocation (CPU, memory, storage)
  3. Configure apps — Select which apps to install
  4. Set domain — Use *.frappe.cloud subdomain or custom domain
  5. Create — Frappe Cloud provisions the site (typically under 5 minutes)

Custom Domain Setup

  1. Navigate to site Domains in the dashboard
  2. Add your custom domain (e.g., erp.example.com)
  3. Configure DNS: Add a CNAME record pointing to the Frappe Cloud proxy
  4. Frappe Cloud verifies DNS and provisions SSL certificate automatically
  5. ALWAYS wait for DNS propagation before expecting SSL to work (up to 48 hours)

Critical Rules

  • ALWAYS use CNAME records for custom domains (not A records)
  • NEVER transfer DNS to Frappe Cloud — only add CNAME records
  • ALWAYS verify SSL is active before switching production traffic
  • Custom domain SSL uses Let's Encrypt — auto-renews before expiry

Frappe Cloud vs Self-Hosted Comparison

AspectFrappe CloudSelf-Hosted (bench)Self-Hosted (Press)
Setup timeMinutesHoursDays
Server managementManagedYou manageYou manage
BackupsAutomaticManual/cronAutomatic
UpdatesManaged schedulebench updateManaged via Press
SSL certificatesAutomaticManual/certbotAutomatic
ScalingDashboard buttonManualDashboard
Multi-tenancyBuilt-inDNS multi-tenantBuilt-in
CostSubscriptionInfrastructure onlyInfrastructure only
Custom server configLimitedFull controlFull control
Data sovereigntyFrappe's infraYour infraYour infra
SSH accessPrivate bench onlyFullFull
MonitoringBuilt-inSet up yourselfBuilt-in
SupportIncludedCommunity onlyCommunity only

Press: Self-Hosted Frappe Cloud

What Is Press?

Press is the open-source platform (AGPL-3.0) that powers Frappe Cloud. Organizations can self-host Press to create their own managed hosting platform for Frappe applications.

GitHub: https://github.com/frappe/press

Architecture

ComponentTechnologyRole
PressFrappe FrameworkPlatform management, billing, dashboard
AgentFlaskServer-to-site communication
DockerContainer runtimeApp packaging and deployment
AnsibleAutomationServer provisioning and configuration
Frappe UIVue.jsDashboard frontend

Key Capabilities

  • Multi-server management — Provision and manage multiple servers
  • Site lifecycle — Create, update, migrate, backup, restore, archive sites
  • Bench management — Deploy benches with specific app versions
  • Billing system — Subscriptions, invoicing, wallet credits, ERP integration
  • Marketplace — App listing, pricing, payouts
  • Role-based access — Granular permissions per team and resource
  • Monitoring — Real-time metrics and alerting

When to Self-Host Press

  • You need to host Frappe for multiple clients/tenants
  • You want a managed platform but on your own infrastructure
  • You need full data sovereignty and regulatory compliance
  • You want to offer Frappe hosting as a service

When NOT to Self-Host Press

  • NEVER self-host Press for a single site — use bench directly
  • NEVER self-host Press without dedicated DevOps capacity
  • NEVER underestimate the operational overhead — Press itself requires maintenance

Self-Hosting Requirements

  • Dedicated servers (bare metal or VMs) with Ubuntu
  • DNS management for wildcard domains
  • Object storage for backups (S3-compatible)
  • SMTP service for transactional email
  • Familiarity with Ansible, Docker, and Frappe Framework

Frappe Cloud Limitations

What You CANNOT Do on Frappe Cloud

  • Install system-level packages (no root access on shared benches)
  • Modify Nginx/Supervisor configuration directly
  • Access raw database files (only SQL access via dashboard)
  • Run long-running background processes outside Frappe's job queue
  • Use non-standard ports or protocols

Shared Bench Limitations

  • No SSH access
  • No custom environment variables (use site_config.json instead)
  • Shared resources with other sites — performance may vary
  • Update schedule controlled by Frappe (not the site owner)

Private Bench Advantages Over Shared

  • SSH access for debugging
  • Custom environment variables
  • Controlled update schedule
  • Dedicated resources
  • Custom app versions and branches

Frappe Cloud Best Practices

Site Configuration

  • ALWAYS set maintenance_mode before large data imports
  • ALWAYS use the dashboard for site config changes (not direct file edits)
  • NEVER disable scheduler on Frappe Cloud — use pause_scheduler instead
  • ALWAYS test app updates on a staging site before production

Backup Strategy

  • Frappe Cloud creates automatic daily backups
  • ALWAYS create a manual backup before major changes
  • ALWAYS download and store backups off-platform periodically
  • NEVER rely solely on Frappe Cloud backups — maintain your own copies

Performance

  • Monitor site usage via the dashboard — upgrade plan before hitting limits
  • Use background jobs for heavy operations (not synchronous API calls)
  • Enable Redis caching for frequently accessed data
  • Review slow query logs via the database analyzer tool

Frappe Cloud DevOps Tools

ToolPurpose
Log BrowserView application logs, error logs, scheduler logs
Database AnalyzerRun SQL queries, view slow queries, analyze indexes
Binlog BrowserView database change logs (binary log events)
SSH AccessTerminal access to private benches for debugging
Process StatusView running workers, scheduler status, job queue

Analytics Integrations

Frappe Cloud sites can connect to external analytics tools:

  • Frappe Insights (native)
  • Power BI (via API)
  • Metabase (via database connection)
  • Custom dashboards (via Frappe API)

Reference Files

FileContents
examples.mdCloud deployment workflow examples
anti-patterns.mdCommon Frappe Cloud mistakes and fixes

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Frappe Ops Cloud AI skill do?

Use when working with Frappe Cloud, Press API, provisioning sites, or managing benches on Frappe Cloud infrastructure. Prevents failed deployments from misconfigured cloud settings and API misuse. Covers Frappe Cloud dashboard, Press API, site provisioning, bench management, environment variables, cloud-specific limitations. Keywords: Frappe Cloud, Press, cloud API, site provisioning, bench management, FC, frappecloud, Frappe Cloud deploy, FC hosting, cloud setup, managed hosting..

Why use Frappe Ops Cloud on TypingMind?

Because you install it once and use it with any model. Frappe Ops Cloud is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Frappe Ops Cloud in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/Impertio-Studio/Frappe_Claude_Skill_Package/tree/main/skills/source/ops/frappe-ops-cloud. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Frappe Ops Cloud?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Frappe Ops Cloud?

As many as you like. As long as a model supports skills, you can use Frappe Ops Cloud with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Frappe Ops Cloud AI skill free?

Yes. It is published on GitHub by Impertio-Studio under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇