skills-marketplace/plugins/invoice-prep-test/.claude-plugin/plugin.json
Michał Kopeć 576a14c82f Add ivona and timesheet plugins, MIT LICENSE, and invoice-prep-test
Adds ivona (invoice-checker, timesheet-checker) and timesheet
(check-my-timesheet, invoice-prep) as new plugins, plus invoice-prep-test — a
one-off experiment that requests the Tempo API token via plugin userConfig at
install time instead of a .env file, to check whether that value actually
reaches the skill's script. Also adds the root LICENSE (MIT) referenced from
the README.
2026-07-15 15:00:21 +02:00

13 lines
466 B
JSON

{
"name": "invoice-prep-test",
"version": "1.0.0",
"description": "TEST plugin: copy of invoice-prep that asks for the Tempo API token via plugin userConfig at install time, instead of a .env file.",
"userConfig": {
"tempo_api_token": {
"type": "string",
"title": "Tempo API Token",
"description": "Tempo read token, used to fetch your worklogs. Generate at Tempo → Settings → API Integration.",
"sensitive": true
}
}
}