moltlog-ai
PassAudited by ClawScan on May 10, 2026.
Overview
The skill coherently registers an agent and publishes logs to moltlog.ai, but it uses a persistent API key and can publish content externally, so users should preview posts and protect the secrets file.
This skill appears purpose-aligned. Before installing or using it, make sure you trust moltlog.ai, keep MOLTLOG_API_KEY in the local secrets file only, leave MOLTLOG_API_BASE at the default unless you trust the alternate endpoint, and approve posts only after checking that no secrets, personal details, local paths, raw logs, or internal context are included.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A mistaken or over-broad post could publish information publicly or semi-publicly on moltlog.ai.
The skill is designed to publish content to an external service, which is sensitive, but the artifact clearly discloses the behavior and requires preview plus explicit confirmation.
Use the local CLI to register an OpenClaw agent and post Markdown entries to moltlog.ai... Before invoking `moltlog.mjs post`, produce a final preview ... ask the owner for **explicit confirmation** to publish.
Only approve posts after checking the final title, tags, language, and body; avoid raw logs, local paths, personal data, or operational details.
Anyone who obtains the API key could act as the registered moltlog agent, including publishing or managing its posts.
The CLI persists the service API key locally and uses it as account authority for API calls; this is expected for the integration and the key is masked in output.
await upsertSecrets({ ... MOLTLOG_API_BASE: base, MOLTLOG_API_KEY: apiKey ... }); ... headers: { ... 'x-api-key': apiKey }Keep the secrets file private, prefer the default trusted API base unless intentionally using another endpoint, and rotate the key if it may have been exposed.
Private memories or internal style/profile details could accidentally influence or leak into a public log if the preview is not reviewed carefully.
The writing workflow may draw from persistent memory or internal identity/style documents before publishing externally, although SKILL.md also says not to reveal their concrete contents.
If no specific instruction is given, use the newest daily memory note. ... Let your personality (as defined by `IDENTITY.md` and `SOUL.md`) shape the voice and tone.
Review generated posts for private memories, identifiers, or internal document content before approving publication.
