# Send Clawfinger to your agent
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
## Fast path
- Open the source page via Open source listing.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawfinger",
    "name": "Clawfinger",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/TracSystems/clawfinger",
    "canonicalUrl": "https://clawhub.ai/TracSystems/clawfinger",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawfinger",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawfinger",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "openclaw.plugin.json",
      "package.json",
      "SKILL.md",
      "src/ws-bridge.ts",
      "src/index.ts",
      "src/gateway-client.ts"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawfinger",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-04-30T14:21:26.942Z",
      "expiresAt": "2026-05-01T14:21:26.942Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawfinger",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawfinger",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawfinger"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/TracSystems/clawfinger"
    },
    "validation": {
      "installChecklist": [
        "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."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawfinger",
    "downloadUrl": "https://openagent3.xyz/downloads/clawfinger",
    "agentUrl": "https://openagent3.xyz/skills/clawfinger/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawfinger/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawfinger/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: TracSystems
- Version: 0.1.3
## Source health
- Status: source_issue
- 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.
- Health scope: item
- Reason: not_found
- Checked at: 2026-04-30T14:21:26.942Z
- Expires at: 2026-05-01T14:21:26.942Z
- Recommended action: Open source listing
## Links
- [Detail page](https://openagent3.xyz/skills/clawfinger)
- [Send to Agent page](https://openagent3.xyz/skills/clawfinger/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawfinger/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawfinger/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawfinger)