← 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

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

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

Package facts

Download mode
Manual review
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

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

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.

Upgrade existing

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.

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