Kapso Automation
Automates repetitive tasks like data entry, report generation, and email sorting using customizable workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kapso-automation npx -- -y @trustedskills/kapso-automation
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kapso-automation": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kapso-automation"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, Kapso Automation, enables AI agents to automate repetitive tasks and manage Kapso workflows. It provides tools for creating, editing, running, and debugging automated processes like data entry, report generation, email sorting, and integrating with external services through functions. The skill allows interaction with workflow graphs, triggers, executions, function management, and D1 database operations within the Kapso platform.
When to use it
- Automating repetitive tasks that currently require manual intervention in your workflows.
- Managing and updating existing Kapso automation workflows.
- Creating new functions to integrate custom logic into your automated processes.
- Debugging workflow executions to identify and resolve issues.
- Setting up agent nodes with app integrations for enhanced functionality.
Key capabilities
- Workflow graph CRUD (Create, Read, Update, Delete) operations.
- Trigger management: listing, creating, toggling, and deleting triggers.
- Execution debugging: listing executions, inspecting details, retrieving variable values, and viewing events.
- Function creation and deployment with custom code.
- D1 database operations (implied through workflow functionality).
- Integration with external services via functions.
Example prompts
- "List all triggers for the workflow with ID 'xyz123'."
- "Create a new trigger of type 'inbound_message' for workflow 'abc456'."
- "Deploy the function located in 'my_function.js'."
- "Show me the events for execution ID 'def789'."
Tips & gotchas
- Requires environment variables
KAPSO_API_BASE_URLandKAPSO_API_KEYto be set. - When updating workflow graphs, pay close attention to the
lock_versionto avoid conflicts. If a conflict occurs, re-fetch the graph and retry with the new lock version. - For inbound_message triggers, you'll need to first retrieve a valid
phone_number_idusingnode scripts/list-whatsapp-phone-numbers.js.
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.