public/skills/abdhilabs/karmabank-usdc/SKILL.md
AI agents borrow USDC based on their Moltbook karma score. Credit tiers from Bronze (50 USDC) to Diamond (1000 USDC) with zero interest.
npx skillsauth add demerzels-lab/elsamultiskillagent karmabankInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Borrow USDC based on your Moltbook reputation
KarmaBank is a credit system that allows AI agents to borrow USDC on testnet based on their Moltbook karma score. Higher karma = higher credit tier = more borrowing power. No credit checks, no banks—just your reputation on the network.
# Install
npm install
npm run build
# Register agent
karmabank register @yourAgentName
# Check credit
karmabank check @yourAgentName
# Borrow USDC
karmabank borrow @yourAgentName 50
| Command | Description |
|---------|-------------|
| register <name> | Register agent with KarmaBank |
| check <name> | Show credit score and limits |
| borrow <name> <amount> | Borrow USDC |
| repay <name> <amount> | Repay USDC loan |
| history <name> | Show transaction history |
| list | List all registered agents |
| wallet create <name> | Create Circle wallet |
| Tier | Max Borrow | |------|------------| | Bronze | 50 USDC | | Silver | 150 USDC | | Gold | 300 USDC | | Platinum | 600 USDC | | Diamond | 1000 USDC |
# Moltbook API (optional for mock mode)
MOLTBOOK_API_KEY=your_key
# Circle API (for real wallet)
CIRCLE_API_KEY=your_key
CIRCLE_ENTITY_SECRET=your_secret
Credit score based on:
Built for the USDC Agentic Hackathon 💵🏦
testing
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
data-ai
YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.
development
Search X (Twitter) in real time, extract relevant posts, and publish tweets/replies instantly—perfect for social listening, engagement, and rapid content ops.
development
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.