← all publishers

latchagent

@latchagent source repo

22 published skills

  1. Clawcard · latchagent
    Email, SMS, virtual cards, browser checkout, file storage, credential vault, and ~300 paid API capabilities for autonomous agents. Run clawcard agent commands to interact with your resources. Use the clawcard-browser MCP server for web navigation and checkout.
    0
    installs
  2. Enclave Pr Annotator · latchagent
    GitHub PR attestation comment service for Latch Enclave. Posts session receipts as Markdown comments on GitHub PRs via the REST API. Use when working on PR annotations, attestation comments, or GitHub integration for session receipts.
    0
    installs
  3. Enclave Egress Filter · latchagent
    Domain-based egress filtering for the Latch Enclave proxy. Matches outbound requests to registered services, enforces data tier access, injects credentials into headers, scans for credential leaks, and enforces path/method scoping with glob patterns. Use when working on proxy request evaluation, network policy enforcement, or fine-grained service access control.
    0
    installs
  4. Adding Service Modules · latchagent
    Creates business logic and background service modules in the Electron main process. Covers the service class pattern, dependency injection, lifecycle management, renderer event pushing, and co-located testing. Use when adding non-UI, non-store logic such as background workers, API servers, or processing engines.
    0
    installs
  5. Enclave Ingress Filter · latchagent
    Enclave Ingress Filter
    0
    installs
  6. Enclave Proxy Feedback · latchagent
    Enclave Proxy Feedback
    0
    installs
  7. Adding React Components · latchagent
    Creates React components for the Electron renderer process, including rail panels, modals, views, and Zustand store wiring. Covers component structure, state management patterns, CSS conventions, and registration. Use when adding new UI to the renderer.
    0
    installs
  8. Enclave Data Classifier · latchagent
    LLM-assisted data classification for the Latch Enclave proxy. Covers prompt building, response parsing, tier validation, and the DataClassifier class. Use when working on data classification, sensitivity tiers, content analysis, or LLM-driven data labeling in the enclave pipeline.
    0
    installs
  9. Enclave Sandbox Manager · latchagent
    Enclave Sandbox Manager
    0
    installs
  10. Enclave Skill Generator · latchagent
    Auto-generates agent skill files for enclave sessions. Creates the enclave meta-skill (explains enclave constraints) and per-service skills (explains capabilities and constraints for each service). Use when working on agent awareness, skill injection, or harness configuration.
    0
    installs
  11. Enclave Tls Interceptor · latchagent
    Enclave TLS Interceptor
    0
    installs
  12. Enclave Credential Manager · latchagent
    Credential lifecycle management for the Latch Enclave. Tracks expiry, validates credentials against upstream services, records usage metadata. Use when working on credential health checks, token rotation, or service authentication status.
    0
    installs
  13. Enclave Merkle · latchagent
    Binary Merkle tree utility with domain-separated hashing for the Latch Enclave attestation system. Provides O(log n) inclusion proofs and consistency proofs for tamper-evident audit logging. Use when working on Merkle roots, audit event proofs, log consistency verification, or attestation store Merkle integration.
    0
    installs
  14. Enclave Manager · latchagent
    Manages enclave sandbox lifecycle and environment configuration for Latch sessions. Builds proxy-routed environments with credential injection, detects sandbox backends (Docker/Seatbelt/bubblewrap). Use when working on session sandbox setup, environment configuration, or enclave security hardening.
    0
    installs
  15. Enclave Seatbelt · latchagent
    Enclave Seatbelt (macOS)
    0
    installs
  16. Enclave Token Map · latchagent
    Per-session tokenization engine with same-origin enforcement for the Latch Enclave. Replaces sensitive values with opaque tokens in proxy responses, and only resolves them when sent back to the originating service. Use when working on data tier enforcement, response redaction, or the token same-origin policy.
    0
    installs
  17. Enclave Bubblewrap · latchagent
    Enclave Bubblewrap (Linux)
    0
    installs
  18. Adding Ipc Handlers · latchagent
    Adds new IPC channels connecting Electron main process to renderer. Covers the 4-file dance (types, preload, main handler, renderer call) and push-event listeners. Use when adding new features that need renderer-to-main communication or main-to-renderer events.
    0
    installs
  19. Enclave Attestation · latchagent
    Audit logging and session attestation for the Latch Enclave. Covers hash-chained proxy audit events, Merkle tree proofs, session receipts, PR annotations, and tamper-evident logging. Use when working on audit trails, session receipts, compliance proofs, inclusion proofs, PR annotation, or the attestation engine.
    0
    installs
  20. Enclave Latch Proxy · latchagent
    Per-session HTTP proxy for the Latch Enclave. Gates outbound requests by domain/service, injects credentials, enforces path/method scoping, scans for credential leaks, logs all traffic for audit. Use when working on proxy lifecycle, network gating, leak prevention, or enclave session setup.
    0
    installs
  21. Running And Testing · latchagent
    Builds, runs, and tests the Latch Desktop Electron app. Covers dev mode, production builds, type checking, unit tests, linting, and native module gotchas. Use when you need to run, build, or verify the application.
    0
    installs
  22. Adding Sqlite Stores · latchagent
    Creates new SQLite-backed data stores in the main process. Covers the store class pattern (static open, _init, CRUD), idempotent migrations, JSON serialization, column whitelisting, and wiring into the app lifecycle. Use when adding persistence for a new data domain.
    0
    installs