keyhole
v0.4.0Manage the local directory grants behind your private ChatGPT app: read-only by default, explicit rw for version-checked, recoverable text edits.
By Jovi1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 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 keyhole for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add keyhole@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/L-Jovi/keyholeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── skills/keyhole/SKILL.md
Included Skills1
Open, close, resume and inspect the local folders shared with the user's private ChatGPT app through Keyhole (read-only by default, explicit rw for hash-checked, recoverable text edits). Use when the user asks to share or stop sharing a directory with ChatGPT, change ro/rw, check Keyhole status, or recover a change. Never manages grants on its own initiative.
Plugin manifests1
{
"name": "keyhole",
"version": "0.4.0",
"description": "Manage the local directory grants behind your private ChatGPT app: read-only by default, explicit rw for version-checked, recoverable text edits.",
"author": {
"name": "Jovi"
},
"interface": {
"displayName": "Keyhole",
"shortDescription": "Local folder grants for your private ChatGPT app.",
"longDescription": "Open, close, resume and inspect the local directories shared with your own ChatGPT app through OpenAI's Secure MCP Tunnel. New grants are read-only; explicit rw enables hash-checked, recoverable edits of UTF-8 text. No remote grants, no shell.",
"developerName": "Jovi",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": "Inspect Keyhole status or manage the directory grants the user explicitly asked for."
},
"skills": "./skills/"
}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.
[keyhole on Agent Plugins Marketplace](https://pluginsmp.com/plugins/keyhole)