anypdf
v0.7.21Secure agent-native PDF form filling, one-shot intake, and Tell-Jacky feedback.
By Jacky ZhangLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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 anypdf for Codex and Claude Code
codex plugin marketplace add jackyzhang69/plugins
codex plugin marketplace upgrade jacky-plugins
codex plugin add anypdf@jacky-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the jacky-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “anypdf” remain stable.
- Codex:
anypdf@agent-plugin-marketplace→anypdf@jacky-plugins
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/jackyzhang69/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/anypdf/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/anypdf/SKILL.md
Included Skills1
READ THIS FIRST for AnyPDF. Fill a registered PDF form, request a missing form two ways (Tell Jacky text, or direct form request with an official blank PDF), connect / login --token-stdin. Answer from the live CLI, never from memory of an older release or a frozen form list. One discovery file; playbooks in references/. Ask `anypdf commands --json`.
Plugin manifests2
{
"name": "anypdf",
"version": "0.7.21",
"min_supported_version": "0.1.0",
"description": "Secure agent-native PDF form filling, one-shot intake, and Tell-Jacky feedback.",
"author": {
"name": "Jacky Zhang",
"url": "https://jackyzhang.app"
},
"repository": "https://github.com/jackyzhang69/plugins",
"license": "MIT",
"keywords": [
"pdf",
"forms",
"anypdf",
"tell-jacky"
],
"skills": "./skills/",
"interface": {
"displayName": "AnyPDF",
"shortDescription": "Fill official PDF forms through the AnyPDF CLI.",
"longDescription": "Use the bundled AnyPDF CLI (anypdf router skill) to fill registered PDF forms, ask for a missing form two ways (Tell Jacky text, or a direct form request with an official blank PDF), and send Jacky a note. Answer from the live CLI, never a remembered form list. macOS Apple Silicon and Windows x64.",
"developerName": "Jacky Zhang",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://jackyzhang.app",
"defaultPrompt": [
"What can AnyPDF do?",
"Fill IMM5257 with this data.",
"Submit this official blank PDF as a new form request.",
"Tell Jacky to support this missing form.",
"Tell Jacky about an AnyPDF bug or feature idea."
]
}
}{
"name": "anypdf",
"version": "0.7.21",
"description": "Secure agent-native PDF form filling, one-shot intake, and Tell-Jacky feedback. Load the anypdf router; ask the live CLI, never a frozen form list.",
"author": {
"name": "Jacky Zhang"
}
}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.
[anypdf on Agent Plugins Marketplace](https://pluginsmp.com/plugins/anypdf)