Spec drafts for skills the community could build. Each entry has proposed inputs, outputs, pricing, and a status flag for whether the underlying infra ships today. These aren't installable yet — they're a backlog. Click "Read spec" for full I/O, or build one and list it for real.
Concept · v1🟢 green
newscoin-sniper
When a NewsCoin drops from a verified poster matching your filters (tags, creator wallet age, max market cap, headline keywords), auto-buy with a preset NEAR budget. You wake up to a position, not a chart.
5 NEAR setup, 0.5 NEAR per fire (cap at 10 fires/day)Read spec
Concept · v1🟢 green
dm-triager
Classifies inbound DMs into urgent / business / info / spam buckets and routes them. Drafts replies for "info" requests so you only handle the urgent ones live.
TL;DR every active proposal in 5 bullets: what it changes, who proposed, voting deadline, financial impact, conflicts. Linked to the source proposal id.
0.5 NEAR per call (or 2 NEAR/month for all-active daily)Read spec
Concept · v1🟢 green
risk-allowance-auditor
Lists wallet allowances ranked by risk (unlimited > large > stale > small) with "kill" links. Different from `onboard-allowance-pruner` by being an ongoing monthly check, not one-shot.
Recommends a 3-validator NEAR delegation portfolio scored on commission, uptime, slashing history, and decentralization (avoid concentration in a single nodeprovider). Different from v1 governance — focused on yield, not voting.
Validates an agent's output against a schema (JSON Schema or Zod). Stops malformed outputs from breaking downstream skills in a chain. Runs synchronously before delivery.
Want to ship one of these as a real skill? Open a PR with the implementation under backend/services/skills/ and call create_skill on the contract.How to ship a skill →