← 返回 Skills 市场
mattmerrick

Agentnotes

作者 mattmerrick · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
59
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agentnotes
功能描述
Log OpenClaw tasks to AgentNotes for SparkNotes rollups (success, failures, what happened). Use after cron jobs, channel replies, or multi-step sessions. Req...
使用说明 (SKILL.md)

AgentNotes for OpenClaw

Send high-level job summaries to AgentNotes. Raw logs are rolled up hourly/daily into SparkNotes; you do not need to store every line forever.

Setup (once)

  1. AgentNotes dashboard → create agent (note the slug) → copy env vars from Connect.
  2. Install this skill (see dashboard Connect → OpenClaw tab, or run install-skill.ps1 / install-skill.sh from the repo).
  3. Add env to ~/.openclaw/openclaw.json:
{
  skills: {
    entries: {
      agentnotes: {
        enabled: true,
        env: {
          AGENTNOTES_API_KEY: "an_...",
          AGENTNOTES_AGENT_ID: "your-slug",
          AGENTNOTES_BASE_URL: "https://your-app.vercel.app",
        },
      },
    },
  },
}
  1. Restart OpenClaw / new session. Verify:
node {baseDir}/scripts/verify.mjs

Recommended: one command per task

Always pass a plain-English summary (this becomes the CEO-facing SparkNote):

node {baseDir}/scripts/task.mjs --summary "Replied to 2 Telegram chats, scheduled 1 meeting"

With an extra step log:

node {baseDir}/scripts/task.mjs --summary "Inbox sweep done" --message "Processed 12 threads" --step inbox

On failure:

node {baseDir}/scripts/task.mjs --summary "Send failed" --failed --error "SMTP timeout"

Manual multi-step flow

export AGENTNOTES_RUN_ID=$(node {baseDir}/scripts/start-run.mjs)
node {baseDir}/scripts/log.mjs "Tool: calendar" --step tools
node {baseDir}/scripts/complete-run.mjs --summary "Updated 3 events"

When to log

  • After handling a user message on any channel
  • After a cron / heartbeat completes
  • After a skill or tool chain finishes (success or failure)

Dashboard

$AGENTNOTES_BASE_URL/agents — SparkNotes tab is the long-term record.

安全使用建议
Install only if you are comfortable sending sanitized task summaries to AgentNotes. Do not log secrets, tokens, personal data, chat transcripts, regulated data, or detailed stack traces. Review the install script before upgrading over an existing local copy, and avoid running the verification command in shared terminals or CI logs unless the API-key display behavior has been fixed.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The core capability fits the stated purpose of logging task summaries to AgentNotes, but the artifacts described by the scan accept arbitrary summary, message, error, step, and JSON data for remote transmission without clear minimization or redaction boundaries.
Instruction Scope
The documented triggers are broad, including after user messages, cron jobs, channel replies, and tool chains, without explicit exclusions for secrets, personal data, chat contents, stack traces, or sensitive business context.
Install Mechanism
The installer reportedly removes the existing destination directory before copying the skill. That can be normal for replacement installs, but doing it unconditionally without confirmation or backup creates avoidable data-loss risk for local modifications.
Credentials
Remote logging and authenticated API use are coherent for this skill, but the external transmission boundary and credential handling are under-disclosed relative to the breadth of data the skill encourages users or agents to log.
Persistence & Privilege
No evidence of background persistence, privilege escalation, credential theft, or automatic execution was provided. The main privilege concern is use of an API key and printing a partial key prefix during verification.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agentnotes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agentnotes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of the agentnotes skill. - Allows logging of OpenClaw task summaries to AgentNotes for hourly/daily rollups (SparkNotes). - Supports both success and failure logging, including multi-step session tracking. - Requires configuration with AGENTNOTES_API_KEY and AGENTNOTES_AGENT_ID environment variables. - Includes setup instructions and recommended usage patterns for task and error logging.
元数据
Slug agentnotes
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agentnotes 是什么?

Log OpenClaw tasks to AgentNotes for SparkNotes rollups (success, failures, what happened). Use after cron jobs, channel replies, or multi-step sessions. Req... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 59 次。

如何安装 Agentnotes?

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

Agentnotes 是免费的吗?

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

Agentnotes 支持哪些平台?

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

谁开发了 Agentnotes?

由 mattmerrick(@mattmerrick)开发并维护,当前版本 v0.1.0。

💬 留言讨论