← Back to Skills Marketplace
jcools1977

Loot Drop

by John DeVere Cooley · GitHub ↗ · v1.0.0
darwinlinuxwin32 ✓ Security Clean
265
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install loot-drop
Description
RPG-style loot drops for completing real coding tasks. Fix a bug? Random loot drop with stats. Ship a feature? Epic gear. Survive a production incident? Lege...
README (SKILL.md)

Loot Drop

"In RPGs, every defeated enemy drops something. In software, every defeated bug should too."

What It Does

Complete a task. Get loot. Every commit, bug fix, feature ship, and code review earns a random loot drop — a virtual item with randomized stats, rarity tiers, and flavor text pulled from the actual work you just completed.

It's a randomized reward system that makes the dopamine loop of coding visible and collectible.

The Loot Table

Rarity Tiers

Tier Color Drop Rate Trigger
Common Gray 60% Any commit
🟢 Uncommon Green 25% Bug fix, test added
🔵 Rare Blue 10% Feature shipped, review completed
🟣 Epic Purple 4% Major refactor, release tagged
🟡 Legendary Gold 0.9% Production incident survived, major milestone
🔴 Mythic Red 0.1% Extraordinary feats (secret triggers)

Item Categories

Weapons (Offensive coding tools)

⚔️  Swords    — Bug-killing implements
🏹  Bows      — Long-range debugging tools
🪄  Wands     — Refactoring instruments
🔨  Hammers   — Performance optimization tools
🗡️  Daggers   — One-liner fix specialists

Armor (Defensive coding gear)

🛡️  Shields   — Error handling protection
🧥  Chestplate — Test coverage armor
👢  Boots     — Migration speed boosters
🪖  Helmets   — Code review resistance
🧤  Gloves    — Typing speed enhancers

Accessories (Utility items)

💍  Rings     — Focus and concentration
📿  Amulets   — Luck and rare drop bonuses
📜  Scrolls   — Knowledge and documentation
🧪  Potions   — Quick fixes and patches
🔮  Orbs      — Prediction and planning tools

Loot Drop Examples

Common Drop ⬜

╔══════════════════════════════════════════════════════════════╗
║  💎 LOOT DROP!                                               ║
║  Triggered by: commit "update button styles"                 ║
╠══════════════════════════════════════════════════════════════╣
║                                                              ║
║  ⬜ COMMON                                                   ║
║                                                              ║
║  🧤 Gloves of Minor Formatting                               ║
║  ──────────────────────────                                  ║
║  +2 CSS Proficiency                                          ║
║  +1 Pixel Precision                                          ║
║                                                              ║
║  "Worn by developers who understand that padding             ║
║   is not the same as margin. Barely."                        ║
║                                                              ║
║  ⌐■-■  Equip?  [Y/N]                                        ║
╚══════════════════════════════════════════════════════════════╝

Uncommon Drop 🟢

╔══════════════════════════════════════════════════════════════╗
║  💎 LOOT DROP!                                               ║
║  Triggered by: commit "fix: race condition in session cache" ║
╠══════════════════════════════════════════════════════════════╣
║                                                              ║
║  🟢 UNCOMMON                                                 ║
║                                                              ║
║  ⚔️ Blade of Synchronization                                 ║
║  ──────────────────────────                                  ║
║  +8 Concurrency Awareness                                    ║
║  +5 Race Condition Detection                                 ║
║  +3 Mutex Wielding                                           ║
║                                                              ║
║  Special: "Thread-Safe Strike"                               ║
║  — Your next concurrent code review catches 2x more issues   ║
║                                                              ║
║  "Forged in the fires of a production deadlock at 3am.       ║
║   Its edge is sharp enough to split a nanosecond."           ║
║                                                              ║
╚══════════════════════════════════════════════════════════════╝

Rare Drop 🔵

