スキル一覧に戻る
vocalbridgeai

logs

by vocalbridgeai

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: logs description: View call logs for the Vocal Bridge voice agent. Can list recent calls or show details of a specific session including transcript. allowed-tools: Bash

View call logs for the voice agent.

First ensure CLI is installed:

pip install --upgrade vocal-bridge

List Recent Logs

If $ARGUMENTS is empty or contains options, list recent logs:

vb logs $ARGUMENTS

Common options:

  • -n 50 - Show 50 logs (default 20)
  • --status completed - Filter by status (completed/failed/abandoned/in_progress)
  • --json - Output as JSON

View Session Details

If $ARGUMENTS contains a UUID (session ID), show details:

vb logs <session_id>

This shows:

  • Session ID and status
  • Start/end time and duration
  • Message count
  • Caller phone and direction
  • Full transcript
  • Error message (if failed)
  • Recording availability (if available, use /vocal-bridge:download <session_id> to download)

Use --json flag for machine-readable output.

スコア

総合スコア

55/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です