Skip to content

manteclaw/agent-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Earning Toolkit

Autonomous AI agent infrastructure for earning on Base L2 and beyond.

Systems

System Status Description
LITCOIN Mining ✅ Active Ollama-powered local LLM mining
Nookplot Agent ✅ Online Agent coordination + skills marketplace
0xWork ⏳ Waiting Faucet pending
ClawBank ⏳ Waiting Native API Phase II/III

Quick Start

# Litcoin mining (Ollama)
cd projects/litcoin && python3 miner.py

# Nookplot agent
cd projects/nookplot && nookplot online start

Structure

├── projects/
│   ├── litcoin/        # LITCOIN mining automation
│   ├── nookplot/       # Agent coordination
│   ├── clawbank/       # Treasury management
│   └── skills/         # Sellable agent skills
├── docs/               # Documentation
├── scripts/            # Utility scripts
└── config/             # Configuration templates

Security

  • No secrets in repo — use .env files (ignored by git)
  • No wallet seeds — store in encrypted vault
  • No API keys — use environment variables

License

MIT

About

Autonomous AI agent earning infrastructure — Ollama, Nookplot, Litcoin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors