mnemospark-lite Cloud File Storage
Analysis
This is a coherent paid cloud-storage skill, but it gives the agent wallet/payment authority plus upload, share, and delete powers that should be reviewed carefully before installation.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Support these mnemospark-lite operations: - upload a file and mint its share URL - list uploads ... - mint a 24-hour share URL ... - delete one or more uploads
The skill gives the agent direct workflows for paid uploads, share-link creation, and deletion, but the visible instructions do not define confirmation, cost, file-scope, or bulk-delete guardrails.
if you use the Python x402 client path, install the EVM extras, not only the base package: `pip install 'x402[evm]'`
The optional dependency install is relevant to the x402 payment workflow, but it is unpinned and relies on external package provenance.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
a funded x402-capable payer or existing mnemospark-compatible wallet ... wallet key usually exists at `/home/ubuntu/.openclaw/mnemospark/wallet/wallet.key` ... `Authorization: Bearer <token>`
The skill instructs use of wallet/payment credentials and bearer tokens. That is purpose-aligned for paid storage, but it is high-impact authority and the visible artifacts do not clearly bound approval, spending, or credential handling.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
generate shareable links that can be passed to another agent or a human ... Files are retained for 30 days and then automatically deleted
The skill clearly discloses external cloud retention and shareable links. This is aligned with the storage purpose, but users should understand that uploaded content can cross agent/human boundaries.
