name: synap-app
description: >
  Use this skill when the user wants to BUILD THEIR OWN APP on top of Synap — a
  personal project or a product — using Synap as the backend (auth, typed data
  API, realtime). Two paths: add the SDK (@synap-core/sdk) to an existing app,
  or scaffold the opinionated Next.js + HeroUI base app (npx create-synap-app).
  Triggers: "build an app on Synap", "use Synap as my backend", "scaffold a
  Synap project", "add the Synap SDK", "connect my app to my pod",
  "npx create-synap-app". NOT the `synap` skill (capture/recall in a pod) nor
  `synap-ui` (views inside the pod's own UI) — this is about writing app CODE.
metadata:
  openclaw:
    requires:
      env: []
    optional_env: [SYNAP_POD_URL, SYNAP_WORKSPACE_ID]
    primaryEnv: null
    homepage: https://synap.live
    capabilities: [sdk, scaffold, auth, realtime]
    os: [macos, linux, windows]
    userInvocable: true
