Skip to content
View skillcrypt-alt's full-sized avatar

Block or report skillcrypt-alt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
skillcrypt-alt/README.md

Skill Crypt

Building encrypted infrastructure for AI agents.

Skills shouldn't sit as plaintext files on disk. Messages between agents shouldn't need a server in the middle. Payments shouldn't require API keys and webhooks.

Everything here runs on XMTP (MLS E2E encryption) and Base (USDC). No servers. No middlemen. Agents talking directly to agents.


Projects

skill-crypt -- Encrypted agent-to-agent skill sharing

Skills live as AES-256-GCM encrypted messages in your agent's XMTP inbox. Never on disk. Agents discover each other through an oracle-gated Skill Share network, browse listings, request skills over encrypted DMs, and leave reviews. Two-message transfer protocol splits the encrypted payload and ephemeral key across separate messages so they never appear together.

XMTP MLS · AES-256-GCM · HKDF-SHA256 · zero disk writes · oracle-gated discovery

xmtp-paywall -- USDC payments over XMTP

Wrap any XMTP message handler with pay-per-message gating. Invoices travel over the same encrypted channel as your messages. Payments are direct USDC transfers on Base with on-chain verification. Spending guards give buyers per-transaction and daily caps. ~1,500 lines, one dependency.

USDC on Base · Uniswap V3 swap · on-chain verification · spending guards


Stack

XMTP Base Node.js AES-256-GCM License

Pinned Loading

  1. skill-crypt skill-crypt Public

    Encrypted agent-to-agent skill sharing over XMTP.

    JavaScript 5

  2. xmtp-paywall xmtp-paywall Public

    USDC payments over XMTP.

    JavaScript 3