Social Energy Manager

v0.1.0

Track and manage your social energy levels with assessments and personalized recovery plans to help maintain balance and recharge effectively.

0· 86·0 current·0 all-time
byhaidong@harrylabsj

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for harrylabsj/social-energy-manager.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Social Energy Manager" (harrylabsj/social-energy-manager) from ClawHub.
Skill page: https://clawhub.ai/harrylabsj/social-energy-manager
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install social-energy-manager

ClawHub CLI

Package manager switcher

npx clawhub@latest install social-energy-manager
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (social energy assessment and recovery plans) align with the included handler.py logic and the SKILL.md. The functions parse text, produce a score/status/action and recovery plan — all coherent with the stated purpose. Minor note: skill.json's description is generic ('auto-generated skeleton') and the source/homepage are missing, but this is an attribution/metadata gap, not a capability mismatch.
Instruction Scope
SKILL.md contains limited runtime instructions (triggers and expected JSON output). The handler implementation only analyzes input text, constructs assessments and recovery plans, and returns a small in-memory 'socialEnergyLog' with the current date. It does not read arbitrary files, environment variables, or external endpoints.
Install Mechanism
No install spec is present (instruction-only style). The package includes a small Python handler but there is no download-from-URL, package manager install, or archive extraction. No code is written to disk at runtime beyond normal execution of the provided handler.
Credentials
The skill declares no required environment variables, no primary credentials, and no config paths. The code does not access os.environ or other credentials. Requested privileges are minimal and proportionate to the simple text-analysis purpose.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify agent/system configuration. It returns an ephemeral 'socialEnergyLog' object (date + logged flag) but does not persist data to disk or external services.
Assessment
This skill appears to be a small, local text-analysis tool that produces an energy assessment and recovery suggestions; it does not call external services or request credentials. If you care about provenance, note the package has no homepage and the author is an opaque identifier — review the small handler.py yourself if you want to be certain. If you plan to feed sensitive personal data, be aware the skill will process that text locally but does not show any built-in data retention or export; nonetheless, verify your deployment environment's logging/telemetry settings if you need strict privacy.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fn1dn0fzdknswe9qx0hfbwd84crt4
86downloads
0stars
1versions
Updated 3w ago
v0.1.0
MIT-0

Social Energy Manager(社交电量管理器)

Overview

帮助用户追踪和管理社交能量消耗,提供电量评估和恢复方案。

Trigger

  • 社交很累
  • 精力不够
  • 想一个人待着
  • 充电

Output

JSON: {currentEnergyLevel, energyAssessment{score, color, status, action}, recoveryPlan{immediate[], daily[], weekly[]}, tips[]}

Comments

Loading comments...