economy

Implement a coins-based economy with balances, transfers, daily rewards, and leaderboards.

2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/adraalabs/skills --skill economy-adraalabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: economy
Source: https://github.com/adraalabs/skills/tree/main/economy
Command: npx skills add https://github.com/adraalabs/skills --skill economy-adraalabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating a configurable virtual currency system for Discord and Telegram servers that automates balances, transfers, daily rewards, and leaderboards without writing custom logic.

Core Features & Use Cases

  • Balance tracking for users with get and update operations.
  • Pay and transfer flows between users.
  • Daily rewards with cooldowns and configurable rules.
  • Leaderboard display of top balances across channels and servers.

Quick Start

Install and enable the economy module to initialize balances, daily rewards, and the leaderboard for your server.

Frequently Asked Questions about economy

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

FAQPage Schema
How do I add a virtual coins economy to my Discord bot?

To add a virtual coins economy, you can use a skill that applies balance tracking, transfers, and daily rewards to Discord servers without writing custom logic. It configures balances, pay workflows, and a live leaderboard across channels.

Can I set up daily rewards with cooldowns for Telegram bot users?

Yes, daily rewards with cooldowns are supported for Telegram bots. The economy skill applies configurable rules and cooldown timers to automate daily reward distribution and update user balances automatically.

What is the best way to implement a Discord leaderboard for user balances?

The best way to implement a Discord leaderboard is using a pre-built economy system that ranks top balances across channels and servers. It retrieves and displays top user balances live without requiring custom database queries.

Does this economy skill support user-to-user payments and transfers?

Yes, the economy skill supports user-to-user payments and transfers. It applies pay and transfer workflows between users, automatically retrieving and updating stored balances for both the sender and receiver.

Do I need to write custom database logic to track bot user balances?

No, you do not need to write custom database logic to track bot user balances. The economy skill handles balance storage and retrieval operations internally, managing get and update workflows automatically.

Can I configure templated responses for Discord payment and reward commands?

Yes, you can configure templated responses for Discord payment and reward commands. The economy skill supports templated responses for pay workflows, daily rewards, and leaderboard displays across different channels.