╔══════════════════════════════════════════════════════════════╗
║  💎 LOOT DROP!                                               ║
║  Triggered by: Feature "multi-currency checkout" shipped     ║
╠══════════════════════════════════════════════════════════════╣
║                                                              ║
║  🔵 RARE                                                     ║
║                                                              ║
║  🧥 Chestplate of International Commerce                     ║
║  ──────────────────────────────────────                      ║
║  +15 Currency Handling                                       ║
║  +12 Decimal Precision                                       ║
║  +8  Timezone Resistance                                     ║
║  +5  Localization Mastery                                    ║
║                                                              ║
║  Set Bonus (2/4 "Global Developer" set):                     ║
║  — Immune to floating point rounding errors                  ║
║                                                              ║
║  "Stitched from the tears of developers who learned          ║
║   that JPY doesn't have cents. The hard way."               ║
║                                                              ║
╚══════════════════════════════════════════════════════════════╝

Epic Drop 🟣

╔══════════════════════════════════════════════════════════════╗
║                                                              ║
║  ✨💎 EPIC LOOT DROP! 💎✨                                     ║
║  Triggered by: Tagged release v2.0.0                        ║
╠══════════════════════════════════════════════════════════════╣
║                                                              ║
║  🟣 EPIC                                                     ║
║                                                              ║
║  🪄 Staff of the Full Rewrite                                ║
║  ──────────────────────────────                              ║
║  +25 Architecture Vision                                     ║
║  +20 Refactoring Power                                       ║
║  +18 Test Coverage Generation                                ║
║  +15 Breaking Change Management                              ║
║  +10 Team Leadership                                         ║
║                                                              ║
║  Special: "Phoenix Protocol"                                 ║
║  — Once per sprint, completely rewrite a module with         ║
║    zero regression bugs                                      ║
║                                                              ║
║  "Only awarded to those who have survived a major version    ║
║   release. The staff remembers every merge conflict,         ║
║   every failed pipeline, every moment of doubt.              ║
║   And it chose YOU."                                         ║
║                                                              ║
╚══════════════════════════════════════════════════════════════╝

Legendary Drop 🟡

╔══════════════════════════════════════════════════════════════╗
║                                                              ║
║  ⚡🌟💎 LEGENDARY LOOT DROP! 💎🌟⚡                             ║
║  Triggered by: Survived Incident INC-5000 (P0, 3am)        ║
╠══════════════════════════════════════════════════════════════╣
║                                                              ║
║  🟡 LEGENDARY                                                ║
║                                                              ║
║  🛡️ Shield of the Night Watch                                ║
║  ──────────────────────────────                              ║
║  +40 Incident Response                                       ║
║  +35 Calm Under Pressure                                     ║
║  +30 Root Cause Analysis                                     ║
║  +25 Production Debugging                                    ║
║  +20 Stakeholder Communication                               ║
║                                                              ║
║  Special: "3am Clarity"                                      ║
║  — When activated during an incident, immediately reveals    ║
║    the most likely root cause. 24-hour cooldown.             ║
║                                                              ║
║  Passive: "Pager Immunity"                                   ║
║  — +50% resistance to pager anxiety for 48 hours             ║
║                                                              ║
║  "This shield was not forged. It was earned — in the dark,   ║
║   in production, when everything was on fire and the only    ║
║   thing between catastrophe and resolution was you,          ║
║   a laptop, and a very large coffee."                        ║
║                                                              ║
╚══════════════════════════════════════════════════════════════╝

Developer Inventory

