opencodekit 0.18.27 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/template/.opencode/memory.db +0 -0
- package/dist/template/.opencode/memory.db-shm +0 -0
- package/dist/template/.opencode/memory.db-wal +0 -0
- package/dist/template/.opencode/opencode.json +105 -381
- package/dist/template/.opencode/package.json +1 -1
- package/dist/template/.opencode/skill/figma-go/SKILL.md +65 -0
- package/package.json +7 -3
package/dist/index.js
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -40,65 +40,26 @@
|
|
|
40
40
|
"autoupdate": false,
|
|
41
41
|
"formatter": {
|
|
42
42
|
"biome": {
|
|
43
|
-
"command": [
|
|
44
|
-
|
|
45
|
-
"@biomejs/biome",
|
|
46
|
-
"check",
|
|
47
|
-
"--write",
|
|
48
|
-
"$FILE"
|
|
49
|
-
],
|
|
50
|
-
"extensions": [
|
|
51
|
-
".js",
|
|
52
|
-
".jsx",
|
|
53
|
-
".ts",
|
|
54
|
-
".tsx",
|
|
55
|
-
".json",
|
|
56
|
-
".jsonc"
|
|
57
|
-
]
|
|
43
|
+
"command": ["npx", "@biomejs/biome", "check", "--write", "$FILE"],
|
|
44
|
+
"extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".jsonc"]
|
|
58
45
|
},
|
|
59
46
|
"cargo-fmt": {
|
|
60
|
-
"command": [
|
|
61
|
-
|
|
62
|
-
"fmt",
|
|
63
|
-
"--",
|
|
64
|
-
"$FILE"
|
|
65
|
-
],
|
|
66
|
-
"extensions": [
|
|
67
|
-
".rs"
|
|
68
|
-
]
|
|
47
|
+
"command": ["cargo", "fmt", "--", "$FILE"],
|
|
48
|
+
"extensions": [".rs"]
|
|
69
49
|
},
|
|
70
50
|
"java-formatter": {
|
|
71
|
-
"command": [
|
|
72
|
-
"google-java-format",
|
|
73
|
-
"--replace",
|
|
74
|
-
"$FILE"
|
|
75
|
-
],
|
|
51
|
+
"command": ["google-java-format", "--replace", "$FILE"],
|
|
76
52
|
"environment": {
|
|
77
53
|
"JAVA_HOME": "{env:JAVA_HOME}"
|
|
78
54
|
},
|
|
79
|
-
"extensions": [
|
|
80
|
-
".java"
|
|
81
|
-
]
|
|
55
|
+
"extensions": [".java"]
|
|
82
56
|
},
|
|
83
57
|
"laravel-pint": {
|
|
84
|
-
"command": [
|
|
85
|
-
|
|
86
|
-
"laravel-pint",
|
|
87
|
-
"--preset",
|
|
88
|
-
"psr12",
|
|
89
|
-
"$FILE"
|
|
90
|
-
],
|
|
91
|
-
"extensions": [
|
|
92
|
-
".php"
|
|
93
|
-
]
|
|
58
|
+
"command": ["npx", "laravel-pint", "--preset", "psr12", "$FILE"],
|
|
59
|
+
"extensions": [".php"]
|
|
94
60
|
},
|
|
95
61
|
"oxfmt": {
|
|
96
|
-
"command": [
|
|
97
|
-
"npx",
|
|
98
|
-
"oxfmt",
|
|
99
|
-
"--write",
|
|
100
|
-
"$FILE"
|
|
101
|
-
],
|
|
62
|
+
"command": ["npx", "oxfmt", "--write", "$FILE"],
|
|
102
63
|
"extensions": [
|
|
103
64
|
".js",
|
|
104
65
|
".jsx",
|
|
@@ -130,15 +91,18 @@
|
|
|
130
91
|
},
|
|
131
92
|
"mcp": {
|
|
132
93
|
"tilth": {
|
|
133
|
-
"command": [
|
|
134
|
-
"npx",
|
|
135
|
-
"-y",
|
|
136
|
-
"tilth",
|
|
137
|
-
"--mcp",
|
|
138
|
-
"--edit"
|
|
139
|
-
],
|
|
94
|
+
"command": ["tilth", "--mcp", "--edit"],
|
|
140
95
|
"enabled": true,
|
|
141
|
-
"
|
|
96
|
+
"environment": {
|
|
97
|
+
"TILTH_THREADS": "8"
|
|
98
|
+
},
|
|
99
|
+
"timeout": 120000,
|
|
100
|
+
"type": "local"
|
|
101
|
+
},
|
|
102
|
+
"figma-mcp-go": {
|
|
103
|
+
"command": ["npx", "-y", "@vkhanhqui/figma-mcp-go@latest"],
|
|
104
|
+
"enabled": false,
|
|
105
|
+
"timeout": 120000,
|
|
142
106
|
"type": "local"
|
|
143
107
|
}
|
|
144
108
|
},
|
|
@@ -501,9 +465,7 @@
|
|
|
501
465
|
"tool_call": true,
|
|
502
466
|
"variants": {
|
|
503
467
|
"high": {
|
|
504
|
-
"include": [
|
|
505
|
-
"reasoning.encrypted_content"
|
|
506
|
-
],
|
|
468
|
+
"include": ["reasoning.encrypted_content"],
|
|
507
469
|
"reasoningEffort": "high",
|
|
508
470
|
"reasoningSummary": "auto"
|
|
509
471
|
},
|
|
@@ -537,9 +499,7 @@
|
|
|
537
499
|
"disabled": true
|
|
538
500
|
},
|
|
539
501
|
"high": {
|
|
540
|
-
"include": [
|
|
541
|
-
"reasoning.encrypted_content"
|
|
542
|
-
],
|
|
502
|
+
"include": ["reasoning.encrypted_content"],
|
|
543
503
|
"reasoningEffort": "high",
|
|
544
504
|
"reasoningSummary": "auto",
|
|
545
505
|
"textVerbosity": "medium"
|
|
@@ -576,9 +536,7 @@
|
|
|
576
536
|
"disabled": true
|
|
577
537
|
},
|
|
578
538
|
"high": {
|
|
579
|
-
"include": [
|
|
580
|
-
"reasoning.encrypted_content"
|
|
581
|
-
],
|
|
539
|
+
"include": ["reasoning.encrypted_content"],
|
|
582
540
|
"reasoningEffort": "high",
|
|
583
541
|
"reasoningSummary": "auto",
|
|
584
542
|
"textVerbosity": "medium"
|
|
@@ -602,13 +560,8 @@
|
|
|
602
560
|
"input": 400000
|
|
603
561
|
},
|
|
604
562
|
"modalities": {
|
|
605
|
-
"input": [
|
|
606
|
-
|
|
607
|
-
"image"
|
|
608
|
-
],
|
|
609
|
-
"output": [
|
|
610
|
-
"text"
|
|
611
|
-
]
|
|
563
|
+
"input": ["text", "image"],
|
|
564
|
+
"output": ["text"]
|
|
612
565
|
},
|
|
613
566
|
"options": {
|
|
614
567
|
"reasoningEffort": "medium",
|
|
@@ -620,9 +573,7 @@
|
|
|
620
573
|
"tool_call": true,
|
|
621
574
|
"variants": {
|
|
622
575
|
"high": {
|
|
623
|
-
"include": [
|
|
624
|
-
"reasoning.encrypted_content"
|
|
625
|
-
],
|
|
576
|
+
"include": ["reasoning.encrypted_content"],
|
|
626
577
|
"reasoningEffort": "high",
|
|
627
578
|
"reasoningSummary": "auto"
|
|
628
579
|
},
|
|
@@ -710,14 +661,8 @@
|
|
|
710
661
|
"models": {
|
|
711
662
|
"zai-org/GLM-5-FP8": {
|
|
712
663
|
"modalities": {
|
|
713
|
-
"input": [
|
|
714
|
-
|
|
715
|
-
"image",
|
|
716
|
-
"pdf"
|
|
717
|
-
],
|
|
718
|
-
"output": [
|
|
719
|
-
"text"
|
|
720
|
-
]
|
|
664
|
+
"input": ["text", "image", "pdf"],
|
|
665
|
+
"output": ["text"]
|
|
721
666
|
},
|
|
722
667
|
"name": "GLM-5",
|
|
723
668
|
"options": {
|
|
@@ -748,17 +693,13 @@
|
|
|
748
693
|
"disabled": true
|
|
749
694
|
},
|
|
750
695
|
"high": {
|
|
751
|
-
"include": [
|
|
752
|
-
"reasoning.encrypted_content"
|
|
753
|
-
],
|
|
696
|
+
"include": ["reasoning.encrypted_content"],
|
|
754
697
|
"reasoningEffort": "high",
|
|
755
698
|
"reasoningSummary": "auto",
|
|
756
699
|
"textVerbosity": "low"
|
|
757
700
|
},
|
|
758
701
|
"medium": {
|
|
759
|
-
"include": [
|
|
760
|
-
"reasoning.encrypted_content"
|
|
761
|
-
],
|
|
702
|
+
"include": ["reasoning.encrypted_content"],
|
|
762
703
|
"reasoningEffort": "medium",
|
|
763
704
|
"reasoningSummary": "auto",
|
|
764
705
|
"textVerbosity": "low"
|
|
@@ -771,25 +712,19 @@
|
|
|
771
712
|
"disabled": true
|
|
772
713
|
},
|
|
773
714
|
"high": {
|
|
774
|
-
"include": [
|
|
775
|
-
"reasoning.encrypted_content"
|
|
776
|
-
],
|
|
715
|
+
"include": ["reasoning.encrypted_content"],
|
|
777
716
|
"reasoningEffort": "high",
|
|
778
717
|
"reasoningSummary": "auto",
|
|
779
718
|
"textVerbosity": "low"
|
|
780
719
|
},
|
|
781
720
|
"medium": {
|
|
782
|
-
"include": [
|
|
783
|
-
"reasoning.encrypted_content"
|
|
784
|
-
],
|
|
721
|
+
"include": ["reasoning.encrypted_content"],
|
|
785
722
|
"reasoningEffort": "medium",
|
|
786
723
|
"reasoningSummary": "auto",
|
|
787
724
|
"textVerbosity": "low"
|
|
788
725
|
},
|
|
789
726
|
"xhigh": {
|
|
790
|
-
"include": [
|
|
791
|
-
"reasoning.encrypted_content"
|
|
792
|
-
],
|
|
727
|
+
"include": ["reasoning.encrypted_content"],
|
|
793
728
|
"reasoningEffort": "xhigh",
|
|
794
729
|
"reasoningSummary": "auto",
|
|
795
730
|
"textVerbosity": "low"
|
|
@@ -802,25 +737,19 @@
|
|
|
802
737
|
"disabled": true
|
|
803
738
|
},
|
|
804
739
|
"high": {
|
|
805
|
-
"include": [
|
|
806
|
-
"reasoning.encrypted_content"
|
|
807
|
-
],
|
|
740
|
+
"include": ["reasoning.encrypted_content"],
|
|
808
741
|
"reasoningEffort": "high",
|
|
809
742
|
"reasoningSummary": "auto",
|
|
810
743
|
"textVerbosity": "low"
|
|
811
744
|
},
|
|
812
745
|
"medium": {
|
|
813
|
-
"include": [
|
|
814
|
-
"reasoning.encrypted_content"
|
|
815
|
-
],
|
|
746
|
+
"include": ["reasoning.encrypted_content"],
|
|
816
747
|
"reasoningEffort": "medium",
|
|
817
748
|
"reasoningSummary": "auto",
|
|
818
749
|
"textVerbosity": "low"
|
|
819
750
|
},
|
|
820
751
|
"xhigh": {
|
|
821
|
-
"include": [
|
|
822
|
-
"reasoning.encrypted_content"
|
|
823
|
-
],
|
|
752
|
+
"include": ["reasoning.encrypted_content"],
|
|
824
753
|
"reasoningEffort": "xhigh",
|
|
825
754
|
"reasoningSummary": "auto",
|
|
826
755
|
"textVerbosity": "low"
|
|
@@ -834,13 +763,8 @@
|
|
|
834
763
|
"output": 128000
|
|
835
764
|
},
|
|
836
765
|
"modalities": {
|
|
837
|
-
"input": [
|
|
838
|
-
|
|
839
|
-
"image"
|
|
840
|
-
],
|
|
841
|
-
"output": [
|
|
842
|
-
"text"
|
|
843
|
-
]
|
|
766
|
+
"input": ["text", "image"],
|
|
767
|
+
"output": ["text"]
|
|
844
768
|
},
|
|
845
769
|
"options": {
|
|
846
770
|
"reasoningEffort": "medium",
|
|
@@ -852,9 +776,7 @@
|
|
|
852
776
|
"tool_call": true,
|
|
853
777
|
"variants": {
|
|
854
778
|
"high": {
|
|
855
|
-
"include": [
|
|
856
|
-
"reasoning.encrypted_content"
|
|
857
|
-
],
|
|
779
|
+
"include": ["reasoning.encrypted_content"],
|
|
858
780
|
"reasoningEffort": "high",
|
|
859
781
|
"reasoningSummary": "auto"
|
|
860
782
|
},
|
|
@@ -891,14 +813,8 @@
|
|
|
891
813
|
"output": 64000
|
|
892
814
|
},
|
|
893
815
|
"modalities": {
|
|
894
|
-
"input": [
|
|
895
|
-
|
|
896
|
-
"image",
|
|
897
|
-
"pdf"
|
|
898
|
-
],
|
|
899
|
-
"output": [
|
|
900
|
-
"text"
|
|
901
|
-
]
|
|
816
|
+
"input": ["text", "image", "pdf"],
|
|
817
|
+
"output": ["text"]
|
|
902
818
|
},
|
|
903
819
|
"name": "Claude Haiku 4 5"
|
|
904
820
|
},
|
|
@@ -908,14 +824,8 @@
|
|
|
908
824
|
"output": 64000
|
|
909
825
|
},
|
|
910
826
|
"modalities": {
|
|
911
|
-
"input": [
|
|
912
|
-
|
|
913
|
-
"image",
|
|
914
|
-
"pdf"
|
|
915
|
-
],
|
|
916
|
-
"output": [
|
|
917
|
-
"text"
|
|
918
|
-
]
|
|
827
|
+
"input": ["text", "image", "pdf"],
|
|
828
|
+
"output": ["text"]
|
|
919
829
|
},
|
|
920
830
|
"name": "Claude Haiku 4 5 20251001"
|
|
921
831
|
},
|
|
@@ -925,14 +835,8 @@
|
|
|
925
835
|
"output": 64000
|
|
926
836
|
},
|
|
927
837
|
"modalities": {
|
|
928
|
-
"input": [
|
|
929
|
-
|
|
930
|
-
"image",
|
|
931
|
-
"pdf"
|
|
932
|
-
],
|
|
933
|
-
"output": [
|
|
934
|
-
"text"
|
|
935
|
-
]
|
|
838
|
+
"input": ["text", "image", "pdf"],
|
|
839
|
+
"output": ["text"]
|
|
936
840
|
},
|
|
937
841
|
"name": "Claude Opus 4 6 Thinking",
|
|
938
842
|
"options": {
|
|
@@ -961,14 +865,8 @@
|
|
|
961
865
|
"output": 64000
|
|
962
866
|
},
|
|
963
867
|
"modalities": {
|
|
964
|
-
"input": [
|
|
965
|
-
|
|
966
|
-
"image",
|
|
967
|
-
"pdf"
|
|
968
|
-
],
|
|
969
|
-
"output": [
|
|
970
|
-
"text"
|
|
971
|
-
]
|
|
868
|
+
"input": ["text", "image", "pdf"],
|
|
869
|
+
"output": ["text"]
|
|
972
870
|
},
|
|
973
871
|
"name": "Claude Opus 4 6"
|
|
974
872
|
},
|
|
@@ -978,14 +876,8 @@
|
|
|
978
876
|
"output": 64000
|
|
979
877
|
},
|
|
980
878
|
"modalities": {
|
|
981
|
-
"input": [
|
|
982
|
-
|
|
983
|
-
"image",
|
|
984
|
-
"pdf"
|
|
985
|
-
],
|
|
986
|
-
"output": [
|
|
987
|
-
"text"
|
|
988
|
-
]
|
|
879
|
+
"input": ["text", "image", "pdf"],
|
|
880
|
+
"output": ["text"]
|
|
989
881
|
},
|
|
990
882
|
"name": "Claude Sonnet 4"
|
|
991
883
|
},
|
|
@@ -995,14 +887,8 @@
|
|
|
995
887
|
"output": 64000
|
|
996
888
|
},
|
|
997
889
|
"modalities": {
|
|
998
|
-
"input": [
|
|
999
|
-
|
|
1000
|
-
"image",
|
|
1001
|
-
"pdf"
|
|
1002
|
-
],
|
|
1003
|
-
"output": [
|
|
1004
|
-
"text"
|
|
1005
|
-
]
|
|
890
|
+
"input": ["text", "image", "pdf"],
|
|
891
|
+
"output": ["text"]
|
|
1006
892
|
},
|
|
1007
893
|
"name": "Claude Sonnet 4 20250514"
|
|
1008
894
|
},
|
|
@@ -1012,14 +898,8 @@
|
|
|
1012
898
|
"output": 64000
|
|
1013
899
|
},
|
|
1014
900
|
"modalities": {
|
|
1015
|
-
"input": [
|
|
1016
|
-
|
|
1017
|
-
"image",
|
|
1018
|
-
"pdf"
|
|
1019
|
-
],
|
|
1020
|
-
"output": [
|
|
1021
|
-
"text"
|
|
1022
|
-
]
|
|
901
|
+
"input": ["text", "image", "pdf"],
|
|
902
|
+
"output": ["text"]
|
|
1023
903
|
},
|
|
1024
904
|
"name": "Claude Sonnet 4 5"
|
|
1025
905
|
},
|
|
@@ -1029,14 +909,8 @@
|
|
|
1029
909
|
"output": 64000
|
|
1030
910
|
},
|
|
1031
911
|
"modalities": {
|
|
1032
|
-
"input": [
|
|
1033
|
-
|
|
1034
|
-
"image",
|
|
1035
|
-
"pdf"
|
|
1036
|
-
],
|
|
1037
|
-
"output": [
|
|
1038
|
-
"text"
|
|
1039
|
-
]
|
|
912
|
+
"input": ["text", "image", "pdf"],
|
|
913
|
+
"output": ["text"]
|
|
1040
914
|
},
|
|
1041
915
|
"name": "Claude Sonnet 4 5 20250929"
|
|
1042
916
|
},
|
|
@@ -1046,14 +920,8 @@
|
|
|
1046
920
|
"output": 64000
|
|
1047
921
|
},
|
|
1048
922
|
"modalities": {
|
|
1049
|
-
"input": [
|
|
1050
|
-
|
|
1051
|
-
"image",
|
|
1052
|
-
"pdf"
|
|
1053
|
-
],
|
|
1054
|
-
"output": [
|
|
1055
|
-
"text"
|
|
1056
|
-
]
|
|
923
|
+
"input": ["text", "image", "pdf"],
|
|
924
|
+
"output": ["text"]
|
|
1057
925
|
},
|
|
1058
926
|
"name": "Claude Sonnet 4 6"
|
|
1059
927
|
},
|
|
@@ -1063,14 +931,8 @@
|
|
|
1063
931
|
"output": 65536
|
|
1064
932
|
},
|
|
1065
933
|
"modalities": {
|
|
1066
|
-
"input": [
|
|
1067
|
-
|
|
1068
|
-
"image",
|
|
1069
|
-
"pdf"
|
|
1070
|
-
],
|
|
1071
|
-
"output": [
|
|
1072
|
-
"text"
|
|
1073
|
-
]
|
|
934
|
+
"input": ["text", "image", "pdf"],
|
|
935
|
+
"output": ["text"]
|
|
1074
936
|
},
|
|
1075
937
|
"name": "Gemini 2 5 Flash"
|
|
1076
938
|
},
|
|
@@ -1080,14 +942,8 @@
|
|
|
1080
942
|
"output": 65536
|
|
1081
943
|
},
|
|
1082
944
|
"modalities": {
|
|
1083
|
-
"input": [
|
|
1084
|
-
|
|
1085
|
-
"image",
|
|
1086
|
-
"pdf"
|
|
1087
|
-
],
|
|
1088
|
-
"output": [
|
|
1089
|
-
"text"
|
|
1090
|
-
]
|
|
945
|
+
"input": ["text", "image", "pdf"],
|
|
946
|
+
"output": ["text"]
|
|
1091
947
|
},
|
|
1092
948
|
"name": "Gemini 2 5 Flash Lite"
|
|
1093
949
|
},
|
|
@@ -1097,14 +953,8 @@
|
|
|
1097
953
|
"output": 65536
|
|
1098
954
|
},
|
|
1099
955
|
"modalities": {
|
|
1100
|
-
"input": [
|
|
1101
|
-
|
|
1102
|
-
"image",
|
|
1103
|
-
"pdf"
|
|
1104
|
-
],
|
|
1105
|
-
"output": [
|
|
1106
|
-
"text"
|
|
1107
|
-
]
|
|
956
|
+
"input": ["text", "image", "pdf"],
|
|
957
|
+
"output": ["text"]
|
|
1108
958
|
},
|
|
1109
959
|
"name": "Gemini 2 5 Pro"
|
|
1110
960
|
},
|
|
@@ -1114,14 +964,8 @@
|
|
|
1114
964
|
"output": 65536
|
|
1115
965
|
},
|
|
1116
966
|
"modalities": {
|
|
1117
|
-
"input": [
|
|
1118
|
-
|
|
1119
|
-
"image",
|
|
1120
|
-
"pdf"
|
|
1121
|
-
],
|
|
1122
|
-
"output": [
|
|
1123
|
-
"text"
|
|
1124
|
-
]
|
|
967
|
+
"input": ["text", "image", "pdf"],
|
|
968
|
+
"output": ["text"]
|
|
1125
969
|
},
|
|
1126
970
|
"name": "Gemini 3 Flash",
|
|
1127
971
|
"options": {
|
|
@@ -1151,14 +995,8 @@
|
|
|
1151
995
|
"output": 65536
|
|
1152
996
|
},
|
|
1153
997
|
"modalities": {
|
|
1154
|
-
"input": [
|
|
1155
|
-
|
|
1156
|
-
"image",
|
|
1157
|
-
"pdf"
|
|
1158
|
-
],
|
|
1159
|
-
"output": [
|
|
1160
|
-
"text"
|
|
1161
|
-
]
|
|
998
|
+
"input": ["text", "image", "pdf"],
|
|
999
|
+
"output": ["text"]
|
|
1162
1000
|
},
|
|
1163
1001
|
"name": "Gemini 3 Flash Preview",
|
|
1164
1002
|
"options": {
|
|
@@ -1188,14 +1026,8 @@
|
|
|
1188
1026
|
"output": 65536
|
|
1189
1027
|
},
|
|
1190
1028
|
"modalities": {
|
|
1191
|
-
"input": [
|
|
1192
|
-
|
|
1193
|
-
"image",
|
|
1194
|
-
"pdf"
|
|
1195
|
-
],
|
|
1196
|
-
"output": [
|
|
1197
|
-
"text"
|
|
1198
|
-
]
|
|
1029
|
+
"input": ["text", "image", "pdf"],
|
|
1030
|
+
"output": ["text"]
|
|
1199
1031
|
},
|
|
1200
1032
|
"name": "Gemini 3 Pro High",
|
|
1201
1033
|
"options": {
|
|
@@ -1225,14 +1057,8 @@
|
|
|
1225
1057
|
"output": 65536
|
|
1226
1058
|
},
|
|
1227
1059
|
"modalities": {
|
|
1228
|
-
"input": [
|
|
1229
|
-
|
|
1230
|
-
"image",
|
|
1231
|
-
"pdf"
|
|
1232
|
-
],
|
|
1233
|
-
"output": [
|
|
1234
|
-
"text"
|
|
1235
|
-
]
|
|
1060
|
+
"input": ["text", "image", "pdf"],
|
|
1061
|
+
"output": ["text"]
|
|
1236
1062
|
},
|
|
1237
1063
|
"name": "Gemini 3 Pro Low",
|
|
1238
1064
|
"options": {
|
|
@@ -1262,14 +1088,8 @@
|
|
|
1262
1088
|
"output": 65536
|
|
1263
1089
|
},
|
|
1264
1090
|
"modalities": {
|
|
1265
|
-
"input": [
|
|
1266
|
-
|
|
1267
|
-
"image",
|
|
1268
|
-
"pdf"
|
|
1269
|
-
],
|
|
1270
|
-
"output": [
|
|
1271
|
-
"text"
|
|
1272
|
-
]
|
|
1091
|
+
"input": ["text", "image", "pdf"],
|
|
1092
|
+
"output": ["text"]
|
|
1273
1093
|
},
|
|
1274
1094
|
"name": "Gemini 3 Pro Preview",
|
|
1275
1095
|
"options": {
|
|
@@ -1306,14 +1126,8 @@
|
|
|
1306
1126
|
"output": 65536
|
|
1307
1127
|
},
|
|
1308
1128
|
"modalities": {
|
|
1309
|
-
"input": [
|
|
1310
|
-
|
|
1311
|
-
"image",
|
|
1312
|
-
"pdf"
|
|
1313
|
-
],
|
|
1314
|
-
"output": [
|
|
1315
|
-
"text"
|
|
1316
|
-
]
|
|
1129
|
+
"input": ["text", "image", "pdf"],
|
|
1130
|
+
"output": ["text"]
|
|
1317
1131
|
},
|
|
1318
1132
|
"name": "Gemini 3 1 Flash Lite Preview",
|
|
1319
1133
|
"options": {
|
|
@@ -1343,14 +1157,8 @@
|
|
|
1343
1157
|
"output": 65536
|
|
1344
1158
|
},
|
|
1345
1159
|
"modalities": {
|
|
1346
|
-
"input": [
|
|
1347
|
-
|
|
1348
|
-
"image",
|
|
1349
|
-
"pdf"
|
|
1350
|
-
],
|
|
1351
|
-
"output": [
|
|
1352
|
-
"text"
|
|
1353
|
-
]
|
|
1160
|
+
"input": ["text", "image", "pdf"],
|
|
1161
|
+
"output": ["text"]
|
|
1354
1162
|
},
|
|
1355
1163
|
"name": "Gemini 3 1 Pro High",
|
|
1356
1164
|
"options": {
|
|
@@ -1380,14 +1188,8 @@
|
|
|
1380
1188
|
"output": 65536
|
|
1381
1189
|
},
|
|
1382
1190
|
"modalities": {
|
|
1383
|
-
"input": [
|
|
1384
|
-
|
|
1385
|
-
"image",
|
|
1386
|
-
"pdf"
|
|
1387
|
-
],
|
|
1388
|
-
"output": [
|
|
1389
|
-
"text"
|
|
1390
|
-
]
|
|
1191
|
+
"input": ["text", "image", "pdf"],
|
|
1192
|
+
"output": ["text"]
|
|
1391
1193
|
},
|
|
1392
1194
|
"name": "Gemini 3 1 Pro Low",
|
|
1393
1195
|
"options": {
|
|
@@ -1417,14 +1219,8 @@
|
|
|
1417
1219
|
"output": 65536
|
|
1418
1220
|
},
|
|
1419
1221
|
"modalities": {
|
|
1420
|
-
"input": [
|
|
1421
|
-
|
|
1422
|
-
"image",
|
|
1423
|
-
"pdf"
|
|
1424
|
-
],
|
|
1425
|
-
"output": [
|
|
1426
|
-
"text"
|
|
1427
|
-
]
|
|
1222
|
+
"input": ["text", "image", "pdf"],
|
|
1223
|
+
"output": ["text"]
|
|
1428
1224
|
},
|
|
1429
1225
|
"name": "Gemini 3 1 Pro Preview",
|
|
1430
1226
|
"options": {
|
|
@@ -1482,14 +1278,8 @@
|
|
|
1482
1278
|
"output": 32768
|
|
1483
1279
|
},
|
|
1484
1280
|
"modalities": {
|
|
1485
|
-
"input": [
|
|
1486
|
-
|
|
1487
|
-
"image",
|
|
1488
|
-
"pdf"
|
|
1489
|
-
],
|
|
1490
|
-
"output": [
|
|
1491
|
-
"text"
|
|
1492
|
-
]
|
|
1281
|
+
"input": ["text", "image", "pdf"],
|
|
1282
|
+
"output": ["text"]
|
|
1493
1283
|
},
|
|
1494
1284
|
"name": "Gpt 5",
|
|
1495
1285
|
"options": {
|
|
@@ -1503,14 +1293,8 @@
|
|
|
1503
1293
|
"output": 32768
|
|
1504
1294
|
},
|
|
1505
1295
|
"modalities": {
|
|
1506
|
-
"input": [
|
|
1507
|
-
|
|
1508
|
-
"image",
|
|
1509
|
-
"pdf"
|
|
1510
|
-
],
|
|
1511
|
-
"output": [
|
|
1512
|
-
"text"
|
|
1513
|
-
]
|
|
1296
|
+
"input": ["text", "image", "pdf"],
|
|
1297
|
+
"output": ["text"]
|
|
1514
1298
|
},
|
|
1515
1299
|
"name": "Gpt 5 Codex",
|
|
1516
1300
|
"options": {
|
|
@@ -1524,14 +1308,8 @@
|
|
|
1524
1308
|
"output": 32768
|
|
1525
1309
|
},
|
|
1526
1310
|
"modalities": {
|
|
1527
|
-
"input": [
|
|
1528
|
-
|
|
1529
|
-
"image",
|
|
1530
|
-
"pdf"
|
|
1531
|
-
],
|
|
1532
|
-
"output": [
|
|
1533
|
-
"text"
|
|
1534
|
-
]
|
|
1311
|
+
"input": ["text", "image", "pdf"],
|
|
1312
|
+
"output": ["text"]
|
|
1535
1313
|
},
|
|
1536
1314
|
"name": "Gpt 5 Codex Mini",
|
|
1537
1315
|
"options": {
|
|
@@ -1545,14 +1323,8 @@
|
|
|
1545
1323
|
"output": 32768
|
|
1546
1324
|
},
|
|
1547
1325
|
"modalities": {
|
|
1548
|
-
"input": [
|
|
1549
|
-
|
|
1550
|
-
"image",
|
|
1551
|
-
"pdf"
|
|
1552
|
-
],
|
|
1553
|
-
"output": [
|
|
1554
|
-
"text"
|
|
1555
|
-
]
|
|
1326
|
+
"input": ["text", "image", "pdf"],
|
|
1327
|
+
"output": ["text"]
|
|
1556
1328
|
},
|
|
1557
1329
|
"name": "Gpt 5 1",
|
|
1558
1330
|
"options": {
|
|
@@ -1566,14 +1338,8 @@
|
|
|
1566
1338
|
"output": 32768
|
|
1567
1339
|
},
|
|
1568
1340
|
"modalities": {
|
|
1569
|
-
"input": [
|
|
1570
|
-
|
|
1571
|
-
"image",
|
|
1572
|
-
"pdf"
|
|
1573
|
-
],
|
|
1574
|
-
"output": [
|
|
1575
|
-
"text"
|
|
1576
|
-
]
|
|
1341
|
+
"input": ["text", "image", "pdf"],
|
|
1342
|
+
"output": ["text"]
|
|
1577
1343
|
},
|
|
1578
1344
|
"name": "Gpt 5 1 Codex",
|
|
1579
1345
|
"options": {
|
|
@@ -1587,14 +1353,8 @@
|
|
|
1587
1353
|
"output": 32768
|
|
1588
1354
|
},
|
|
1589
1355
|
"modalities": {
|
|
1590
|
-
"input": [
|
|
1591
|
-
|
|
1592
|
-
"image",
|
|
1593
|
-
"pdf"
|
|
1594
|
-
],
|
|
1595
|
-
"output": [
|
|
1596
|
-
"text"
|
|
1597
|
-
]
|
|
1356
|
+
"input": ["text", "image", "pdf"],
|
|
1357
|
+
"output": ["text"]
|
|
1598
1358
|
},
|
|
1599
1359
|
"name": "Gpt 5 1 Codex Max",
|
|
1600
1360
|
"options": {
|
|
@@ -1608,14 +1368,8 @@
|
|
|
1608
1368
|
"output": 32768
|
|
1609
1369
|
},
|
|
1610
1370
|
"modalities": {
|
|
1611
|
-
"input": [
|
|
1612
|
-
|
|
1613
|
-
"image",
|
|
1614
|
-
"pdf"
|
|
1615
|
-
],
|
|
1616
|
-
"output": [
|
|
1617
|
-
"text"
|
|
1618
|
-
]
|
|
1371
|
+
"input": ["text", "image", "pdf"],
|
|
1372
|
+
"output": ["text"]
|
|
1619
1373
|
},
|
|
1620
1374
|
"name": "Gpt 5 1 Codex Mini",
|
|
1621
1375
|
"options": {
|
|
@@ -1629,14 +1383,8 @@
|
|
|
1629
1383
|
"output": 32768
|
|
1630
1384
|
},
|
|
1631
1385
|
"modalities": {
|
|
1632
|
-
"input": [
|
|
1633
|
-
|
|
1634
|
-
"image",
|
|
1635
|
-
"pdf"
|
|
1636
|
-
],
|
|
1637
|
-
"output": [
|
|
1638
|
-
"text"
|
|
1639
|
-
]
|
|
1386
|
+
"input": ["text", "image", "pdf"],
|
|
1387
|
+
"output": ["text"]
|
|
1640
1388
|
},
|
|
1641
1389
|
"name": "Gpt 5 2",
|
|
1642
1390
|
"options": {
|
|
@@ -1650,14 +1398,8 @@
|
|
|
1650
1398
|
"output": 32768
|
|
1651
1399
|
},
|
|
1652
1400
|
"modalities": {
|
|
1653
|
-
"input": [
|
|
1654
|
-
|
|
1655
|
-
"image",
|
|
1656
|
-
"pdf"
|
|
1657
|
-
],
|
|
1658
|
-
"output": [
|
|
1659
|
-
"text"
|
|
1660
|
-
]
|
|
1401
|
+
"input": ["text", "image", "pdf"],
|
|
1402
|
+
"output": ["text"]
|
|
1661
1403
|
},
|
|
1662
1404
|
"name": "Gpt 5 2 Codex",
|
|
1663
1405
|
"options": {
|
|
@@ -1671,14 +1413,8 @@
|
|
|
1671
1413
|
"output": 32768
|
|
1672
1414
|
},
|
|
1673
1415
|
"modalities": {
|
|
1674
|
-
"input": [
|
|
1675
|
-
|
|
1676
|
-
"image",
|
|
1677
|
-
"pdf"
|
|
1678
|
-
],
|
|
1679
|
-
"output": [
|
|
1680
|
-
"text"
|
|
1681
|
-
]
|
|
1416
|
+
"input": ["text", "image", "pdf"],
|
|
1417
|
+
"output": ["text"]
|
|
1682
1418
|
},
|
|
1683
1419
|
"name": "Gpt 5 3 Codex",
|
|
1684
1420
|
"options": {
|
|
@@ -1692,14 +1428,8 @@
|
|
|
1692
1428
|
"output": 32768
|
|
1693
1429
|
},
|
|
1694
1430
|
"modalities": {
|
|
1695
|
-
"input": [
|
|
1696
|
-
|
|
1697
|
-
"image",
|
|
1698
|
-
"pdf"
|
|
1699
|
-
],
|
|
1700
|
-
"output": [
|
|
1701
|
-
"text"
|
|
1702
|
-
]
|
|
1431
|
+
"input": ["text", "image", "pdf"],
|
|
1432
|
+
"output": ["text"]
|
|
1703
1433
|
},
|
|
1704
1434
|
"name": "Gpt 5 4",
|
|
1705
1435
|
"options": {
|
|
@@ -1713,14 +1443,8 @@
|
|
|
1713
1443
|
"output": 32768
|
|
1714
1444
|
},
|
|
1715
1445
|
"modalities": {
|
|
1716
|
-
"input": [
|
|
1717
|
-
|
|
1718
|
-
"image",
|
|
1719
|
-
"pdf"
|
|
1720
|
-
],
|
|
1721
|
-
"output": [
|
|
1722
|
-
"text"
|
|
1723
|
-
]
|
|
1446
|
+
"input": ["text", "image", "pdf"],
|
|
1447
|
+
"output": ["text"]
|
|
1724
1448
|
},
|
|
1725
1449
|
"name": "Gpt 5 4 Mini",
|
|
1726
1450
|
"options": {
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: figma-go
|
|
3
|
+
description: Use figma-mcp-go (plugin bridge, no API token). Read/write Figma data via MCP.
|
|
4
|
+
mcp:
|
|
5
|
+
figma-mcp-go:
|
|
6
|
+
command: npx
|
|
7
|
+
args: ["-y", "@vkhanhqui/figma-mcp-go@latest"]
|
|
8
|
+
version: 1.0.0
|
|
9
|
+
tags: [design, mcp, figma]
|
|
10
|
+
dependencies: []
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Figma MCP (figma-mcp-go)
|
|
14
|
+
|
|
15
|
+
## When to Use
|
|
16
|
+
|
|
17
|
+
- You need **read/write** access to live Figma documents without API rate limits.
|
|
18
|
+
- You want to generate designs or modify existing Figma files via MCP.
|
|
19
|
+
|
|
20
|
+
## When NOT to Use
|
|
21
|
+
|
|
22
|
+
- You only need static exports (use existing asset pipeline).
|
|
23
|
+
- You don’t have access to Figma Desktop or can’t install plugins.
|
|
24
|
+
|
|
25
|
+
## Prerequisites (one-time setup)
|
|
26
|
+
|
|
27
|
+
1. **Install the Figma plugin**
|
|
28
|
+
|
|
29
|
+
- Download `plugin.zip` from: https://github.com/vkhanhqui/figma-mcp-go/releases
|
|
30
|
+
- In Figma Desktop: **Plugins → Development → Import plugin from manifest**
|
|
31
|
+
- Select `manifest.json` inside `plugin.zip`
|
|
32
|
+
- Run the plugin inside any Figma file
|
|
33
|
+
|
|
34
|
+
2. **Ensure MCP server runs via OpenCode**
|
|
35
|
+
|
|
36
|
+
- This skill starts the MCP server with:
|
|
37
|
+
`npx -y @vkhanhqui/figma-mcp-go@latest`
|
|
38
|
+
- No `FIGMA_API_KEY` is required.
|
|
39
|
+
|
|
40
|
+
## Quick Start
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
skill_mcp(skill_name="figma-go", tool_name="get_metadata", arguments='{}')
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
## Common Tools
|
|
47
|
+
|
|
48
|
+
- **Read**: `get_document`, `get_pages`, `get_node`, `get_nodes_info`, `get_design_context`
|
|
49
|
+
- **Write**: `create_frame`, `create_text`, `set_text`, `set_fills`, `move_nodes`, `resize_nodes`, `delete_nodes`
|
|
50
|
+
- **Export**: `get_screenshot`, `save_screenshots`
|
|
51
|
+
|
|
52
|
+
## Example: Read a Frame
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
skill_mcp(skill_name="figma-go", tool_name="get_node", arguments='{"node_id":"1234:5678"}')
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## Notes
|
|
59
|
+
|
|
60
|
+
- This MCP uses a **plugin bridge**, so Figma Desktop must be running with the plugin active.
|
|
61
|
+
- If tools fail, re-run the plugin inside the open Figma file.
|
|
62
|
+
- If you see `Invalid schema for function 'figma-mcp-go_delete_nodes'`, keep the
|
|
63
|
+
global `mcp.figma-mcp-go` entry **disabled** in `opencode.json` and use this skill
|
|
64
|
+
(via `skill_mcp`) until upstream fixes the schema.
|
|
65
|
+
- Full tool list and prompts: https://github.com/vkhanhqui/figma-mcp-go#available-tools
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencodekit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0",
|
|
4
4
|
"description": "CLI tool for bootstrapping and managing OpenCodeKit projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agents",
|
|
@@ -10,11 +10,15 @@
|
|
|
10
10
|
"opencodekit",
|
|
11
11
|
"template"
|
|
12
12
|
],
|
|
13
|
+
"homepage": "https://github.com/opencodekit-template/opencodekit-template#readme",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/opencodekit-template/opencodekit-template/issues"
|
|
16
|
+
},
|
|
13
17
|
"license": "MIT",
|
|
14
|
-
"author": "
|
|
18
|
+
"author": "heyhuynhgiabuu <buub1309120@gmail.com>",
|
|
15
19
|
"repository": {
|
|
16
20
|
"type": "git",
|
|
17
|
-
"url": "git+https://github.com/opencodekit/opencodekit-template.git"
|
|
21
|
+
"url": "git+https://github.com/opencodekit-template/opencodekit-template.git"
|
|
18
22
|
},
|
|
19
23
|
"bin": {
|
|
20
24
|
"ock": "dist/index.js"
|