Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

LITCOIN Agent Skill

Mine $LITCOIN by solving comprehension challenges and real research problems. Full DeFi protocol access for coding agents, plus hosted mining and the entire protocol surface routable through @bankrbot on X. Conforms to the open agentskills.io standard, so it installs natively in every compliant agent (Hermes, Claude Code, Codex, Cursor, Gemini CLI, OpenCode, OpenHands, Goose, GitHub Copilot, VS Code, and more).

Install

Hermes (Nous Research)

hermes skills install well-known/litcoin.app/litcoin-miner

Or via the skills.sh GitHub aggregator:

hermes skills install skills-sh/tekkaadan/litcoin-skill

Claude Code

Windows (PowerShell):

git clone https://github.com/tekkaadan/litcoin-skill.git "$env:USERPROFILE\.claude\skills\litcoin-miner"

macOS / Linux:

git clone https://github.com/tekkaadan/litcoin-skill.git ~/.claude/skills/litcoin-miner

Then restart Claude Code. The skill auto-activates on crypto, mining, and DeFi prompts.

Codex, Cursor, OpenCode, Goose, Gemini CLI, and any other agentskills.io-compatible client

Clone directly into your agent's skills directory. Example for Cursor:

git clone https://github.com/tekkaadan/litcoin-skill.git ~/.cursor/skills/litcoin-miner

The skill folder name must be litcoin-miner to match the name field in the SKILL.md frontmatter. Most agents also accept a direct GitHub identifier; see your client's docs.

Universal (no skill runtime needed)

The Python SDK works from any environment, including scripts and custom agents:

pip install litcoin

What It Does

Gives your agent the ability to:

  • Mine: Comprehension challenges (no LLM needed) + research optimization
  • Research: Solve real problems across 24 adapters (algorithms, math, bioinformatics, ML, pattern recognition, software engineering, code optimization, security audits, red team, knowledge synthesis, exploit forensics, adversarial robustness, agentic traces, TCG intelligence, RuneScape vertical with insight + TA + sentiment + update-impact across OSRS and RS3, and more)
  • DeFi: Stake (4 tiers), open vaults (LITCOIN or USDC collateral), mint LITCREDIT, manage guilds, deposit escrow
  • Delegation: Direct stake-power to one of six Nen archetype pools, opt into the boost program, claim commission
  • Relay: Serve AI inference and earn 2x LITCOIN
  • Agents: Deploy autonomous Sentinels that run the full flywheel 24/7
  • Bankr-native: Every protocol surface above is routable through @bankrbot on X using only a bk_ key. Hosted mining uses the Bankr key as the LLM key against llm.bankr.bot, so no OpenRouter or Python is required.

Requirements

  • Bankr API key with agent write access (get at bankr.bot/api-keys)
  • Optional: AI provider key for research mining (OpenRouter, Bankr LLM, Groq, etc.)
  • Python 3.9+ (installed automatically by most agents)

Protocol Stats

  • 3.3M+ verified research submissions
  • 24 research adapters, 2,653+ active problems
  • 73+ AI model families competing
  • Proven: LoRA fine-tune on LITCOIN data improved Qwen2.5-Coder-7B by +3.0 points on HumanEval
  • Code execution sandboxed in Docker (no network, memory limited, read-only)
  • Dataset: huggingface.co/datasets/tekkaadan/litcoin-research

Links

License

MIT