← All skills
Tencent SkillHub Β· AI

Clawfinger

OpenClaw plugin that bridges to the Clawfinger voice gateway. Provides tools for live call takeover, TTS injection, outbound dialing, hangup, context/knowled...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

OpenClaw plugin that bridges to the Clawfinger voice gateway. Provides tools for live call takeover, TTS injection, outbound dialing, hangup, context/knowled...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
openclaw.plugin.json, package.json, SKILL.md, src/ws-bridge.ts, src/index.ts, src/gateway-client.ts

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Clawfinger β€” OpenClaw Voice Gateway Plugin

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.

What It Does

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

Dependencies

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

Configuration

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" } } } } }

Tools

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

Slash Commands

/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>.

Related Skills

agent-takeover: Full takeover lifecycle guide with timing model and test case voice-gateway: Gateway installation, API reference, and operations

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Config1 Docs
  • SKILL.md Primary doc
  • src/gateway-client.ts Scripts
  • src/index.ts Scripts
  • src/ws-bridge.ts Scripts
  • openclaw.plugin.json Config
  • package.json Config