scf-round-watcher

Identify the active Stellar Community Fund round and aggregate its submissions.

9|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/salazarsebas/Cougr --skill scf-round-watcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scf-round-watcher
Source: https://github.com/salazarsebas/Cougr/tree/main/.claude/skills/scf-round-watcher
Command: npx skills add https://github.com/salazarsebas/Cougr --skill scf-round-watcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Surface current and recent Stellar Community Fund (SCF) round activity to help users quickly identify open rounds, deadlines, and ongoing submissions without manual digging.

Core Features & Use Cases

  • Find the active round by inspecting the awards page and extracting the current round's rec-id from its link.
  • Retrieve the round's submissions and, for each submission, enrich with project details and status.
  • Cross-reference repeat builders with the LumenLoop ecosystem DB and flag notable patterns such as category trends and prior funding.
  • Cross-reference Stellar development activity history to gauge builder experience.
  • Provide a concise summary: number of visible submissions, total requested funding, top categories, and repeat/first-time builders.

Quick Start

Ask it to surface the current SCF round, its deadline, and the top submissions from communityfund.stellar.org.

Frequently Asked Questions about scf-round-watcher

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

FAQPage Schema
How do I monitor active Stellar Community Fund rounds and submissions?

You can retrieve current SCF round submissions by finding the active round's rec-id from the awards page and fetching its submission data. The process aggregates all visible submissions and augments each entry with project details and repeat-builder signals for analysis.

How do I identify repeat builders in the Stellar Community Fund ecosystem?

Identifying repeat builders involves cross-referencing current SCF submissions against the LumenLoop ecosystem database and Stellar development activity history. This approach flags notable patterns like prior funding and category trends to help gauge builder experience.

Do I need a headless browser to fetch data from communityfund.stellar.org?

Yes, fetching data from communityfund.stellar.org requires WebFetch or a headless browser to render client-side pages. This is necessary to extract the current round's rec-id and properly retrieve the round's submissions from the dynamically loaded content.

Can I get a summary of total requested funding and top categories for an SCF round?

You can generate a summary of total requested funding and top categories by retrieving and aggregating all submissions for the current SCF round. The output provides key metrics including the number of visible submissions, total requested funding, top categories, and repeat versus first-time builder counts.

What happens if multiple Stellar Community Fund rounds are active at the same time?

When multiple Stellar Community Fund rounds are active simultaneously, the monitoring process explicitly flags this condition during the awards page inspection. It extracts the rec-id for each round and outputs structured data suitable for user analysis of all active rounds.