quote-image-to-sheet
v0.1.0+codex.20260924162936长图转报价表,自动裁图、计算金额、填写日期并保存桌面. Includes 1 skill.
By Local developer0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 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 quote-image-to-sheet for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add quote-image-to-sheet@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/liantian753951-max/-Clone 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/quote-image-to-sheet/SKILL.md
Included Skills1
将物件需求长图快速整理为带制作图的 Google 报价表;一次识别后用固定程序裁图、填表和校验,天数留空,金额自动计算,识别截止日期。
Plugin manifests1
{
"name": "quote-image-to-sheet",
"version": "0.1.0+codex.20260924162936",
"description": "长图转报价表,自动裁图、计算金额、填写日期并保存桌面",
"author": {
"name": "Local developer"
},
"skills": "./skills/",
"interface": {
"displayName": "长图转报价表",
"shortDescription": "发一张长图,生成带制作图的报价表",
"longDescription": "在对话中识别需求长图和截止日期,生成带制作图的 Google 报价表。天数由用户填写,金额和总价自动计算,并保存 Excel 到桌面。",
"developerName": "Local developer",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"把长图整理成报价表,天数留空,金额自动计算;从附加截图识别截止日期,开始日期填生成当天。"
]
}
}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.
[quote-image-to-sheet on Agent Plugins Marketplace](https://pluginsmp.com/plugins/quote-image-to-sheet)