hands-free
v0.3.0Route coding-agent questions and approvals to a phone call.
By Parcha AILicense: MIT61 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install hands-free for Codex and Claude Code
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add hands-free@unc-skillsPaste and run these commands in a terminal with Codex. They add and refresh the unc-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “hands-free” remain stable.
- Codex:
hands-free@agent-plugin-marketplace→hands-free@unc-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Parcha-ai/parcha-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is hands-free/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/hands-free/SKILL.md
Included Skills1
Phone-call bridge for coding agents — when the user is away from the keyboard, the agent calls them (as Unc). Use when the user says "activate hands free" / "deactivate hands free" (also hands-free, handsfree), asks to route questions or approvals to a phone call, or says they're stepping away but want the work to keep moving. Works on Claude Code, Codex, and pi.
Plugin manifests2
{
"name": "hands-free",
"version": "0.3.0",
"description": "Route coding-agent questions and approvals to a phone call.",
"author": {
"name": "Parcha AI",
"url": "https://github.com/miguelrios"
},
"homepage": "https://github.com/miguelrios/unc-skills/tree/main/hands-free",
"repository": "https://github.com/miguelrios/unc-skills/tree/main/hands-free",
"license": "MIT",
"keywords": [
"codex",
"phone",
"voice",
"vapi",
"skill"
],
"skills": "./skills/",
"interface": {
"displayName": "Hands Free",
"shortDescription": "Route Codex prompts to phone calls",
"longDescription": "Use Vapi phone calls to answer Codex approval and input prompts without typing in chat.",
"developerName": "Parcha AI",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/miguelrios/unc-skills/tree/main/hands-free",
"defaultPrompt": [
"activate hands free",
"deactivate hands free"
]
}
}{
"name": "hands-free",
"version": "0.3.0",
"description": "Route AI coding-assistant questions and approvals to a phone call through Vapi. Works with Claude Code, Codex, and pi.",
"author": {
"name": "Miguel Rios",
"url": "https://github.com/miguelrios"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hands-free on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hands-free)