OpenClaw Agent Gains Phone Call Capability Through Custom Skill

A developer has built a custom skill for self-hosted OpenClaw agents that enables phone call functionality, allowing the agent to reach users via actual phone calls when triggered by specific events.
How It Works
The skill lets users tell their OpenClaw agent "call me when X happens" and then receive a phone call when that condition is met. During the call, the agent maintains all its chat capabilities: users can ask it to search the web, set up alerts, or perform other tasks. The agent puts users on hold with music while working and returns with answers.
Setup and Implementation
The developer created a simplified alternative to OpenClaw's native phone call plugin, which requires setting up a Twilio account, API keys, and webhooks. This custom version requires only pasting one setup prompt to give the agent phone functionality.
Use Cases
- Morning briefings
- Price alerts
- Build completion notifications ("call me when my build finishes")
- Server monitoring ("call me if the server goes down")
Technical Details
The developer is based in Portugal and has tested the system with international calls, confirming it works without issues. The implementation allows for natural conversation flow where users can simply say "bye" to end the call.
📖 Read the full source: r/LocalLLaMA
👀 See Also
WCAGent: Open-Source AI Agent for Automated Accessibility QA
WCAGent is an autonomous AI agent that detects WCAG violations, assigns severity, generates reports, and raises GitHub issues automatically.

LLM Agent Builds Complete Godot 4 Dungeon Crawler Using Visual Feedback
A developer connected an LLM agent to Godot 4 using an MCP tool and gave it a single prompt to build a dungeon crawler FPS. The agent created a complete prototype with 3 rooms, lighting, combat, enemies, and progression by running the game, taking screenshots, and fixing visual issues.

Headless OpenClaw Setup with Discord via Docker Scripts
A GitHub repository provides scripts to run OpenClaw with Discord in a headless Docker container, avoiding the TUI/WebUI. It includes a management script with commands like claw init, start, and stop, plus preconfigured support for OpenAI Responses API, Chromium, and various tools.

Reddit user shares detailed prompt for exporting personal knowledge from AI assistants
A Reddit user has created a comprehensive prompt for extracting structured personal knowledge from AI assistants like Claude, addressing perceived limitations in Anthropic's ChatGPT import feature. The prompt generates three distinct JSON artifacts covering personal knowledge bases, intellectual frameworks, and knowledge graphs.