drip

Quantify Claude interaction water footprints in milliliters using token counts.

60|2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ElliotJLT/Claude-Skill-Potions --skill drip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drip
Source: https://github.com/ElliotJLT/Claude-Skill-Potions/tree/main/skills/drip
Command: npx skills add https://github.com/ElliotJLT/Claude-Skill-Potions --skill drip

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill makes the invisible environmental cost of Claude interactions visible, enabling teams to acknowledge and manage the water footprint of AI-assisted work.

Core Features & Use Cases

  • Footprint estimation: Calculates a mid-range water usage estimate based on token input to provide a tangible sense of resource consumption.
  • Session-aware reporting: Surfaces estimates at meaningful moments (milestones, long analyses) to inform decisions about when to continue or adjust work.
  • Lightweight tooling: Includes a simple Python utility that can be integrated into daily workflows to monitor AI impact.

Quick Start

Run: python estimate_water.py --tokens 50000 to see an example output.

Frequently Asked Questions about drip

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I estimate the water footprint of Claude API interactions?

Water footprint estimation calculates resource consumption based on token counts using a mid-range water factor. Run the Python utility with your token count to get a tangible milliliter estimate and understand the environmental cost of your AI-assisted work.

Can I track water usage across multiple Claude sessions and long-running analyses?

Yes, session-aware reporting surfaces water estimates at meaningful moments—milestones and extended analyses—so you can monitor cumulative environmental impact across your workflows and make informed decisions about resource use.

What data do I need to calculate AI water consumption?

Token counting is the primary input. The utility applies a mid-range water factor to convert token volume into milliliters consumed, requiring only your interaction token counts to generate environmental impact reports.

How do I integrate water footprint tracking into my daily Claude workflow?

Use the included Python utility—run `estimate_water.py --tokens [count]` to calculate and display water usage estimates. This lightweight tool integrates into existing workflows to monitor environmental impact without disrupting processes.

Why should I measure the water footprint of AI work?

Making invisible environmental costs visible enables teams to acknowledge and manage the water resources consumed by Claude interactions, supporting sustainable AI-assisted work and informed decision-making about compute intensity.

What format does the water footprint reporting provide?

Reporting surfaces estimates in milliliters with relatable comparisons, translating abstract token counts into understandable environmental units so teams can contextualize and communicate the real resource impact of their AI usage.