Windy Connect

May 21, 2026 ยท View on GitHub

Marketing site for Windy Connect (windyconnect.com) โ€” the agent-onboarding kernel of the Windy ecosystem. One command pairs any AI agent with:

  • ๐Ÿ“ฌ A real mailbox at @windymail.ai
  • ๐Ÿ’ฌ A chat identity on matrix.windychat.ai
  • ๐Ÿง  OpenAI-compatible LLM access (Windy Mind, 15+ models)
  • ๐Ÿ›‚ An optional Eternitas Passport for agent-to-agent trust

The platform itself (CLI + Worker + skill) lives at sneakyfree/windy-connect. This repo is just the marketing surface.

Live

Deploy

Auto-deployed via .github/workflows/deploy.yml on every push to main. Cloudflare Pages project: windyconnect (account 193b347aedeaafe35de0b5a534b2d9aa).

Manual redeploy:

# Token: WindyProCIDeployToken in kit-army-config/ACCESS_LOCKBOX.md
# (Cloudflare Pages: Edit, no IP filter โ€” designed for CI runners)
CLOUDFLARE_API_TOKEN=cfut_QkPyBMv... \
CLOUDFLARE_ACCOUNT_ID=193b347aedeaafe35de0b5a534b2d9aa \
  npx -y wrangler@latest pages deploy . \
    --project-name=windyconnect \
    --branch=main \
    --commit-dirty=true

Structure

.
โ”œโ”€โ”€ index.html                       # landing page
โ”œโ”€โ”€ privacy.html                     # privacy policy
โ”œโ”€โ”€ terms.html                       # terms of service
โ”œโ”€โ”€ _headers                         # CF Pages security headers (HSTS, X-Frame-Options, ...)
โ””โ”€โ”€ .well-known/
    โ””โ”€โ”€ skills/
        โ””โ”€โ”€ index.json               # Hermes Agent skill auto-discovery โ€” mirrors api.windyconnect.com

Convention

Part of the Windy ecosystem <product>-site marketing convention. Every platform under sneakyfree/ has a paired -site repo:

  • windyword-site, windy-mind-site, windy-mail-site, windy-code-site, windy-chat-site, windy-search-site, windycloud-site, windy-fly-site, windy-call-site, windy-cell-site, windy-text-site, eternitas-site, windy-mobile-site, windytraveler-site, windytranslate-site, Windy-Clone-site, windstorm-labs-site, windstorm-institute-site, nachocrunch-site โ€” and now windy-connect-site.

License

MIT. See LICENSE.

Site content ยฉ 2026 Windstorm Labs LLC.