contributor-reward

Generate tiered USDC reward plans from fork-contributor-leaderboard rankings.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill contributor-reward-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contributor-reward
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/contributor-reward
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill contributor-reward-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Closes the contributor flywheel by turning weekly fork-contributor-leaderboard rankings into a tier-priced rewards plan, writes it into memory/distributions.yml, and hands off to distribute-tokens for the actual on-chain distribution.

Core Features & Use Cases

  • Generates a weekly reward plan from the fork-contributor-leaderboard with tiered USDC amounts per rank.
  • Writes the plan to memory/distributions.yml for subsequent transfer execution and provides an audit trail in memory/state.
  • Supports dry-run mode, idempotent updates per week, and human-in-the-loop verification before distribution.

Quick Start

Run the plan generator for the target ISO week to review the proposed recipients and amounts, then invoke distribute-tokens for execution.

Frequently Asked Questions about contributor-reward

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate weekly crypto contributor rewards from a leaderboard?

Automate weekly crypto contributor rewards by reading the fork-contributor-leaderboard, assigning tiered USDC amounts by rank, and writing the plan to a distributions.yml file for execution.

What is the best way to plan USDC token distributions for open source contributors?

The best way to plan USDC token distributions is using a tiered reward system that reads leaderboard rankings and outputs a structured plan file with recipient addresses and amounts.

Can I test contributor reward distributions before executing on-chain transfers?

Yes, you can test contributor reward distributions using dry-run mode to review proposed recipients and amounts before invoking a separate token transfer tool for on-chain execution.

How do I prevent duplicate crypto token rewards for the same week?

Prevent duplicate crypto token rewards by using a per-week idempotency state that tracks processed leaderboard rankings and ensures each weekly distribution plan is only generated once.

Does this contributor reward tool execute actual blockchain transfers?

No, this contributor reward tool does not execute actual blockchain transfers; it focuses on planning, state management, and operator notification, handing off to a separate distribute-tokens component.