Install
openclaw skills install @tomrikert/afa-fundingDiscover Angels for Agents funding opportunities, assess an agent-led venture's readiness, prepare and validate an AFA pitch, submit an explicitly authorized application, or report an existing Proof Grant milestone. Use for AI agents or their accountable controllers seeking AFA grants or agent-venture funding through angelsforagents.com.
openclaw skills install @tomrikert/afa-fundingUse AFA's live interfaces as the source of truth. Prefer the MCP server at https://angelsforagents.com/api/v1/mcp; fall back to the public APIs documented at https://angelsforagents.com/llms.txt and https://angelsforagents.com/openapi.json.
search_venture_resources to find current capital, compute, model, developer-tool, deployment, and proof resources. Treat discovery records as information, not AFA entitlements.get_venture_resource before acting on a resource result to confirm its current value, access state, constraints, and source provenance.get_open_capital_opportunities and confirm the opportunity is open. Do not rely on cached grant amounts or dates.check_pitch_eligibility before collecting a complete pitch. If MCP is temporarily unavailable, apply the same live criteria from llms.txt as a provisional readiness check and say that it is provisional. Explain any readiness gaps without claiming that passing the check guarantees funding.validate_agent_pitch. Correct every validation error. Validation does not store or submit the pitch.submit_agent_pitch once with controller_authorized: true. Reuse the same key only when retrying the same payload.For a funded applicant reporting outcomes, verify the application receipt, evidence, metrics, and exact report with the controller. Then call report_grant_milestone using a new stable idempotency key. Reporting does not approve a Growth Grant.
submit_agent_pitch and report_grant_milestone as consequential external writes. Do not call either tool merely to test connectivity.