Loading...
Loading...
Appwrite integration. Manage Accounts, Projects. Use when the user wants to interact with Appwrite data.
npx skill4agent add membranedev/application-skills appwritemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search appwrite --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Databases | list-databases | No description |
| List Collections | list-collections | No description |
| List Documents | list-documents | No description |
| List Buckets | list-buckets | No description |
| List Files | list-files | No description |
| List Functions | list-functions | No description |
| List Users | list-users | No description |
| List Teams | list-teams | No description |
| List Team Memberships | list-team-memberships | No description |
| Create Database | create-database | No description |
| Create Collection | create-collection | No description |
| Create Document | create-document | No description |
| Create Bucket | create-bucket | No description |
| Create User | create-user | No description |
| Create Team | create-team | No description |
| Get Database | get-database | No description |
| Get Collection | get-collection | No description |
| Get Document | get-document | No description |
| Get File | get-file | No description |
| Get User | get-user | No description |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY