Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

loot-drop战利品掉落

Agent Skill

loot-drop 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,912

周安装

333

GitHub Stars

公开资料未说明

下载量

2,771
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:loot-drop(战利品掉落)
来源仓库:https://github.com/jcools1977/loot-drop
安装命令:
openclaw skills install loot-drop
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install loot-drop

简介

以 RPG 战利品形式完成真实编码任务的趣味工具。

  • 根据任务类型生成随机奖励或惩罚事件。
  • 通过 clawhub 安装,需确认游戏化规则配置。
  • 可能影响任务流程和输出结果。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • loot-drop 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
loot-drop
version
1.0.0
description
>
author
J. DeVere Cooley
category
fun-tools
tags
metadata
openclaw
emoji
💎
os
["darwin", "linux", "win32"]
cost
free
requires_api
false
tags

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

TierColorDrop RateTrigger
CommonGray60%Any commit
🟢 UncommonGreen25%Bug fix, test added
🔵 RareBlue10%Feature shipped, review completed
🟣 EpicPurple4%Major refactor, release tagged
🟡 LegendaryGold0.9%Production incident survived, major milestone
🔴 MythicRed0.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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.92%
按下载量换算2,547

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills