Claude Skill

Appwrite Open-Source Backend Platform

Appwrite is an open-source backend platform for web, mobile, and AI apps. This skill helps agents use Appwrite's real services—Auth, Databases, Storage, Functions, Messaging, Realtime, and Sites—instead of inventing a generic backend workflow.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_appwrite-open-source-backend-platform-07beb56.zip · 1 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/appwrite-open-source-backend-platform
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Appwrite Open-Source Backend Platform

Appwrite is an open-source backend platform for web, mobile, and AI apps. This skill helps agents use Appwrite's real services—Auth, Databases, Storage, Functions, Messaging, Realtime, and Sites—instead of inventing a generic backend workflow.

Prerequisites

Docker for self-hosting; Appwrite SDK or REST/GraphQL client for integrations

Installation

Use the upstream install or setup path that matches your environment:

  • docker run -it --rm \
  • docker run -it --rm ^
  • docker run -it --rm

Requirements and caveats from upstream:

  • Appwrite is designed to run in a containerized environment. Running your server is as easy as running one command from your terminal. You can either run Appwrite on your localhost using docker-compose or on any other...
  • Before running the installation command, make sure you have Docker installed on your machine:
  • --volume /var/run/docker.sock:/var/run/docker.sock \

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 2.4 KB
    ---
    name: "Appwrite Open-Source Backend Platform"
    slug: "appwrite-open-source-backend-platform"
    description: "Appwrite is an open-source backend platform for web, mobile, and AI apps. This skill helps agents use Appwrite's real services—Auth, Databases, Storage, Functions, Messaging, Realtime, and Sites—instead of inventing a generic backend workflow."
    github_stars: 55661
    verification: "security_reviewed"
    source: "https://github.com/appwrite/appwrite"
    author: "Appwrite"
    publisher_type: "Company"
    category: "Integrations & Connectors"
    framework: "Multi-Framework"
    tool_ecosystem:
      github_repo: "appwrite/appwrite"
      github_stars: 55661
    ---
    
    # Appwrite Open-Source Backend Platform
    
    Appwrite is an open-source backend platform for web, mobile, and AI apps. This skill helps agents use Appwrite's real services—Auth, Databases, Storage, Functions, Messaging, Realtime, and Sites—instead of inventing a generic backend workflow.
    
    ## Prerequisites
    
    Docker for self-hosting; Appwrite SDK or REST/GraphQL client for integrations
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - docker run -it --rm \
    - docker run -it --rm ^
    - docker run -it --rm
    
    Requirements and caveats from upstream:
    - Appwrite is designed to run in a containerized environment. Running your server is as easy as running one command from your terminal. You can either run Appwrite on your localhost using docker-compose or on any other...
    - Before running the installation command, make sure you have [Docker](https://www.docker.com/products/docker-desktop) installed on your machine:
    - --volume /var/run/docker.sock:/var/run/docker.sock \
    
    Basic usage or getting-started notes:
    - [Getting Started](#getting-started)
    - **[Appwrite Functions](https://appwrite.io/docs/products/functions)** - Serverless compute platform to run custom backend logic in isolated runtimes, triggered by events or scheduled jobs.15 runtimes supported.
    - The easiest way to get started with Appwrite is by [signing up for Appwrite Cloud](https://cloud.appwrite.io/). While Appwrite Cloud is in public beta, you can build with Appwrite completely free, and we won't collect...
    
    - Source: https://github.com/appwrite/appwrite
    - Extracted from upstream docs: https://raw.githubusercontent.com/appwrite/appwrite/HEAD/README.md
    
    ## Documentation
    
    - https://appwrite.io/
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/appwrite-open-source-backend-platform/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related