appwrite-ruby

Installation
SKILL.md

Appwrite Ruby SDK

Installation

gem install appwrite

Setting Up the Client

require 'appwrite'

include Appwrite

client = Client.new
    .set_endpoint('https://<REGION>.cloud.appwrite.io/v1')
    .set_project(ENV['APPWRITE_PROJECT_ID'])
Related skills

More from chiragagg5k/appwrite-agent-skills

Installs
1
First Seen
Mar 10, 2026