Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
OpenClaw plugin that bridges to the Clawfinger voice gateway. Provides tools for live call takeover, TTS injection, outbound dialing, hangup, context/knowled...
OpenClaw plugin that bridges to the Clawfinger voice gateway. Provides tools for live call takeover, TTS injection, outbound dialing, hangup, context/knowled...
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
Requires: Trac-Systems/clawfinger β the local voice gateway and Android phone app. Install and run the gateway before using this plugin. OpenClaw plugin that gives agents full control over the Clawfinger local voice gateway and its active phone calls.
Call control: Dial outbound calls, hang up, inject spoken messages into live calls LLM takeover: Replace the gateway's local LLM with agent-driven responses in real time Context injection: Push knowledge into the LLM context so the phone assistant has facts you provide Instruction management: Set system prompts at global, session, or one-shot turn scope Call policy: Read and update greetings, auto-answer, caller filtering, max duration Observation: Query session state, conversation history, and gateway health
Gateway: A running Clawfinger voice gateway (app.py on 127.0.0.1:8996) Node: @sinclair/typebox (install via npm install in plugin directory) Phone: Android phone with the PhoneBridge app, connected via ADB reverse port forwarding
In ~/.openclaw/openclaw.json: { "plugins": { "load": { "paths": ["/path/to/gateway/openclaw/clawfinger"] }, "entries": { "clawfinger": { "enabled": true, "config": { "gatewayUrl": "http://127.0.0.1:8996", "bearerToken": "localdev" } } } } }
ToolDescriptionclawfinger_statusGateway health, active sessions, bridge statusclawfinger_sessionsList active call session IDsclawfinger_call_stateFull call state: history, instructions, takeover statusclawfinger_dialDial outbound call via ADBclawfinger_hangupForce hang up active call and end sessionclawfinger_injectInject TTS message into a live callclawfinger_takeoverTake over LLM control for a sessionclawfinger_turn_waitWait for the next caller turn during takeover (returns transcript + request_id)clawfinger_turn_replySend your reply text for a takeover turn (requires request_id)clawfinger_releaseRelease LLM control back to local LLMclawfinger_context_setInject knowledge into session LLM contextclawfinger_context_clearClear injected knowledgeclawfinger_instructions_setSet LLM system instructions (global/session/turn)clawfinger_call_config_getRead call policy settingsclawfinger_call_config_setUpdate call policy settings
/clawfinger status, /clawfinger dial <number>, /clawfinger hangup, /clawfinger inject <text>, /clawfinger takeover <sid>, /clawfinger release <sid>, /clawfinger end <sid>, /clawfinger context get|set|clear <sid>, /clawfinger config call|tts|llm, /clawfinger instructions <text>.
agent-takeover: Full takeover lifecycle guide with timing model and test case voice-gateway: Gateway installation, API reference, and operations
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.