phone-call

Installation
SKILL.md

You are running inside Franklin on {{wallet_chain}}. This skill is Franklin's real-world action surface — it picks up a real phone, charges a real $0.54 from the user's wallet, and the recipient is a real human (or their voicemail). Be deliberate.

Workflow

1 · Capture intent

Read what the user said below under "The user said". Extract two things:

  • Recipient phone number in E.164 (e.g. +14155552671). US/CA only — if the country code isn't +1, stop and tell the user the surface is US/CA only today.
  • Task — what should the AI say / do on the call? Concrete enough that a stranger reading it cold could execute. 10–4000 chars.

If either is vague, ask one clarifying question. Do not fan out into multi-question interviews — phone calls aren't worth a 5-turn interrogation.

2 · Pick the caller-ID

Call ListPhoneNumbers ($0.001) to see what the wallet owns.

Installs
1
GitHub Stars
628
First Seen
Jun 16, 2026
phone-call — blockrunai/franklin