Aurabox Rest Api
Helps with REST APIs, API as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add aurabox-rest-api npx -- -y @trustedskills/aurabox-rest-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aurabox-rest-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aurabox-rest-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to the Aurabox REST API, allowing AI agents to interact with and manage data stored within an Aurabox instance. It enables programmatic control over various functionalities like creating, reading, updating, and deleting records across different Aurabox tables. The skill facilitates automation of tasks that would otherwise require manual interaction with the Aurabox web interface or CLI.
When to use it
- Automated Data Entry: Automatically populate Aurabox tables with data from external sources like spreadsheets or other applications.
- Workflow Automation: Trigger actions within Aurabox based on events happening in other systems (e.g., create a new record when a payment is received).
- Data Synchronization: Keep data synchronized between Aurabox and other databases or services.
- Reporting & Analytics: Extract data from Aurabox for reporting and analysis purposes.
Key capabilities
- CRUD operations on Aurabox records (Create, Read, Update, Delete)
- Access to multiple tables within an Aurabox instance
- Programmatic control of Aurabox functionalities
Example prompts
- "Create a new contact in Aurabox with name 'John Doe' and email '[email protected]'."
- "Retrieve all records from the 'Projects' table in Aurabox."
- "Update the status of project ID 123 to 'Completed' in Aurabox."
Tips & gotchas
- Requires authentication credentials for your Aurabox instance. Ensure these are securely provided to the AI agent.
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.