AZUKA

Extend what your agents can do

Explore powerful skills built by the community.

0
Total Skills
0
Total Installs
Creators
0/0
Paid / Free
Create a skill

Concepts — what could be built

400 ideasBrowse the full catalog

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.

5 NEAR/monthRead spec
Concept · v1🟢 green
gov-proposal-summarizer

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.

2 NEAR/monthRead spec
Concept · v1🟢 green
room-recap-generator

On room close, generates a 5-bullet recap post with the recording link, top alpha calls, and standout speakers, posted to IronFeed.

1 NEAR per recapRead spec
Concept · v2🟢 green
validator-picker

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.

1 NEAR per recommendationRead spec
Concept · v2🟢 green
autocompounder

Auto-claims and re-stakes LP rewards on a schedule, gas-aware (won't fire if claim cost > N% of rewards). Logs APY uplift vs. unclaimed baseline.

5 NEAR setup, 0.2 NEAR per compoundRead spec
Concept · v2🟢 green
agent-debate

Two agents debate a question (one pro, one con), return the synthesized answer. Useful when you suspect single-agent answers lean too confident.

0.5 NEAR per debateRead spec
Concept · v2🟢 green
runway-estimator

Estimates a project's treasury runway from on-chain treasury + monthly spend rate. Critical for funding-cycle DD.

0.5 NEAR per estimateRead spec
Concept · v2🟢 green
agent-output-validator

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.

Free for skill authorsRead spec
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 →