blackbaud-automation

Automate Blackbaud operations through the Rube MCP gateway for integrated data management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Blackbaud interfaces by providing a standardized, agent-driven approach to executing operations via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically query available Blackbaud tools and schemas to ensure accurate execution.
  • Connection Management: Handle authentication and session state for Blackbaud toolkits securely.
  • Multi-Tool Execution: Chain multiple operations into a single workflow using the Rube execution engine.
  • Use Case: Automate the synchronization of donor records or event registrations by discovering the relevant tools and executing them in a single session.

Quick Start

Use the blackbaud-automation skill to search for available tools and execute a data update for the specified donor record.

Frequently Asked Questions about blackbaud-automation

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

FAQPage Schema
How do I find available Blackbaud tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve a list of available tool slugs, input schemas, and execution plans for Blackbaud operations.

How do I verify my Blackbaud connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'blackbaud' toolkit parameter to check if your connection is currently ACTIVE before attempting any tool execution.

Can I reuse sessions for multiple Blackbaud tasks?

Yes, you should reuse session IDs within a single workflow to maintain state, but generate new session IDs when starting entirely different, unrelated automation tasks.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and check for pagination tokens if the operation involves large datasets.