← Back to Skills Marketplace
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install social-battery-monitor
Description
Helps assess social energy, evaluate upcoming events' impact, and create realistic plans with boundaries and recovery to manage social overload.
Usage Guidance
This skill is internally consistent and implements only local input parsing and text generation — it doesn't send data externally or request secrets. You can install it with low risk from the perspective of credential or network exfiltration. As with any mental-health–adjacent tool, it should be used for descriptive planning only and not as a substitute for professional care; review outputs before acting on them. If you want extra assurance, inspect or run the included tests locally (tests/test_handler.py) to see sample behavior.
Capability Analysis
Type: OpenClaw Skill
Name: social-battery-monitor
Version: 1.0.0
The skill is a text-processing tool designed to help users manage social energy. The code in handler.py uses basic keyword matching and string formatting to generate a social battery plan; it contains no network calls, file system writes, or execution of external commands. The instructions in SKILL.md are strictly conversational and align with the stated purpose without any malicious prompt-injection attempts.
Capability Assessment
Purpose & Capability
Name/description match what the code and SKILL.md do: analyze user text or a small events dict and produce a Social Battery Plan. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md instructs purely descriptive operations (assessment, planning, boundary phrases) and explicitly forbids calendar or message actions. The handler implements only local parsing and plan generation and does not access unrelated system files or network endpoints.
Install Mechanism
No install spec; this is instruction-only with bundled Python handler and tests. No downloads, package installs, or archive extraction are present.
Credentials
The skill requires no environment variables, credentials, or config paths. The code only reads its local SKILL.md file for metadata (benign), and otherwise uses inputs supplied at runtime.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent configuration. It can be invoked autonomously (platform default) but has no broad privileges or credential access that would increase risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install social-battery-monitor - After installation, invoke the skill by name or use
/social-battery-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of social-battery-monitor
- Helps users assess their current social energy and identify signs of depletion.
- Allows classification of upcoming social events by energy cost and personal value.
- Supports planning with recovery blocks, exit strategies, and realistic boundaries.
- Provides a structured output format for user-friendly social battery planning.
- Focuses on practical, descriptive support without calendar integration or messaging.
Metadata
Frequently Asked Questions
What is Social Battery Monitor?
Helps assess social energy, evaluate upcoming events' impact, and create realistic plans with boundaries and recovery to manage social overload. It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install Social Battery Monitor?
Run "/install social-battery-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Social Battery Monitor free?
Yes, Social Battery Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Social Battery Monitor support?
Social Battery Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Social Battery Monitor?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills