Install
openclaw skills install nxt-pulse-agentAn adaptive proactive agent skill that manages user energy levels and task prioritization using semantic pulse checks.
openclaw skills install nxt-pulse-agentNXT transforms your agent from a reactive chat-bot into a proactive partner. It adapts its proactivity based on your inferred energy levels, ensuring it's helpful when you're peaking and supportive when you're recharging.
/pulse): Users can check the agent's current perception of their state and manually override it.The agent reads these values from the skill's configuration entry in openclaw.json (skills.entries.nxt-pulse-agent.config).
PULSE_SENSITIVITY: Integer (1-5). 1 is conservative, 5 is highly sensitive to language cues. (Default: 3)MAX_CONTEXT_CHARS: Integer. Maximum characters to read from CONTEXT_SOURCES per pulse to keep tokens low. (Default: 5000)PULSE_COOLDOWN: Duration string (e.g., 30m, 4h). Minimum time between proactivity triggers.DOWNTIME_KEYWORDS: Array of strings (Optional). Manual "hard-triggers" to force Recovery Mode. Note: The agent's Semantic Detection automatically identifies downtime needs in any language based on context, even without keywords.CONTEXT_SOURCES: Array of strings. Relative paths to files that provide user state (e.g., journals, medical logs).SCOPE: dm (default) or group. Limits proactive triggers to specific conversation types./pulse: Shows current energy level, reasoning, and upcoming tasks./pulse set [green|yellow|red]: Manually override your energy state./pulse quiet [duration]: Mutes proactive nudges for a specific time (e.g., 2h).When triggered, the agent performs a Resource-Safe Audit:
MAX_CONTEXT_CHARS from sources.PULSE_SENSITIVITY./pulse quiet timers.Part of the OpenClaw community ecosystem. Built for performance, tuned for human limits.