| name | inkbox-call-review |
| description | Use when the user asks to review recent Inkbox calls, inspect missed calls, fetch call transcripts, summarize a past call, or prepare follow-up work based on call history. |
Inkbox call review
Use this skill when the user asks about previous Inkbox phone calls, missed calls, transcripts, or post-call summaries.
Required tools
inkbox_list_calls — recent inbound + outbound calls, newest first
inkbox_list_call_transcripts — transcript segments for a call
Both are enabled by default. If either is missing, run inkbox_doctor to see the enabled/disabled tool list.
Workflow
- Find calls. Call
inkbox_list_calls with a limit matching the requested window. Each call has id, direction, remotePhoneNumber, status, and timing fields.
- Fetch transcripts. For any call worth summarizing, call
inkbox_list_call_transcripts with the call's id as callId. Segments are ordered by seq; remote is the outside caller/callee and local is the agent side.
- Summarize carefully. Transcripts are speech-to-text output, not exact quotes. Hedge appropriately unless the user asks for exact transcript text.
- Prepare follow-ups. If the user asks for a follow-up email/SMS/note after a past call, use the transcript and then the appropriate Inkbox tool. Outbound sends prompt for approval through opencode's permission system by default.
Caveats
- Very short or dropped calls may have no transcript segments.
- Contact-rule-blocked calls may be hidden from identity-scoped API keys.