forked from tryfreeway/freeway-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINDEX.json
More file actions
149 lines (149 loc) · 4.05 KB
/
Copy pathINDEX.json
File metadata and controls
149 lines (149 loc) · 4.05 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"version": 2,
"updated_at": "2026-01-17T00:00:00Z",
"items": [
{
"featured": true,
"id": "jagan-gemini-formatter",
"name": "Jagan Gemini Formatter (Gemini)",
"version": 1,
"created_at": "2026-01-14T00:00:00Z",
"updated_at": "2026-01-14T00:00:00Z",
"categories": [
"Text Processing"
],
"author": {
"name": "Freeway Team",
"url": "https://tryfreeway.com"
},
"contributors": [
"tryfreeway"
],
"tags": [
"gemini",
"text-formatter"
],
"description": "Start speaking with \"I want to create...\" and your voice input will be processed and formatted using the Gemini API.\nInspired by Mr. Jagan request.",
"source_url": "https://github.com/tryfreeway/freeway-plugins/tree/main/plugins/jagan-gemini-formatter",
"compatibility": [],
"hooks": [
"before_paste"
]
},
{
"id": "openai-hey-freeway",
"name": "Hey Freeway (OpenAI)",
"version": 1,
"featured": true,
"created_at": "2026-01-17T00:00:00Z",
"updated_at": "2026-01-17T00:00:00Z",
"categories": [
"AI Assistant"
],
"author": {
"name": "Freeway Team",
"url": "https://tryfreeway.com"
},
"contributors": [
"tryfreeway"
],
"tags": [
"openai",
"assistant"
],
"description": "Ask Freeway anything. Say \"Hey Freeway [your question]\".",
"source_url": "https://github.com/tryfreeway/freeway-plugins/tree/main/plugins/openai-hey-freeway",
"compatibility": [],
"hooks": [
"before_paste"
]
},
{
"id": "openai-image-generator",
"name": "Create Image (OpenAI)",
"version": 1,
"featured": true,
"created_at": "2026-01-17T00:00:00Z",
"updated_at": "2026-01-17T00:00:00Z",
"categories": [
"Image Generation"
],
"author": {
"name": "Freeway Team",
"url": "https://tryfreeway.com"
},
"contributors": [
"tryfreeway"
],
"tags": [
"openai",
"image"
],
"description": "Generate images and copy them to clipboard. Say 'Create image [description]'.",
"source_url": "https://github.com/tryfreeway/freeway-plugins/tree/main/plugins/openai-image-generator",
"compatibility": [],
"hooks": [
"before_paste"
]
},
{
"id": "openai-selection-translator",
"name": "Translate Selection (OpenAI)",
"version": 1,
"featured": true,
"created_at": "2026-01-17T00:00:00Z",
"updated_at": "2026-01-17T00:00:00Z",
"categories": [
"Text Processing",
"Translation"
],
"author": {
"name": "Freeway Team",
"url": "https://tryfreeway.com"
},
"contributors": [
"tryfreeway"
],
"tags": [
"openai",
"translator"
],
"description": "Translate selected text to any language. Select text first, then say 'Translate selection to Spanish'.",
"source_url": "https://github.com/tryfreeway/freeway-plugins/tree/main/plugins/openai-selection-translator",
"compatibility": [],
"hooks": [
"before_paste"
]
},
{
"id": "voice-calendar",
"name": "Voice-to-Calendar (OpenAI)",
"version": 1,
"featured": false,
"created_at": "2026-02-07T00:00:00Z",
"updated_at": "2026-02-07T00:00:00Z",
"categories": [
"Productivity",
"AI Assistant"
],
"author": {
"name": "ind0zer",
"url": "https://github.com/ind0zer"
},
"contributors": [
"ind0zer"
],
"tags": [
"openai",
"calendar",
"russian"
],
"description": "Create calendar events effortlessly. Just say 'Эй' (Hey) followed by your meeting details.",
"source_url": "https://github.com/tryfreeway/freeway-plugins/tree/main/plugins/voice-calendar",
"compatibility": [],
"hooks": [
"before_paste"
]
}
]
}