Appwrite Dart
Integrate Appwrite's backend services directly into your Dart applications using this convenient AI assistant.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add appwrite-dart npx -- -y @trustedskills/appwrite-dart
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"appwrite-dart": {
"command": "npx",
"args": [
"-y",
"@trustedskills/appwrite-dart"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to Appwrite's Dart SDK, enabling AI agents to interact with Appwrite’s backend services. It allows agents to perform actions like managing users, databases, storage, and functions programmatically using the Dart language. This facilitates automation of tasks within an Appwrite project.
When to use it
- Automating user account creation and management in your Appwrite application.
- Programmatically uploading files or retrieving data from Appwrite Storage and Databases.
- Triggering Appwrite Functions based on events or conditions determined by the AI agent.
- Building custom integrations with other services through Appwrite’s flexible backend capabilities.
Key capabilities
- Dart SDK access for interacting with Appwrite APIs.
- User management (create, update, delete).
- Database operations (read, write, query).
- Storage functionality (upload, download, delete files).
- Function execution and management.
Example prompts
- "Create a new user in Appwrite with the username 'testuser' and email '[email protected]'."
- "Upload this file to Appwrite storage bucket 'my-bucket' with the filename 'report.pdf'."
- "Execute the Appwrite function named 'process_data'."
Tips & gotchas
- Requires a working Appwrite project and appropriate API keys for authentication.
- Familiarity with Dart programming language is recommended to effectively utilize this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.