-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
38 lines (38 loc) · 1008 Bytes
/
plugin.json
File metadata and controls
38 lines (38 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"$schema": "https://open-plugins.com/schema/plugin.json",
"name": "kamy",
"displayName": "Kamy — PDF Generation",
"version": "1.0.0",
"description": "Generate beautiful, production-ready PDFs (invoices, receipts, contracts, reports) from your AI coding agent. Wraps the Kamy PDF API and exposes a skill, rules, an agent, and an MCP server so any Open-Plugins-compatible tool can spin up a PDF pipeline in seconds.",
"homepage": "https://kamy.dev",
"repository": "https://github.com/Kamy-Development/kamy-plugin",
"license": "MIT",
"author": {
"name": "Kamy",
"url": "https://kamy.dev"
},
"keywords": [
"pdf",
"pdf-generation",
"invoices",
"receipts",
"contracts",
"reports",
"html-to-pdf",
"handlebars",
"templates",
"documents"
],
"components": {
"skills": [
"skills/kamy"
],
"rules": [
"rules/kamy-sdk.mdc"
],
"agents": [
"agents/pdf-template-author.md"
],
"mcp": ".mcp.json"
}
}