Reading Receipt

🌐Community
by kazukinagata · vlatest · Repository

This skill checks if messages have been read, providing confirmation and improving communication clarity in conversations.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add reading-receipt npx -- -y @trustedskills/reading-receipt
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "reading-receipt": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/reading-receipt"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, reading-receipt, provides a mechanism to track and confirm that an AI agent has processed or "read" specific documents or files. It allows you to verify completion of tasks involving document review, ensuring no information is missed. The skill focuses on providing confirmation rather than analysis of the content itself.

When to use it

  • Automated workflows: Confirming successful processing of invoices in an automated accounts payable system.
  • Compliance checks: Verifying that legal documents have been reviewed as part of a compliance process.
  • Training data ingestion: Ensuring all training materials are properly ingested into a machine learning pipeline.
  • Knowledge base updates: Tracking which articles or documents have been incorporated into an internal knowledge base.

Key capabilities

  • Document receipt confirmation
  • Task completion verification
  • File processing tracking

Example prompts

  • "Please read and confirm receipt of the attached contract."
  • "Mark as processed: invoice_2024-10-26.pdf"
  • "Verify that document 'policy_v3.docx' has been reviewed."

Tips & gotchas

The skill requires access to the files or documents you want it to track. Ensure the AI agent has the necessary permissions and file paths for accurate receipt confirmation.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
kazukinagata
Installs
0

🌐 Community

Passed automated security scans.