sevdesk-automation

Automate Sevdesk accounting and operational tasks through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill sevdesk-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sevdesk-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/sevdesk-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill sevdesk-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Sevdesk by providing a standardized, automated interface for managing accounting tasks and operational workflows.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current Sevdesk API schemas and tool definitions via Rube MCP.
  • Connection Management: Verify and maintain active authentication sessions for Sevdesk integrations.
  • Workflow Execution: Execute multi-step Sevdesk operations, such as invoice processing or contact management, using structured tool calls.

Quick Start

Ask the agent to search for available Sevdesk tools and execute the relevant workflow for your current task.

Frequently Asked Questions about sevdesk-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Sevdesk to my agent?

Connect Sevdesk by calling the RUBE_MANAGE_CONNECTIONS tool with the 'sevdesk' toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated tool definitions or schema changes in the Sevdesk API.

Can I automate bulk Sevdesk operations?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to perform bulk operations. This allows for efficient processing of multiple records within a single session.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm that the memory parameter is included in your execution call.