Best for
- A deterministic local rule has classified an action as extreme and blocked
- The recipient is the current project owner and has recorded consent for a
- The user needs an immediate, narrowly scoped escalation while the owner is
CALLE-AI/awesome-phone-call-agents/skills/dollar-consent-first-callback/SKILL.md
Place one consent-first CALL-E callback after a local safety gate has already blocked an extreme-risk developer action, so a known project owner can say stop or request normal review without granting the agent destructive permission.
Decision brief
Use this skill only after a local safety gate has already blocked an extreme-risk developer action and a known project owner has explicitly opted in to receive this type of callback.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/CALLE-AI/awesome-phone-call-agents --skill "skills/dollar-consent-first-callback"Inspect the Agent Skill "dollar-consent-first-callback" from https://github.com/CALLE-AI/awesome-phone-call-agents/blob/a34d6b803ee2f1b80446056dcef38911882726e5/skills/dollar-consent-first-callback/SKILL.md at commit a34d6b803ee2f1b80446056dcef38911882726e5. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
1. Validate the event, current owner relationship, E.164 number, consent, redacted workspace label, and idempotency key locally. 2. Build a preview with a masked number and the exact spoken task. Previewing must make no network request. 3. Show the preview and explain that a rea…
Use deployment-approval-call when a spoken, code-verified answer is intended to approve one precisely described irreversible operation.
A deterministic local rule has classified an action as extreme and blocked
The action has not been blocked locally, or its risk depends only on a model's
Require all fields before creating a live call. Documentation examples must use reserved fictional numbers.
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 98/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 66 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Use this skill only after a local safety gate has already blocked an
extreme-risk developer action and a known project owner has explicitly opted
in to receive this type of callback.
This is an incident-escalation pattern, not a remote approval mechanism. The
call may return stop, approve_after_review, or unknown.
approve_after_review means only that the normal local review flow may begin;
it does not unblock, rewrite, or execute the blocked action.
Use deployment-approval-call when a spoken,
code-verified answer is intended to approve one precisely described
irreversible operation.
Use this skill when the destructive operation is already blocked and the call must not approve it. The owner can stop the workflow or ask to review it later, but the agent remains blocked until the ordinary local approval controls are completed separately.
extreme and blocked
it before execution.Require all fields before creating a live call. Documentation examples must use reserved fictional numbers.
{
"requestId": "unique-per-escalation",
"eventKind": "blocked_destructive_action",
"riskLevel": "extreme",
"workspaceLabel": "safe project label only",
"actionSummary": "short redacted description",
"recipient": {
"phone": "+15550102020",
"relationship": "consenting project owner",
"consentRecordedAt": "2026-01-01T00:00:00Z"
},
"secretValues": []
}
Reject the request if riskLevel is not extreme, eventKind differs, the
phone number is not E.164, consent is missing, secretValues is not empty, or
the idempotency key is absent or already used.
CALL_OWNER_ONCE for
this exact preview. Similar wording does not count.The call should identify the verified caller, say that a developer action was blocked before execution, read only the redacted workspace and action summary, and ask the owner to choose one of these meanings:
stop: keep the workflow stopped.approve_after_review: open the ordinary local review flow later; do not
execute or approve the blocked action now.unknown.Do not include source code, file contents, credentials, personal data, payment data, protected health data, absolute home-directory paths, or complete agent transcripts.
{
"requestId": "unique-per-escalation",
"callId": "provider-call-id",
"decision": "stop | approve_after_review | unknown",
"actionRemainsBlocked": true
}
actionRemainsBlocked must always be true. If the provider returns malformed
output, times out, reaches voicemail, reaches the wrong person, or has an
unknown state, record unknown and keep the action blocked.
Read references/safety-checklist.md before
allowing a real call.
After a preview, report status: previewed, the masked number, the exact task,
and that no network request was made.
After a live attempt, report the request ID, call ID, masked number, constrained
decision, provider status, cancellation status when relevant, and
actionRemainsBlocked: true. Never claim that the destructive action was
approved or executed.
Frequently asked questions
Use this skill only after a local safety gate has already blocked an extreme-risk developer action and a known project owner has explicitly opted in to receive this type of callback.
The source record exposes this install command: npx skills add https://github.com/CALLE-AI/awesome-phone-call-agents --skill "skills/dollar-consent-first-callback". Inspect the command and pinned source before running it.
Alternatives
vasilyu1983/AI-Agents-public
Guides iOS testing with XCTest, XCUITest, Swift Testing, simctl, and xcresult. Use when choosing destinations, controlling flakes, or parsing test artifacts for native apps.
garrytan/gbrain
Generate a publication-quality PDF from any brain page via the gstack make-pdf binary. Strips YAML frontmatter, sanitizes emoji, applies running headers and page numbers. Brain page is always the source of truth; PDF is a rendering.
NVIDIA/skills
How to swap the DeepStream CV detection model in the VSS Alerts Blueprint verification (2d_cv) mode - covers ONNX export, custom bbox parsers, compose mount gotchas, nvinfer config, runtime TRT engine build, deployment, and a segmentation-capable model addendum handoff.
vasilyu1983/AI-Agents-public
Scans public GitHub repos for agent skills, dev practices, and code patterns. Use when enriching skills, setting team policy, or researching a build domain.