JSPM

postwall

1.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q38752F
  • License MIT

CLI for PostWall email security gateway - AI agent email with human approval

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (postwall) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    PostWall CLI

    A security layer between AI agents and email. Agents can only read emails that have been approved by a human, and can only send emails after human review.

    Installation

    npm install -g postwall

    Quick Start

    1. Get your API key from the PostWall Dashboard

    2. Authenticate:

    postwall auth pw_your_api_key_here
    1. Check for approved emails:
    postwall check

    Commands

    Command Description
    postwall auth <key> Authenticate with your API key
    postwall check Get count of unread approved emails
    postwall inbox List unread approved emails
    postwall read <id> Read a specific email (marks as read)
    postwall draft --to --subject --body Submit email draft for approval
    postwall status <id> Check draft status
    postwall drafts List all drafts

    All commands support --json flag for structured output.

    How It Works

    1. Inbound emails: Emails arrive in your Gmail → You approve them in PostWall dashboard → Agent can read them via CLI
    2. Outbound emails: Agent submits draft via CLI → You review in dashboard → Approve to send

    OpenClaw/ClawdBot Integration

    This CLI is designed to work as an OpenClaw skill. After installing via npm, link to your skills directory:

    npm install -g postwall
    ln -s $(npm root -g)/postwall ~/.openclaw/skills/postwall

    License

    MIT