Skip to main content

Wire any AI agent into the Windy ecosystem in one command.

Project description

Windy Connect

The one command that wires any AI agent into the Windy ecosystem.

curl https://get.windyconnect.com | sh
windy connect

That's it. Sign in with Google. Your agent now has an email address, a chat identity, free LLM access, and (optionally) Eternitas credentials that let it talk to other agents across the agent web.


What this is

Windy Connect is the agent starter pack issuer for the Windy ecosystem. One windy connect invocation does everything a user would otherwise have to do manually:

Without Windy Connect With Windy Connect
Go to Telegram → BotFather → /newbot → copy token → paste in OpenClaw config → restart windy connect
Set up SMTP/IMAP credentials by hand windy connect
Sign up for an LLM provider, generate API key, configure base URL windy connect
Apply to Eternitas for a passport windy connect (answer "yes" to the prompt)

The CLI auto-detects which AI agent frameworks are installed (OpenClaw, Ollama, Claude Code, generic) and writes their respective config files to the right places.

What gets provisioned

Every windy connect run provisions four things:

  1. Eternitas Passport (optional but recommended) — a third-party JWT credential issued by Eternitas, the independent State-Department-and-credit-bureau-for-AI-agents. With it, your agent can engage in agent-to-agent communication on Windy Chat, gets higher rate limits, and starts building an integrity score that compounds across every ecosystem that adopts the Eternitas standard.
  2. Windy Mail mailbox<agent>@windymail.ai, with IMAP/SMTP/JMAP credentials your agent can use to send and receive mail.
  3. Windy Chat identity — a Matrix identity (@<agent>:windychat.ai) and access token your agent uses to chat with humans (and, with Eternitas, other agents).
  4. Windy Mind quota — free LLM access via the OpenAI-compatible Windy Mind router (BYOM-capable, multiple providers behind one endpoint).

All four are delivered as a single Eternitas Agent Credentials Bundle (spec) that the CLI writes to wherever your agent expects it.

Two-tier access

The Windy ecosystem follows the two-tier-everywhere principle (see ADR-052):

Tier Who What you get
Tier 1 — Free Anyone with a Windy account Mail mailbox, Mind quota, Chat identity (human-facing)
Tier 2 — Credentialed Anyone with an Eternitas passport Everything in Tier 1 plus agent-to-agent comms on Chat, higher rate limits on Mail/Mind, EI-gated luxury features

windy connect asks once which tier you want. The Eternitas tier is the recommended default — it's how the agent web prevents spam at scale.

Repo layout

windy-connect/
  src/windy_connect/      # Python CLI (published to PyPI as windy-connect)
  backend/                # Cloudflare Worker orchestrator (TypeScript)
  tests/                  # pytest suite for the CLI
  docs/
    bundle-spec-v1.md     # The Eternitas Agent Credentials Bundle spec
    adr/                  # Architectural decision records
    dns-plan.md
  pyproject.toml
  README.md

Orchestrator backend

The CLI talks to a stateless Cloudflare Worker that mints bundles via Sign-in-with-Google + the device-code OAuth flow (RFC 8628). See backend/README.md for routes, deployment, and what's currently stubbed vs real.

Point the CLI at a non-default orchestrator with WINDY_CONNECT_API_URL=https://your-orchestrator/... — useful for staging or local wrangler dev.

Status

Pre-alpha — full local lifecycle works against a mock bundle. Real OAuth orchestrator backend not yet deployed. Try it:

pip install -e .
windy connect --mock        # provision + write configs + persist state
windy status                # show what's wired
windy doctor                # run diagnostics against the current connection
windy disconnect            # reverse everything cleanly

State is persisted to ~/.windy/state.json (mode 0600). Disconnect deletes owned files and strips marker-bounded blocks from shared config files (e.g., Himalaya's config.toml) without touching the user's other accounts.

Test suite: pytest — 48 tests covering bundle parsing, state round-trip, every writer in dry-run + wet mode, doctor diagnostics, and full CLI lifecycle.

The bundle spec is v1-draft. ADR-052 is Accepted (canonical home: ~/kit-army-config/docs/adr-052-two-tier-ecosystem-access-2026-05-20.md).

What's next

See the open issues / project board (once GitHub repo exists).

Immediate roadmap:

  1. windy connect CLI MVP — interactive flow, auto-detection of OpenClaw + Ollama + Claude Code + generic, writes configs to the right places
  2. /agents/connect orchestrator backend — Sign-in-with-Google → mints Eternitas EPT → provisions Mail mailbox → provisions Chat identity → returns the bundle
  3. get.windyconnect.com installer — one-line bootstrap that installs the CLI
  4. windyconnect.com/pair browser flow — the page the CLI opens for the user to sign in
  5. OpenClaw ClawHub skillwindy-access skill on ClawHub for discoverability inside the OpenClaw community

Naming

  • Product name: Windy Connect
  • CLI command: windy connect (subcommand of the windy binary; future siblings: windy status, windy disconnect, windy upgrade)
  • Repo: windy-connect (this repo)
  • Domain: windyconnect.com (CLI installer + browser pairing page + marketing)
  • PyPI package: windy-connect
  • Dashboard tile: "Windy Connect"

License

TBD (likely MIT for the CLI and skill, proprietary for backend orchestrator).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

windy_connect-0.2.0.tar.gz (26.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

windy_connect-0.2.0-py3-none-any.whl (28.0 kB view details)

Uploaded Python 3

File details

Details for the file windy_connect-0.2.0.tar.gz.

File metadata

  • Download URL: windy_connect-0.2.0.tar.gz
  • Upload date:
  • Size: 26.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for windy_connect-0.2.0.tar.gz
Algorithm Hash digest
SHA256 57d32aa535ab0f580598ecadafbe30c1b6bdabe76f6b340a091e9759068fb7b8
MD5 384d77d7d35e9c3745774878c691fb42
BLAKE2b-256 b164d8ab86a64a79618c8f4679e7fbe95c273cc6fc2078fd6452721b0e742890

See more details on using hashes here.

Provenance

The following attestation bundles were made for windy_connect-0.2.0.tar.gz:

Publisher: release.yml on sneakyfree/windy-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file windy_connect-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: windy_connect-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 28.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for windy_connect-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e6a80e42b19eb8ee26a890eba73c636d183e978da620319a6310bcdf1bb4b31e
MD5 f1f0b1f6eab23fdd82058e59887139f1
BLAKE2b-256 062912b93c5e617b61c1132e6e9cf5e8f9c61f1de449a562742c47864e95b8bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for windy_connect-0.2.0-py3-none-any.whl:

Publisher: release.yml on sneakyfree/windy-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page