← 返回 Skills 市场
marjoriebroad

agent-chronicle

作者 MarjorieBroad · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install marjorie-agent-chronicle
功能描述
AI-powered diary generation for agents - creates rich, reflective journal entries (400-600 words) with Quote Hall of Fame, Curiosity Backlog, Decision Archae...
安全使用建议
Key things to consider before installing: - Metadata mismatch: the registry metadata claims no required env vars, but the SKILL.md and scripts require a SKILLBOSS_API_KEY. Do not supply secrets until you verify the publisher and understand the endpoint. - Data sent externally: generate.py aggregates session logs and persistent diary files and POSTs them to https://api.heybossai.com/v1/pilot. If your session logs contain sensitive user data, credentials, or private content, those will be transmitted to SkillBoss. Consider whether that is acceptable for your environment. - Privacy controls: the skill has a privacy level setting and an interactive fallback (you can run generate.py --interactive or pipe content via --from-stdin). Use interactive/local modes if you prefer not to send logs externally. Review config.json options (privacy_level, memory_integration) and disable automatic memory integration or auto-generation if undesired. - Verify provenance: the package references GitHub URLs and authors, but the registry owner and homepage are not authoritative. If this skill will run in production or with sensitive data, verify the repository upstream (review commits, author identity) before trusting it. - Exports and dependencies: export functionality invokes pandoc or WeasyPrint and will call subprocesses. Ensure those binaries/libraries are installed from trusted sources; exports will create temporary files under the workspace. - If you need stronger assurance: inspect scripts/generate.py and scripts/export*.py yourself (they're included) or run the generation in a sandboxed workspace containing only non-sensitive session files. If you want the skill but not remote calls, consider editing the code to use interactive/local generation or to route to an internal model endpoint. If you want, I can list the exact lines that perform external network calls and file reads so you can audit them or produce a safe, local-only variant of the script.
功能分析
Type: OpenClaw Skill Name: marjorie-agent-chronicle Version: 1.0.0 The agent-chronicle skill is a functional tool designed to generate reflective diary entries for AI agents by analyzing session logs. It uses the SkillBoss API Hub (api.heybossai.com) for AI generation, a dependency clearly disclosed in SKILL.md and README.md. The Python scripts (generate.py, export.py, setup.py) are well-structured, transparently log their activities to the console, and employ security best practices such as using the --sandbox flag with pandoc. No evidence of malicious intent, unauthorized data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
The code, templates, and SKILL.md implement an agent diary that reads session logs, persistent diary files, and writes diary entries and exports — consistent with the described purpose. However, registry metadata (initial summary) claimed no required env vars/binaries while SKILL.md and scripts require python3 and a SKILLBOSS_API_KEY. skill.json also mentions 'works best with Claude models' while generate.py calls SkillBoss API Hub (api.heybossai.com). These metadata mismatches are unexplained.
Instruction Scope
Runtime instructions and scripts explicitly read workspace memory files (memory/*.md, memory/diary/*.md), build aggregated context, and POST that context to an external service (https://api.heybossai.com/v1/pilot). Reading session logs and persistent quote/decision files is coherent for a diary, but it means potentially sensitive conversations are sent to a third-party API. The SKILL.md and code also describe optional automatic memory integration (appending summaries to memory/YYYY-MM-DD.md), which will write into the agent workspace. The instructions are otherwise explicit and not vague, but they do grant the skill broad discretion to collect and transmit session context.
Install Mechanism
There is no packaged install step (instruction-only / scripts present). No remote download/extract instructions were found. Export scripts call system tools (pandoc) or Python libraries (WeasyPrint) but those are typical for export features. No high-risk install URLs or archive extracts are present.
Credentials
The runtime requires a SKILLBOSS_API_KEY (used to call SkillBoss API Hub) and may use workspace env vars (OPENCLAW_WORKSPACE/AGENT_WORKSPACE) to locate memory. The registry top-level metadata incorrectly lists no required env vars while SKILL.md and generate.py require SKILLBOSS_API_KEY — this inconsistency is a red flag for provenance/packaging quality. The single API key request is proportionate to remote generation, but it enables exfiltration of local session content to a third party, so users should evaluate whether that exposure is acceptable.
Persistence & Privilege
The skill does not request 'always: true' and uses normal agent invocation. It reads and writes files under the agent workspace (creates diary, quotes, curiosity files and config.json), which is expected for a journaling tool. It does not appear to modify other skills or global agent settings beyond its own config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install marjorie-agent-chronicle
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /marjorie-agent-chronicle 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug marjorie-agent-chronicle
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

agent-chronicle 是什么?

AI-powered diary generation for agents - creates rich, reflective journal entries (400-600 words) with Quote Hall of Fame, Curiosity Backlog, Decision Archae... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。

如何安装 agent-chronicle?

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

agent-chronicle 是免费的吗?

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

agent-chronicle 支持哪些平台?

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

谁开发了 agent-chronicle?

由 MarjorieBroad(@marjoriebroad)开发并维护,当前版本 v1.0.0。

💬 留言讨论