Skills
Extend Claude's capabilities with the NocoDB skill for managing nocodb bases through natural language.
Setup
- Download the NocoDB Skill
- Get your API token from NocoDB
- Upload the skill to Claude
- Configure environment variables
Usage
Claude automatically uses the skill when relevant. Interact with your databases using natural language:
| Action | Sample Prompt |
|---|---|
| List workspaces | "Show me all my NocoDB workspaces" |
| View tables | "List all tables in my Sales base" |
| Query records | "Show me all customers from New York" |
| Create records | "Add a new task called 'Review Documentation'" |
| Update records | "Mark order #123 as shipped" |
| Delete records | "Remove all completed tasks from last month" |
| Filter data | "Find all high-priority tickets that are overdue" |
Supported Operations
- Workspaces: List, create, update, delete, manage members
- Bases: List, create, update, delete
- Tables: List, create, update, delete
- Fields: List, create, update, delete (all field types)
- Views: List, create, update, delete (grid, gallery, kanban, calendar)
- Records: List, get, create, update, delete, count with filtering
- Linked Records: List, add, remove relationships
- Filters & Sorts: Create view-level filters and sorts
- Attachments: Upload files to records
Related
- MCP Server - Connect NocoDB to LLMs via Model Context Protocol
- Developer Resources - API documentation and SDKs