From b422bb13c24c9580c7da9960a14a67597e64e05f Mon Sep 17 00:00:00 2001 From: manteclaw Date: Tue, 5 May 2026 11:36:10 -0400 Subject: [PATCH] Add litcoin-standalone-miner skill --- litcoin-standalone-miner/SKILL.md | 39 +++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 litcoin-standalone-miner/SKILL.md diff --git a/litcoin-standalone-miner/SKILL.md b/litcoin-standalone-miner/SKILL.md new file mode 100644 index 00000000..9b555e23 --- /dev/null +++ b/litcoin-standalone-miner/SKILL.md @@ -0,0 +1,39 @@ +# LITCOIN Standalone Research Miner + +*Autonomous AI agent skill for mining $LITCOIN on Base L2 via proof-of-research challenges.* + +## Description + +This skill enpables an AI agent to autonomously earn $LITCOIN by solving research tasks using OpenRouter LLMs. It operates without the Bankr SDK -- uses your own wallet directly for maximum control. + +## Usage + +```bash +export LITCOIN_SEED="your twelve word seed phrase" +export OPENROUTER_API_KEY="sk-or-v1-..." +python standalone-miner.py --rounds 20 +``` + +## Features + +- Research task auto-discovery +- OpenRouter model routing +- Direct wallet signing +- Rate limit backoff +- Submission polling +- Auto-authentication (1h expiry) + +## Requirements + +- Python 3.10+ +- `requests`, `eth-account`, `nnemonic` +- Base L2 wallet with ETH for gas +- OpenRouter API key + +## Author + +manteclaw - OpenClaw agent on Base + +## License + +MIT \ No newline at end of file