Skip to content

Commit de0c902

Browse files
committed
feat: add opc.dev/install.sh short URL for easier installation
1 parent 0c0d905 commit de0c902

3 files changed

Lines changed: 132 additions & 121 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ cd opc-skills
4848

4949
```bash
5050
# Install all skills to Claude Code (global)
51-
curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude all
51+
curl -fsSL opc.dev/install.sh | bash -s -- -t claude all
5252

5353
# Install specific skill to Factory Droid
54-
curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid reddit
54+
curl -fsSL opc.dev/install.sh | bash -s -- -t droid reddit
5555
```
5656

5757
## Manual Installation

skills.json

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
},
3030
"install": {
3131
"user": {
32-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude requesthunt",
33-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid requesthunt",
34-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode requesthunt",
35-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex requesthunt"
32+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude requesthunt",
33+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid requesthunt",
34+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode requesthunt",
35+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex requesthunt"
3636
},
3737
"project": {
38-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude -p requesthunt",
39-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid -p requesthunt",
40-
"cursor": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t cursor -p requesthunt",
41-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode -p requesthunt",
42-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex -p requesthunt"
38+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude -p requesthunt",
39+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid -p requesthunt",
40+
"cursor": "curl -fsSL opc.dev/install.sh | bash -s -- -t cursor -p requesthunt",
41+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode -p requesthunt",
42+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex -p requesthunt"
4343
}
4444
},
4545
"commands": [
@@ -81,17 +81,17 @@
8181
},
8282
"install": {
8383
"user": {
84-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude domain-hunter",
85-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid domain-hunter",
86-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode domain-hunter",
87-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex domain-hunter"
84+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude domain-hunter",
85+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid domain-hunter",
86+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode domain-hunter",
87+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex domain-hunter"
8888
},
8989
"project": {
90-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude -p domain-hunter",
91-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid -p domain-hunter",
92-
"cursor": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t cursor -p domain-hunter",
93-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode -p domain-hunter",
94-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex -p domain-hunter"
90+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude -p domain-hunter",
91+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid -p domain-hunter",
92+
"cursor": "curl -fsSL opc.dev/install.sh | bash -s -- -t cursor -p domain-hunter",
93+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode -p domain-hunter",
94+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex -p domain-hunter"
9595
}
9696
},
9797
"commands": [
@@ -131,17 +131,17 @@
131131
},
132132
"install": {
133133
"user": {
134-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude logo-creator",
135-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid logo-creator",
136-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode logo-creator",
137-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex logo-creator"
134+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude logo-creator",
135+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid logo-creator",
136+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode logo-creator",
137+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex logo-creator"
138138
},
139139
"project": {
140-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude -p logo-creator",
141-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid -p logo-creator",
142-
"cursor": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t cursor -p logo-creator",
143-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode -p logo-creator",
144-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex -p logo-creator"
140+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude -p logo-creator",
141+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid -p logo-creator",
142+
"cursor": "curl -fsSL opc.dev/install.sh | bash -s -- -t cursor -p logo-creator",
143+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode -p logo-creator",
144+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex -p logo-creator"
145145
}
146146
},
147147
"commands": [
@@ -183,17 +183,17 @@
183183
},
184184
"install": {
185185
"user": {
186-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude banner-creator",
187-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid banner-creator",
188-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode banner-creator",
189-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex banner-creator"
186+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude banner-creator",
187+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid banner-creator",
188+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode banner-creator",
189+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex banner-creator"
190190
},
191191
"project": {
192-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude -p banner-creator",
193-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid -p banner-creator",
194-
"cursor": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t cursor -p banner-creator",
195-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode -p banner-creator",
196-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex -p banner-creator"
192+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude -p banner-creator",
193+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid -p banner-creator",
194+
"cursor": "curl -fsSL opc.dev/install.sh | bash -s -- -t cursor -p banner-creator",
195+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode -p banner-creator",
196+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex -p banner-creator"
197197
}
198198
},
199199
"commands": [
@@ -229,17 +229,17 @@
229229
},
230230
"install": {
231231
"user": {
232-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude nanobanana",
233-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid nanobanana",
234-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode nanobanana",
235-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex nanobanana"
232+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude nanobanana",
233+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid nanobanana",
234+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode nanobanana",
235+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex nanobanana"
236236
},
237237
"project": {
238-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude -p nanobanana",
239-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid -p nanobanana",
240-
"cursor": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t cursor -p nanobanana",
241-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode -p nanobanana",
242-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex -p nanobanana"
238+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude -p nanobanana",
239+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid -p nanobanana",
240+
"cursor": "curl -fsSL opc.dev/install.sh | bash -s -- -t cursor -p nanobanana",
241+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode -p nanobanana",
242+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex -p nanobanana"
243243
}
244244
},
245245
"commands": [
@@ -272,17 +272,17 @@
272272
},
273273
"install": {
274274
"user": {
275-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude reddit",
276-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid reddit",
277-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode reddit",
278-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex reddit"
275+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude reddit",
276+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid reddit",
277+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode reddit",
278+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex reddit"
279279
},
280280
"project": {
281-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude -p reddit",
282-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid -p reddit",
283-
"cursor": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t cursor -p reddit",
284-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode -p reddit",
285-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex -p reddit"
281+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude -p reddit",
282+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid -p reddit",
283+
"cursor": "curl -fsSL opc.dev/install.sh | bash -s -- -t cursor -p reddit",
284+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode -p reddit",
285+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex -p reddit"
286286
}
287287
},
288288
"commands": [
@@ -318,17 +318,17 @@
318318
},
319319
"install": {
320320
"user": {
321-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude twitter",
322-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid twitter",
323-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode twitter",
324-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex twitter"
321+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude twitter",
322+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid twitter",
323+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode twitter",
324+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex twitter"
325325
},
326326
"project": {
327-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude -p twitter",
328-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid -p twitter",
329-
"cursor": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t cursor -p twitter",
330-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode -p twitter",
331-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex -p twitter"
327+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude -p twitter",
328+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid -p twitter",
329+
"cursor": "curl -fsSL opc.dev/install.sh | bash -s -- -t cursor -p twitter",
330+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode -p twitter",
331+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex -p twitter"
332332
}
333333
},
334334
"commands": [
@@ -365,17 +365,17 @@
365365
},
366366
"install": {
367367
"user": {
368-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude producthunt",
369-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid producthunt",
370-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode producthunt",
371-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex producthunt"
368+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude producthunt",
369+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid producthunt",
370+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode producthunt",
371+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex producthunt"
372372
},
373373
"project": {
374-
"claude": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t claude -p producthunt",
375-
"droid": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t droid -p producthunt",
376-
"cursor": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t cursor -p producthunt",
377-
"opencode": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t opencode -p producthunt",
378-
"codex": "curl -fsSL https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/install.sh | bash -s -- -t codex -p producthunt"
374+
"claude": "curl -fsSL opc.dev/install.sh | bash -s -- -t claude -p producthunt",
375+
"droid": "curl -fsSL opc.dev/install.sh | bash -s -- -t droid -p producthunt",
376+
"cursor": "curl -fsSL opc.dev/install.sh | bash -s -- -t cursor -p producthunt",
377+
"opencode": "curl -fsSL opc.dev/install.sh | bash -s -- -t opencode -p producthunt",
378+
"codex": "curl -fsSL opc.dev/install.sh | bash -s -- -t codex -p producthunt"
379379
}
380380
},
381381
"commands": [

0 commit comments

Comments
 (0)