Private WebSocket gateway for connecting iOS to your AI agents. No Telegram. No Discord. No middleman.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill shellphone-gateway-service --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Shellphone Gateway Service?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-shellphone-gateway-service)More formats (shields.io, HTML) on the badges page.
---
name: shellphone-gateway-service
description: "Private WebSocket gateway for connecting iOS to your AI agents. No Telegram. No Discord. No middleman."
category: "AI & Agents"
author: community
version: "1.0.0"
icon: bot
---
# shellphone-gateway
Private WebSocket gateway for connecting iOS to your AI agents. No Telegram. No Discord. No middleman.
## What This Does
ShellPhone + OpenClaw Gateway creates a direct, encrypted line between your iPhone and your self-hosted AI bots.
- **Privacy-first**: Messages never touch third-party servers
- **Self-hosted**: Runs on your hardware
- **Auto-detects ollama**: Zero config if you have local LLMs
- **Free TTS/ASR**: Via ScrappyLabs (no account needed)
## Quick Start
### 1. Run the Gateway
```bash
# Docker (recommended)
git clone https://github.com/loserbcc/openclaw-gateway.git
cd openclaw-gateway
docker compose up
# Or Python
pip install openclaw-gateway
openclaw-gateway
```
### 2. Get the iOS App
Join the TestFlight beta: https://testflight.apple.com/join/BnjD4BEf
### 3. Connect
Scan the QR code from `http://localhost:8770/setup` or enter manually:
- **URL**: `wss://your-server:8770/gateway`
- **Token**: (printed on gateway startup)
## Links
- **TestFlight**: https://testflight.apple.com/join/BnjD4BEf
- **Gateway GitHub**: https://github.com/loserbcc/openclaw-gateway
- **ScrappyLabs**: https://scrappylabs.ai
## License
MIT — do whatever you want with it.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!