一键导入
profile-charity
Profile a charity's finances, gift network, circular flows, and accountability metrics
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Profile a charity's finances, gift network, circular flows, and accountability metrics
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | profile-charity |
| description | Profile a charity's finances, gift network, circular flows, and accountability metrics |
| argument-hint | ["charity name or BN"] |
| disable-model-invocation | true |
Profile the charity: $ARGUMENTS
Follow these steps in order:
Find the charity by name or BN:
npm run lookup -- --name "$ARGUMENTS"
If multiple matches, list them and ask the user which one.
Determine its type - this frames all interpretation:
node -e "const db=require('./lib/db'); db.query(\"SELECT designation, category, legal_name FROM cra_identification WHERE bn='\$BN' AND fiscal_year=2024\").then(r=>{console.log(r.rows);db.end();})"
Generate the risk report:
npm run risk -- --bn <BN>
Read data/reports/risk-<BN>.md and summarize the score and factors.
Generate the full network analysis:
npm run lookup -- --bn <BN> --hops 5
Read data/reports/lookup-<BN>.json for gift network data.
Summarize findings with:
Map the gift-flow network around a charity to find connected organizations and clusters
Side-by-side comparison of multiple charities on financial and circular gifting metrics
Run the circular gifting detection pipeline and interpret the top results
Analyze timing of circular gift flows - same-year symmetric and adjacent-year round-trips
Audit a federal department's grant spending - recipients, concentration, amendments, and risks
Analyze a federal funding program - recipients, spending patterns, concentration, and risks