blackbaud — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited blackbaud (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.

Blackbaud Raiser's Edge NXT is a leading nonprofit CRM and fundraising platform. This integration provides access to gift records, membership details, payment transactions, and batch operations through ClawLink's hosted OAuth flow.
| Step 1: Install | Step 2: Pair Account | Step 3: Connect Blackbaud |
|---|---|---|
![]() | ![]() | App-specific connection GIF coming soon |
| Run the install command in OpenClaw | Sign in and approve the device | Open the dashboard and connect Blackbaud |
┌─────────────────┐ ┌──────────────┐ ┌──────────────────┐
│ OpenClaw │────>│ ClawLink │────>│ Blackbaud API │
│ (User Chat) │ │ (OAuth) │ │ │
└─────────────────┘ └──────────────┘ └──────────────────┘openclaw plugins install clawhub:clawlink-plugin
openclaw config set tools.alsoAllow '["clawlink-plugin"]' --strict-json
openclaw gateway restartblackbaud_get_gift_by_idblackbaud_get_membership_detailsblackbaud_add_gifts_to_batchClawLink handles OAuth automatically via Blackbaud SKY API authentication. Connect through the dashboard and ClawLink manages token lifecycle. No API keys or manual configuration needed.
Connect at: https://claw-link.dev/dashboard?add=blackbaud
clawlink_list_integrationsclawlink_list_tools --integration blackbaudRead operations retrieve gift, membership, and payment data. Write operations (adding gifts to batches, OneRoster OAuth2) require confirmation. The agent will ask before executing any write action.
| Tool | Description | Mode |
|---|---|---|
blackbaud_get_gift_by_id | Retrieve comprehensive gift details by ID | Read |
blackbaud_add_gifts_to_batch | Add one or more gifts to an existing gift batch | Write |
| Tool | Description | Mode |
|---|---|---|
blackbaud_get_membership_details | Retrieve membership details by member junction ID | Read |
| Tool | Description | Mode |
|---|---|---|
blackbaud_get_payment_transaction | Retrieve payment transaction details | Read |
| Tool | Description | Mode |
|---|---|---|
blackbaud_one_roster_o_auth2_base_api | Interact with OneRoster OAuth2 endpoints (OpenID config, JWKS, token) | Write |
Get a gift by ID
{
"tool": "blackbaud_get_gift_by_id",
"args": { "gift_id": 12345 }
}Check membership details
{
"tool": "blackbaud_get_membership_details",
"args": { "member_junction_id": "abc-123-def" }
}Add gifts to a batch
{
"tool": "blackbaud_add_gifts_to_batch",
"args": {
"batch_id": "789",
"gifts": [{ "constituent_id": "456", "amount": 100 }]
}
}Get payment transaction
{
"tool": "blackbaud_get_payment_transaction",
"args": { "transaction_id": "tx-001" }
}clawlink_list_integrations to confirm blackbaud is connected.clawlink_list_tools --integration blackbaud to see the live catalog.blackbaud_get_gift_by_id or blackbaud_get_membership_details to explore records.Read path: User asks "Show me gift 12345" -> blackbaud_get_gift_by_id
Write path: User asks "Add donations to batch" -> Confirm -> blackbaud_add_gifts_to_batch| Status / Error | Meaning |
|---|---|
| Tool not found | Blackbaud integration not connected |
| Missing connection | Authenticate via https://claw-link.dev/dashboard?add=blackbaud |
| 403 Forbidden | Missing required API subscription or scope |
| 404 Not Found | Gift, membership, or transaction ID does not exist |
Run clawlink_list_tools --integration blackbaud to confirm the connection is active.
Verify you are using the correct ID format (integers for gifts, GUIDs for memberships).
Powered by [ClawLink](https://claw-link.dev/?utm_source=clawhub&utm_medium=referral&utm_content=blackbaud) -- an integration hub for OpenClaw

~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.