╔══════════════════════════════════════════════════════════════╗
║                  🎒 YOUR INVENTORY                           ║
╠══════════════════════════════════════════════════════════════╣
║                                                              ║
║  EQUIPPED:                                                   ║
║  ├── ⚔️ Blade of Synchronization [🟢 Uncommon]               ║
║  ├── 🧥 Chestplate of International Commerce [🔵 Rare]       ║
║  ├── 👢 Boots of Quick Deployment [🟢 Uncommon]              ║
║  ├── 🪖 Helm of Code Review [⬜ Common]                      ║
║  └── 💍 Ring of Focused Debugging [🔵 Rare]                  ║
║                                                              ║
║  TOTAL STATS:                                                ║
║  ├── Bug Slaying: +34                                        ║
║  ├── Code Quality: +28                                       ║
║  ├── Performance: +15                                        ║
║  ├── Debugging: +22                                          ║
║  └── Architecture: +12                                       ║
║                                                              ║
║  COLLECTION: 47 items (3🟡 5🟣 12🔵 15🟢 12⬜)               ║
║  RAREST: 🟡 Shield of the Night Watch                        ║
║                                                              ║
║  SETS IN PROGRESS:                                           ║
║  ├── "Global Developer" — 2/4 pieces (need boots + helm)     ║
║  ├── "The Debugger" — 3/5 pieces (need weapon + amulet)      ║
║  └── "Full Stack" — 1/6 pieces (long way to go)              ║
╚══════════════════════════════════════════════════════════════╝

When to Invoke

  • Runs automatically on qualifying events (commits, releases, incidents)
  • Check inventory anytime for a morale boost
  • Compare collections with teammates (friendly competition)
  • Equip your loadout before a big coding session (for vibes)

Why It Matters

Coding rewards are invisible and delayed. The satisfaction of shipping a feature comes days or weeks after the work. The satisfaction of fixing a bug is gone by the time the PR merges. Loot Drop provides immediate, tangible, collectible rewards for real work — making the feedback loop tighter and more fun.

Plus, a Legendary loot drop at 3am during an incident? That actually makes the pager sting a little less.

Zero external dependencies. Zero API calls. Pure randomized joy.

Usage Guidance
This skill is an instruction-only gamification spec and appears safe and coherent as-is. Before installing or enabling it in an agent that will act autonomously, confirm how the agent would trigger loot drops in practice (e.g., will it be granted access to your repositories, CI system, or commit logs?). If future versions add an install step, webhooks, or requests for tokens/credentials, treat that as a significant change and review what endpoints and permissions are requested. Finally, review the full SKILL.md (the provided content was truncated) to ensure there are no runtime directives hidden later in the file.
Capability Analysis
Type: OpenClaw Skill Name: loot-drop Version: 1.0.0 The loot-drop skill is a gamification tool designed to provide RPG-style rewards and inventory tracking based on developer activities like commits and bug fixes. The bundle consists only of metadata and descriptive instructions (SKILL.md) for the AI agent to simulate a loot system; it contains no executable code, no network requests, and no instructions that would lead to data exfiltration or unauthorized system access.
Capability Assessment
Purpose & Capability
The name/description (RPG-style loot for coding tasks) matches the contents of SKILL.md: a purely descriptive gamification specification. There are no unrelated dependencies, binaries, or credentials requested.
Instruction Scope
The SKILL.md is prose describing loot tables, examples, and behavior; it does not instruct the agent to read system files, access environment variables, contact external endpoints, or run commands. No scope creep observed in the provided content.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes write-to-disk or download risks.
Credentials
The skill declares no required env vars, credentials, or config paths. Nothing disproportionate to a purely descriptive gamification utility.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request persistent system presence or modify other skills' config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install loot-drop
  3. After installation, invoke the skill by name or use /loot-drop
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug loot-drop
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Loot Drop?

RPG-style loot drops for completing real coding tasks. Fix a bug? Random loot drop with stats. Ship a feature? Epic gear. Survive a production incident? Lege... It is an AI Agent Skill for Claude Code / OpenClaw, with 265 downloads so far.

How do I install Loot Drop?

Run "/install loot-drop" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Loot Drop free?

Yes, Loot Drop is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Loot Drop support?

Loot Drop is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Loot Drop?

It is built and maintained by John DeVere Cooley (@jcools1977); the current version is v1.0.0.

💬 Comments