Overview
- Skill Key
- aamish99/fundraiseup
- Author
- aamish99
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/aamish99/fundraiseup
- Latest Commit SHA
- 951e3361e9d5856590987f886cf674bc3e474ee2
Interact with FundraiseUp REST API to manage donations, recurring plans, supporters, campaigns, and donor portal access. Process online and offline donations, retrieve fundraising analytics, and integrate with nonprofit CRM systems.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 fundraiseup 技能。 若已安装,则直接安装 fundraiseup 技能。
# FundraiseUp API Skill ## Overview This skill enables Claude to interact with the FundraiseUp REST API for processing donations, managing recurring plans, retrieving supporter data, and accessing fundraising analytics. FundraiseUp is a digital fundraising platform that allows nonprofits to process donations from various channels. ## Configuration Required environment variables: ```FUNDRAISEUP_API_KEY ```- API Key (e.g., ```ABEDDDD_XSSSHwzZc98KR53CWQeWeclA```) ## Base URL ``` https://api.fundraiseup.com/v1 ``` ## Authentication ### API Key Generation 1. Go to Dashboard > Settings > API keys 2. Click "Create API key" 3. Enter a descriptive name 4. Select data mode: - **Live data**: For production use - **Test data**: For testing (keys have `test_` prefix) 5. Select permissions: - Retrieve donation data - Create new donations - Generate Donor Portal access links 6. Save the API key securely (shown only once) ### Authentication Header All API requests must include the `Authorization` header with Bearer token: ```bash Authorization: Bearer YOUR_API_KEY ``` ### Important Notes - API keys are scoped to specific accounts/subaccounts - Parent account API keys cannot create donations for subaccounts - Only Organization Administrators can create API keys - Never expose API keys publicly ## Rate Limits - **8 requests per second** - **128 requests per minute** - Implement retry logic with exponential backoff for rate limit handling ## Required Headers ```bash Content-Type: application/json Accept: application/json Authorization: Bearer YOUR_API_KEY ``` --- ## API Endpoints ### 1. Donations #### List Donations **Endpoint:** `GET /donations` **Description:** Retrieve all donations with cursor-based pagination. **Query Parameters:** - `limit` (optional): Number of records per page (1-100, default: 10) - `starting_after` (optional): Cursor for pagination (donation ID) - `ending_before` (optional): Cursor for backward pagination (donation ID) - Note:...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.