endaoment by bankrbot/openclaw-skills
npx skills add https://github.com/bankrbot/openclaw-skills --skill endaoment通过 Endaoment 的智能合约在链上向 501(c)(3) 非营利组织捐款。
通过名称或 EIN 搜索:
./scripts/search.sh "27-1661997" # EIN 查询 (GiveDirectly)
./scripts/search.sh "Red Cross" # 名称搜索
./scripts/donate.sh <ein> <amount_usdc>
示例:向 GiveDirectly 捐赠 5 美元 USDC:
./scripts/donate.sh 27-1661997 5
捐赠脚本利用 Bankr 的任意交易功能来:
deployOrgAndDonate(orgId, amount),该函数会:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 慈善机构 | EIN |
|---|
| GiveDirectly | 27-1661997 |
| North Shore Animal League America | 11-1666852 |
| American Red Cross | 53-0196605 |
| Doctors Without Borders | 13-3433452 |
| ASPCA | 13-1623829 |
更多信息请参阅 references/popular-charities.md。
| 合约 | 地址 |
|---|---|
| Registry | 0x237b53bcfbd3a114b549dfec96a9856808f45c94 |
| OrgFundFactory | 0x10fd9348136dcea154f752fe0b6db45fc298a589 |
| USDC | 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913 |
approve(address,uint256): 0x095ea7b3deployOrgAndDonate(bytes32,uint256): 0xdb9e30ccEIN(例如 "11-1666852")被编码为 bytes32:
"11-1666852" → 0x31312d3136363638353200000000000000000000000000000000000000000000
每周安装量
83
代码仓库
GitHub 星标数
980
首次出现
2026年2月2日
安全审计
安装于
openclaw80
opencode66
claude-code61
codex60
cursor60
gemini-cli58
Donate to 501(c)(3) nonprofits onchain via Endaoment's smart contracts.
Search by name or EIN:
./scripts/search.sh "27-1661997" # EIN lookup (GiveDirectly)
./scripts/search.sh "Red Cross" # Name search
./scripts/donate.sh <ein> <amount_usdc>
Example: Donate $5 USDC to GiveDirectly:
./scripts/donate.sh 27-1661997 5
The donate script uses Bankr's arbitrary transaction feature to:
deployOrgAndDonate(orgId, amount) which:
| Charity | EIN |
|---|---|
| GiveDirectly | 27-1661997 |
| North Shore Animal League America | 11-1666852 |
| American Red Cross | 53-0196605 |
| Doctors Without Borders | 13-3433452 |
| ASPCA | 13-1623829 |
See references/popular-charities.md for more.
| Contract | Address |
|---|---|
| Registry | 0x237b53bcfbd3a114b549dfec96a9856808f45c94 |
| OrgFundFactory | 0x10fd9348136dcea154f752fe0b6db45fc298a589 |
| USDC | 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913 |
approve(address,uint256): 0x095ea7b3deployOrgAndDonate(bytes32,uint256): 0xdb9e30ccThe EIN (e.g., "11-1666852") is encoded as bytes32:
"11-1666852" → 0x31312d3136363638353200000000000000000000000000000000000000000000
Weekly Installs
83
Repository
GitHub Stars
980
First Seen
Feb 2, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
openclaw80
opencode66
claude-code61
codex60
cursor60
gemini-cli58
GitHub Actions 官方文档查询助手 - 精准解答 CI/CD 工作流问题
45,200 周安装