-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
118 lines (118 loc) · 4.25 KB
/
Copy pathindex.json
File metadata and controls
118 lines (118 loc) · 4.25 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[
{
"id": "de.shipbit.clippy.proactive-wasm",
"name": {
"de": "Proaktiver Modus (WASM)",
"en": "Proactive Mode (WASM)"
},
"description": {
"de": "Meldet sich bei Fehlermeldungen in der Zwischenablage — als sandboxed WASM-Plugin, ohne externe Abhängigkeit. Über den Aktiviert-Schalter an/aus.",
"en": "Speaks up on clipboard error messages — as a sandboxed WASM plugin, no external dependency. Toggle it with the Enabled switch."
},
"author": "shipbit",
"homepage": "https://github.com/ShipBit/clippy-plugins",
"version": "0.1.0",
"runtime": "wasm",
"permissions": [
"clipboard.read",
"ui.bubble"
],
"minHostApi": "^1.0",
"downloadUrl": "https://raw.githubusercontent.com/ShipBit/clippy-plugins/main/dist/de.shipbit.clippy.proactive-wasm-0.1.0.zip",
"sizeBytes": 48409,
"sha256": "54044cc8175f0867c8b6a0fd838440e5d427218115aeb87889ea6b7d7920fa52",
"tags": [
"proaktiv",
"produktivität"
],
"recommended": true
},
{
"id": "de.shipbit.clippy.read-aloud",
"name": {
"de": "Vorlesen (Hotkey)",
"en": "Read aloud (hotkey)"
},
"description": {
"de": "Liest auf Hotkey (Alt+Shift+R) den Text aus der Zwischenablage vor. Demo für Hotkey-Trigger + TTS (das erste Vorlesen richtet die Sprachausgabe ein und kann dauern).",
"en": "Reads the clipboard text aloud on a hotkey (Alt+Shift+R). Demo of the hotkey trigger + TTS (first run sets up speech and can take a while)."
},
"author": "shipbit",
"homepage": "https://github.com/ShipBit/clippy-plugins",
"version": "0.1.0",
"runtime": "sidecar",
"permissions": [
"clipboard.read",
"tts"
],
"minHostApi": "^1.0",
"downloadUrl": "https://raw.githubusercontent.com/ShipBit/clippy-plugins/main/dist/de.shipbit.clippy.read-aloud-0.1.0.zip",
"sizeBytes": 1511,
"sha256": "44fd599d2cad7f46dd8643f2058581dcad8984c89570ac541605b86cfc8c7edd",
"tags": [
"vorlesen",
"barrierefreiheit",
"demo"
],
"recommended": false
},
{
"id": "de.shipbit.clippy.reminder",
"name": {
"de": "Erinnerung (Demo)",
"en": "Reminder (demo)"
},
"description": {
"de": "Beispiel für den Interval-Trigger: meldet sich periodisch mit einer Blase. Intervall in den Einstellungen änderbar (wirkt sofort).",
"en": "Example of the interval trigger: pops up periodically with a bubble. Interval configurable in settings (takes effect live)."
},
"author": "shipbit",
"homepage": "https://github.com/ShipBit/clippy-plugins",
"version": "0.1.0",
"runtime": "sidecar",
"permissions": [
"ui.bubble"
],
"minHostApi": "^1.0",
"downloadUrl": "https://raw.githubusercontent.com/ShipBit/clippy-plugins/main/dist/de.shipbit.clippy.reminder-0.1.0.zip",
"sizeBytes": 1249,
"sha256": "09340f34bb11728623f0ee2d7aed2630e8de3691bec1e6c03a001943ee3da418",
"tags": [
"demo",
"erinnerung"
],
"recommended": false
},
{
"id": "de.shipbit.clippy.journal-cam",
"name": {
"de": "Visuelles Tagebuch",
"en": "Visual Journal"
},
"description": {
"de": "Macht periodisch einen Screenshot des Monitors unter der Maus, lässt die lokale KI beschreiben, woran du gerade arbeitest, und hängt das als Tagebuch-Eintrag an eine Markdown-Datei an (eine pro Tag). Braucht ein multimodales Modell. Alles bleibt lokal.",
"en": "Periodically captures the monitor under the cursor, asks the local AI what you are working on, and appends it as a journal entry to a Markdown file (one per day). Requires a multimodal model. Everything stays local."
},
"author": "shipbit",
"homepage": "https://github.com/ShipBit/clippy-plugins",
"icon": "📔",
"version": "0.1.0",
"runtime": "sidecar",
"permissions": [
"vision",
"llm.chat",
"ui.bubble",
"storage"
],
"minHostApi": "^1.0",
"downloadUrl": "https://raw.githubusercontent.com/ShipBit/clippy-plugins/main/dist/de.shipbit.clippy.journal-cam-0.1.0.zip",
"sizeBytes": 3426,
"sha256": "af1912664a8e43e371d1ba42975a45be746b3e87bea8cd44a1c55df70b4f5a26",
"tags": [
"tagebuch",
"vision",
"produktivität"
],
"recommended": false
}
]