Logistics carbon emission tracking and reduction planning skill supporting sustainability initiatives
Calculates logistics carbon emissions and identifies reduction opportunities for sustainability reporting.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Carbon Footprint Calculator tracks logistics carbon emissions and supports reduction planning for sustainability initiatives. It calculates emissions across transportation modes, identifies reduction opportunities, and provides reporting capabilities for ESG compliance and stakeholder communication.
skill: carbon-footprint-calculator
inputs:
reporting_period:
start: "2025-01-01"
end: "2025-12-31"
transportation_data:
shipments:
- mode: "truckload"
miles: 5200000
fuel_type: "diesel"
- mode: "ltl"
ton_miles: 12500000
- mode: "ocean"
teu_miles: 8500000
- mode: "air"
ton_miles: 450000
fleet_data:
owned_vehicles: 50
fuel_consumed_gallons: 625000
fuel_type: "diesel"
facility_data:
- facility: "DC001"
electricity_kwh: 2500000
natural_gas_therms: 45000
reduction_targets:
baseline_year: 2020
target_reduction_percent: 30
target_year: 2030
outputs:
emissions_summary:
total_mtco2e: 45250
scope_1: 6375
scope_2: 1250
scope_3_transportation: 37625
year_over_year_change: -3.2
emissions_by_mode:
- mode: "truckload"
mtco2e: 18500
percent: 49.2
intensity_per_mile: 0.00356
- mode: "ltl"
mtco2e: 8750
percent: 23.3
intensity_per_ton_mile: 0.0007
- mode: "ocean"
mtco2e: 5100
percent: 13.6
intensity_per_teu_mile: 0.0006
- mode: "air"
mtco2e: 5275
percent: 14.0
intensity_per_ton_mile: 0.0117
target_progress:
baseline_emissions: 55000
current_emissions: 45250
reduction_achieved_percent: 17.7
remaining_reduction_needed: 12.3
on_track: true
reduction_opportunities:
- opportunity: "Mode shift truckload to intermodal"
potential_reduction_mtco2e: 3200
cost_impact: "neutral"
implementation_timeline: "6-12 months"
- opportunity: "Electric vehicle adoption"
potential_reduction_mtco2e: 1500
cost_impact: "increase_5_percent"
implementation_timeline: "12-24 months"
carrier_sustainability_scores:
- carrier: "Eco Freight"
score: 92
certifications: ["SmartWay", "ISO14001"]
- carrier: "Standard Transport"
score: 68
certifications: ["SmartWay"]
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.