candidate-availability-call

candidate-availability-call is a skill for Claude Code, Codex from CALLE-AI/awesome-phone-call-agents. It costs 31 tokens per session (1,476 once invoked), scanned A, original, MIT.

A recruiting phone-call skill that asks a candidate when they are available for an interview and records their time windows, timezone, constraints, and preferred follow-up method.

In plain words
What is it for?
Use it to collect two or three possible interview windows, clarify timezone details, record phone/SMS/email preferences, or leave a short voicemail requesting an approved reply.
Why use it?
It gathers scheduling information when a recruiter or coordinator cannot easily reach the candidate through a keyboard-based workflow, while leaving the final decision to a person.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to collect two or three possible interview windows, clarify timezone details, record phone/SMS/email preferences, or leave a short voicemail requesting an approved reply.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/calle-ai/awesome-phone-call-agents/candidate-availability-call
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CALLE-AI/awesome-phone-call-agents --skill candidate-availability-call
Clone the repo
git clone --depth 1 https://github.com/CALLE-AI/awesome-phone-call-agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for candidate-availability-call

README.md
[![agentmods](https://agentmods.dev/badge/skills/calle-ai/awesome-phone-call-agents/candidate-availability-call/github.svg)](https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/candidate-availability-call)
Your own site
<a href="https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/candidate-availability-call"><img src="https://agentmods.dev/badge/skills/calle-ai/awesome-phone-call-agents/candidate-availability-call/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for candidate-availability-call

Your own site · 80×15
<a href="https://agentmods.dev/skills/calle-ai/awesome-phone-call-agents/candidate-availability-call"><img src="https://agentmods.dev/badge/skills/calle-ai/awesome-phone-call-agents/candidate-availability-call.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,476 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.01476
Opus 5 $0.00015 $0.00738
Sonnet 5 $0.00006 $0.00295
Haiku 4.5 $0.00003 $0.00148

Measured 12d ago against content hash ac3a870a2458, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

candidate-availability-call scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/preview-candidate-call.mjs, scripts/validate-candidate-input.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/candidate-availability-call/SKILL.md · 164 lines

How it starts

The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Candidate Availability Call

Use this skill when a recruiter, hiring coordinator, founder, or talent team has explicit authority to place one disclosed phone call to a candidate for interview availability. The call asks for available time windows, confirms timezone and constraints, and records whether the candidate consents to follow-up through phone, SMS, or email.

This skill does not book, reschedule, cancel, or confirm an interview. It returns a structured availability result for a human coordinator to review before any calendar invite or ATS update is sent.

When To Use

Use this skill for:

  • confirming 2-3 candidate interview availability windows
  • clarifying candidate timezone and scheduling constraints
  • asking whether the candidate prefers phone, SMS, or email follow-up
  • leaving a short voicemail that asks the candidate to reply through an approved channel
  • creating an evidence-backed disposition for a recruiting coordinator

When Not To Use

Do not use this skill to:

  • screen the candidate or ask interview questions
  • discuss compensation, immigration, health, family status, disability, protected characteristics, or background-check topics
  • make employment promises or imply that an interview is already scheduled
  • call a candidate without authority from the recruiting team
  • call a private number that the user did not provide or authorize
  • place repeated retries, recurring calls, or hidden follow-ups
  • update calendars, ATS records, or CRM records without human review

Required Inputs

  • request_id: stable local request identifier
  • candidate_name: candidate name as provided by the recruiter
  • to_phone_e164: candidate phone number in E.164 format
  • role_label: role or interview label the candidate already knows
  • company_name: company or recruiting organization to disclose
  • coordinator_name: human coordinator responsible for the request
  • authorized_contact_reason: why this call is authorized
  • interview_duration_minutes: expected interview duration
  • allowed_windows: list of candidate-selectable windows the coordinator can support
  • timezone: IANA timezone to use when presenting windows
  • followup_channels: allowed follow-up channels, such as phone, sms, or email

Read the full file on GitHub · 164 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 164 lines · 31 tokens per session scan A ac3a870a2458

Subscribe to this mod's changes

candidate-availability-call is a skill published in the GitHub repository CALLE-AI/awesome-phone-call-agents (85 stars, last pushed yesterday), licensed MIT. It adds 31 tokens to every session and 1,476 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.