·appwrite-cli
</>

appwrite-cli

Appwrite CLI skill. Use when managing Appwrite projects from the command line. Covers installation, login, project initialization, deploying functions/sites/tables/buckets/teams/topics, managing resources, non-interactive CI/CD mode, and generating type-safe SDKs.

34Installs·13Trend·@appwrite

Installation

$npx skills add https://github.com/appwrite/agent-skills --skill appwrite-cli

How to Install appwrite-cli

Quickly install appwrite-cli AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/appwrite/agent-skills --skill appwrite-cli
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: appwrite/agent-skills.

SKILL.md

View raw

For the full list of CLI commands, see CLI Commands. For headless / CI/CD usage, see Non-Interactive Mode.

All resources are configured in a single appwrite.config.json file at the project root:

| appwrite functions list | List all functions | | appwrite functions create | Create a new function | | appwrite functions get --function-id | Get a function by ID | | appwrite functions update --function-id | Update a function | | appwrite functions delete --function-id | Delete a function | | appwrite functions list-runtimes | List all active runtimes |

Appwrite CLI skill. Use when managing Appwrite projects from the command line. Covers installation, login, project initialization, deploying functions/sites/tables/buckets/teams/topics, managing resources, non-interactive CI/CD mode, and generating type-safe SDKs. Source: appwrite/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/appwrite/agent-skills --skill appwrite-cli
Category
</>Dev Tools
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from appwrite/agent-skills

Quick answers

What is appwrite-cli?

Appwrite CLI skill. Use when managing Appwrite projects from the command line. Covers installation, login, project initialization, deploying functions/sites/tables/buckets/teams/topics, managing resources, non-interactive CI/CD mode, and generating type-safe SDKs. Source: appwrite/agent-skills.

How do I install appwrite-cli?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/appwrite/agent-skills --skill appwrite-cli Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/appwrite/agent-skills