HomeBrowseUpload
← Back to registry
// Skill profile

Battery

name: "Battery"

by bytesagain · published 2026-03-22

开发工具数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain/bytesagain-battery
View on GitHub
// Full documentation

---

name: "Battery"

description: "Monitor battery levels, track charge cycles, and analyze power usage. Use when checking device health, optimizing power, or logging history."

version: "2.0.0"

author: "BytesAgain"

homepage: https://bytesagain.com

source: https://github.com/bytesagain/ai-skills

tags: ["organize", "battery", "maintenance", "smart-home", "household"]

---

# Battery

Take control of Battery with this home management toolkit. Clean interface, local storage, zero configuration.

Why Battery?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging
  • Getting Started

    # See what you can do
    battery help
    
    # Check current status
    battery status
    
    # View your statistics
    battery stats

    Commands

    | Command | What it does |

    |---------|-------------|

    | `battery run` | Run |

    | `battery check` | Check |

    | `battery convert` | Convert |

    | `battery analyze` | Analyze |

    | `battery generate` | Generate |

    | `battery preview` | Preview |

    | `battery batch` | Batch |

    | `battery compare` | Compare |

    | `battery export` | Export |

    | `battery config` | Config |

    | `battery status` | Status |

    | `battery report` | Report |

    | `battery stats` | Summary statistics |

    | `battery export` | <fmt> Export (json|csv|txt) |

    | `battery search` | <term> Search entries |

    | `battery recent` | Recent activity |

    | `battery status` | Health check |

    | `battery help` | Show this help |

    | `battery version` | Show version |

    | `battery $name:` | $c entries |

    | `battery Total:` | $total entries |

    | `battery Data` | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |

    | `battery Version:` | v2.0.0 |

    | `battery Data` | dir: $DATA_DIR |

    | `battery Entries:` | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total |

    | `battery Disk:` | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |

    | `battery Last:` | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null || echo never) |

    | `battery Status:` | OK |

    | `battery [Battery]` | run: $input |

    | `battery Saved.` | Total run entries: $total |

    | `battery [Battery]` | check: $input |

    | `battery Saved.` | Total check entries: $total |

    | `battery [Battery]` | convert: $input |

    | `battery Saved.` | Total convert entries: $total |

    | `battery [Battery]` | analyze: $input |

    | `battery Saved.` | Total analyze entries: $total |

    | `battery [Battery]` | generate: $input |

    | `battery Saved.` | Total generate entries: $total |

    | `battery [Battery]` | preview: $input |

    | `battery Saved.` | Total preview entries: $total |

    | `battery [Battery]` | batch: $input |

    | `battery Saved.` | Total batch entries: $total |

    | `battery [Battery]` | compare: $input |

    | `battery Saved.` | Total compare entries: $total |

    | `battery [Battery]` | export: $input |

    | `battery Saved.` | Total export entries: $total |

    | `battery [Battery]` | config: $input |

    | `battery Saved.` | Total config entries: $total |

    | `battery [Battery]` | status: $input |

    | `battery Saved.` | Total status entries: $total |

    | `battery [Battery]` | report: $input |

    | `battery Saved.` | Total report entries: $total |

    Data Storage

    All data is stored locally at `~/.local/share/battery/`. Each action is logged with timestamps. Use `export` to back up your data anytime.

    Feedback

    Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/

    ---

    Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band