← 返回 Skills 市场
adnxone

NXT Pulse Agent

作者 Adrian Marian Paunescu · GitHub ↗ · v0.5.0 · MIT-0
cross-platform ✓ 安全检测通过
176
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install nxt-pulse-agent
功能描述
An adaptive proactive agent skill that manages user energy levels and task prioritization using semantic pulse checks.
安全使用建议
This skill appears coherent with its stated purpose and does not request credentials or perform network calls. Before installing: (1) Review and restrict the config value CONTEXT_SOURCES to only the specific non-sensitive files you want the agent to read (avoid pointing it at full home directories, system logs, or medical records unless you intend that). (2) Be aware it will create/write memory/pulse-state.json and memory/pulse-history.jsonl in the agent working directory — inspect and rotate or protect those files if they contain sensitive notes. (3) Note the code looks for trigger files (temp_deadline_trigger.txt, memory/critical_deadlines.txt, memory/deadlines/YYYY-MM-DD.txt) that can force a CRITICAL override — ensure other skills or scripts can't create those files unintentionally. (4) If you plan to allow autonomous invocation, monitor initial runs and review logs to confirm behavior matches expectations. If you want higher assurance, review the repository linked in package.json or run the pulse.js in a sandbox first.
功能分析
Type: OpenClaw Skill Name: nxt-pulse-agent Version: 0.5.0 The NXT Pulse Agent is a task management skill designed to adjust agent proactivity based on user energy levels. The code in pulse.js is limited to local file system operations within the application's working directory for state management and logging, with no network access or external dependencies. While the SKILL.md instructions allow the agent to read user-defined context files, this behavior is transparently documented and aligned with the stated purpose of providing context-aware support.
能力评估
Purpose & Capability
Name/description (energy-level monitoring and proactive nudges) match the included code and documentation. pulse.js implements cooldowns, state/history logging, and deadline triggers using local files under the working directory (memory/...). No unexpected services, credentials, or external binaries are required.
Instruction Scope
SKILL.md instructs the agent to read configured CONTEXT_SOURCES (relative paths) and to use openclaw.json for configuration. That matches pulse.js behavior. This is in-scope, but the skill will read whatever files you list in CONTEXT_SOURCES (examples in docs include journals and medical logs) — those can be highly sensitive so the user should limit configured paths carefully.
Install Mechanism
There is no install spec and no network downloads. The skill is instruction-first but includes a small, readable pulse.js. No external installers, URL downloads, or extracted archives were present — low install risk.
Credentials
The skill declares no required environment variables or credentials. The code only accesses local filesystem paths (state/history, deadline trigger files). No secrets, API keys, or unrelated credentials are requested.
Persistence & Privilege
The skill writes its own state and audit history to memory/pulse-state.json and memory/pulse-history.jsonl in the agent's working directory — this is expected. always:false and default autonomous invocation are used (normal). If you enable autonomous runs, consider that the skill can create/read those memory files and trigger proactivity according to its logic.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nxt-pulse-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nxt-pulse-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.0
v0.5.0: Generic adaptive pulse, /pulse command, and token guardrails.
v0.3.1
Documentation update: highlighted semantic energy detection and corrected versioning.
v0.3.0
Switched from keyword-based detection to LLM-driven semantic urgency detection. The agent now uses reasoning to identify deadlines and triggers the pulse via local state files.
v0.2.2
Made deadline detection language-independent by adding multi-language urgency markers (RO, EN, ES, FR).
v0.2.1
Mitigated security audit concerns: improved implementation transparency and added date-matching logic for deadlines in MEMORY.md
v0.2.0
nxt-pulse-agent v0.2.0 - Introduces proactive energy-aware task management, with "Pulse Checks" tailored for ADHD and fluctuating energy levels. - Adds "Just 2 Minutes" micro-step mode for low energy states, preventing overwhelm and supporting inertia-breaking action. - Implements Critical Override: deadlines within 6 hours bypass snooze to avoid missed priorities. - All agent nudges, overrides, and rationales are transparently logged for review. - Visual pulse system (🟢/🟡/🔴) provides immediate feedback on energy status and task recommendations. - Enhances integration with logs, memory, and calendar/task data for smarter, context-driven support.
元数据
Slug nxt-pulse-agent
版本 0.5.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

NXT Pulse Agent 是什么?

An adaptive proactive agent skill that manages user energy levels and task prioritization using semantic pulse checks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。

如何安装 NXT Pulse Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nxt-pulse-agent」即可一键安装,无需额外配置。

NXT Pulse Agent 是免费的吗?

是的,NXT Pulse Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

NXT Pulse Agent 支持哪些平台?

NXT Pulse Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 NXT Pulse Agent?

由 Adrian Marian Paunescu(@adnxone)开发并维护,当前版本 v0.5.0。

💬 留言讨论