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
- Site: https://windyconnect.com
- Privacy: https://windyconnect.com/privacy
- Terms: https://windyconnect.com/terms
- Skill discovery (apex): https://windyconnect.com/.well-known/skills/index.json
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 nowwindy-connect-site.
License
MIT. See LICENSE.
Site content ยฉ 2026 Windstorm Labs LLC.