receipt-loggerCreate tamper-proof, append-only, cryptographically signed logs of agent actions with exportable, verifiable JSON receipts.
Install via ClawdBot CLI:
clawdbot install jiuge897/receipt-loggerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 7, 2026
Banks and fintech apps must log all transactions and agent actions for audits. Receipt Logger provides tamper-proof, append-only logs to satisfy regulators like SEC or FINRA, with cryptographic proof that records haven't been altered.
Hospitals using AI agents to process patient records need an immutable audit trail for HIPAA compliance. The skill logs every data access or modification with a verifiable signature, ensuring patient data integrity and supporting incident investigations.
DeFi platforms can use Receipt Logger to record each automated transaction (e.g., trades, loans) executed by bots. The self-verifying chain of receipts provides cryptographic evidence for dispute resolution and regulatory reporting.
Manufacturers and logistics firms can log each step of a shipment (e.g., inspection, temperature check) with timestamps. Receipts become proof of custody, enabling customers to verify the chain of custody without relying on a single party.
Autonomous driving or drone delivery companies must log decisions like route changes or emergency stops. The skill provides an immutable record for post-incident analysis, liability attribution, and safety audits.
Offer a cloud service where companies send logs via API, and receipts are stored and verifiable. Charge per receipt or per agent per month, with tiered pricing based on volume and retention duration.
Bundle Receipt Logger with existing compliance management software (e.g., for HIPAA or SOC2). Charge a premium per user or per audit cycle, emphasizing the cryptographic proof reduces manual audit costs.
Keep the receipt-logger CLI open-source, but charge for a hosted verification API that validates receipts and provides tamper evidence reports. Also offer a paid export service for bulk auditing.
💬 Integration Tip
Install the CLI script in your agent's environment and call `receipt-logger log` after each action. Store receipts in the default `receipts/` directory, then export to your audit system as JSON.
Scored May 7, 2026
Structured reasoning through sequential thinking — break complex problems into steps, solve each independently, verify consistency, synthesize conclusions wi...
LLM-driven epistemic reasoning engine. Evaluates claims against evidence, outputs calibrated confidence and structured belief state (VERIFIED/CONTESTED/UNCER...
Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context duri...
Turn scattered local sources into a source-constrained evidence notebook for incident, release, and maintainer decisions.
三级记忆管理系统 (Three-Tier Memory Management)。用于管理 AI 代理的短期、中期、长期记忆。包括:(1) 滑动窗口式短期记忆,(2) 自动摘要生成中期记忆,(3) 向量检索长期记忆 (RAG)。当需要管理对话历史、优化上下文、构建个人知识库、或实现记忆持久化时使用此 Skill。
Store secrets, long-term memory, daily logs, and anything custom in your Convex backend instead of local files