mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-11 10:45:56 +00:00
Add eyeball plugin: document analysis with inline source screenshots
Eyeball generates Word documents where every factual claim includes a highlighted screenshot from the source material. Supports PDFs, Word docs, and web URLs. Designed for verifying AI-generated document analysis against the original source. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
22
plugins/eyeball/.github/plugin/plugin.json
vendored
Normal file
22
plugins/eyeball/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "eyeball",
|
||||
"description": "Document analysis with inline source screenshots. When you ask Copilot to analyze a document, Eyeball generates a Word doc where every factual claim includes a highlighted screenshot from the source material so you can verify it with your own eyes.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"document-analysis",
|
||||
"citation-verification",
|
||||
"screenshot",
|
||||
"contracts",
|
||||
"legal",
|
||||
"trust",
|
||||
"visual-verification"
|
||||
],
|
||||
"skills": [
|
||||
"./skills/eyeball/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user