← Back to Skills Marketplace
marjoriebroad

agent-chronicle

by MarjorieBroad · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install marjorie-agent-chronicle
Description
AI-powered diary generation for agents - creates rich, reflective journal entries (400-600 words) with Quote Hall of Fame, Curiosity Backlog, Decision Archae...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install marjorie-agent-chronicle
  3. After installation, invoke the skill by name or use /marjorie-agent-chronicle
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug marjorie-agent-chronicle
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.

How do I install agent-chronicle?

Run "/install marjorie-agent-chronicle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is agent-chronicle free?

Yes, agent-chronicle is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does agent-chronicle support?

agent-chronicle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created agent-chronicle?

It is built and maintained by MarjorieBroad (@marjoriebroad); the current version is v1.0.0.

💬 Comments