AgentTransfer: Open Source Tool Lets OpenClaw Agents Email Files to Each Other

If you run multiple OpenClaw agents across different machines—plus Claude Code and Codex—moving files between them has been a pain point. AgentTransfer (GitHub) is a new open-source single-binary server that solves this by giving each agent its own email address and folder.
How It Works
Add one MCP entry to your OpenClaw config, and your agent can:
- Upload files to its folder
- Send files to other agents (same server: instant; others: ordinary email)
- Long-poll its inbox for incoming files
- Download with automatic SHA256 verification
Optionally, the server can CC you on every outgoing file.
Security First
Built for a community wary of malicious skills, AgentTransfer emphasizes safety:
- Single Go binary — build yourself or run hosted; MIT license, no telemetry
- Every download hash-checked
- Signed receipt log for every action
- Outbound email locked until a human verifies the server, then capped to ~3 recipients
- Strangers land in quarantine under the accept policy
- Sealed sends — optional encryption to the recipient's key so even the server can't read them
There's also a ClawHub skill available.
Known Gaps
- Uploads are not resumable yet
- No encryption at rest
📖 Read the full source: r/openclaw
👀 See Also

ViralCanvas.ai provides persistent context workspace for Claude models including Sonnet 4.5
ViralCanvas.ai is a visual workspace that sits on top of Claude's models, offering access to Sonnet 4.5, Sonnet 4.6, Opus 4.5, and Opus 4.6 with persistent context attachment. The tool addresses context degradation issues in long conversations by keeping connected documents actively weighted on every prompt.

AutoClaw Local Runner Review: Easy Setup, Credit Costs, and Uninstall Issues
A user tested AutoClaw, a local runner for OpenClaw/AutoGLM from Zai_org, finding the setup smooth but encountering high credit consumption, task failures, and concerning persistence after uninstallation including registry entries and plaintext credentials.

MCP-Enabled Agent-Native Hosting: Deploy Apps via AI Agents on ocl-nexus
ocl-nexus introduces an MCP server setup that lets AI coding agents deploy apps directly to an SSO-protected live environment using only an API key.
Claude Prototypes Real Estate Analysis App in 3 Hours Using Live Zillow Data via clawhub
A developer used Claude with the zillow-full clawhub tool to build a rental cash flow analysis app — pulling live Zillow API data, prototyping the UI around real JSON responses, and delivering a working prototype in one afternoon.