Appwrite Php
This skill enables PHP developers to seamlessly integrate Appwrite’s powerful backend services into their projects for rapid development and scalable applications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add appwrite-php npx -- -y @trustedskills/appwrite-php
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"appwrite-php": {
"command": "npx",
"args": [
"-y",
"@trustedskills/appwrite-php"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The appwrite-php skill provides access to Appwrite's PHP SDK, allowing AI agents to interact with Appwrite services programmatically. This enables tasks like creating users, managing databases, storing files, and triggering functions directly from within an agent workflow. It simplifies integration by handling the underlying HTTP requests and authentication processes.
When to use it
- Automated Content Management: An agent can automatically upload images and documents to Appwrite storage based on user input or external triggers.
- User Account Provisioning: Agents can create new user accounts in Appwrite, assigning roles and permissions as needed for onboarding processes.
- Database Interactions: Automate data entry, updates, and querying within your Appwrite databases via agent-driven workflows.
- Backend Function Automation: Trigger serverless functions hosted on Appwrite to perform complex tasks based on agent decisions.
Key capabilities
- PHP SDK integration for Appwrite services
- User management (creation, modification)
- Database interaction (CRUD operations)
- File storage and retrieval
- Function triggering
Example prompts
- "Create a new user in Appwrite with the username 'testuser' and email '[email protected]'."
- "Upload this image file to Appwrite storage under the bucket 'images' with the filename 'myimage.jpg'."
- "Add a record to the 'users' database collection with these details: name='John Doe', age=30."
Tips & gotchas
- Requires an active Appwrite project and appropriate API keys or service account credentials configured for the agent.
- Familiarity with Appwrite’s data structures and APIs will be helpful to formulate effective prompts.
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.