@better-openclaw/core 1.0.15 → 1.0.16

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.
@@ -92,7 +92,23 @@ var manifest_default = {
92
92
  "id": "better-openclaw",
93
93
  "path": "better-openclaw/SKILL.md",
94
94
  "emoji": "🦞",
95
- "services": []
95
+ "services": [
96
+ "caddy",
97
+ "chromadb",
98
+ "ffmpeg",
99
+ "grafana",
100
+ "minio",
101
+ "n8n",
102
+ "ollama",
103
+ "postgresql",
104
+ "prometheus",
105
+ "qdrant",
106
+ "redis",
107
+ "remotion",
108
+ "traefik",
109
+ "weaviate",
110
+ "whisper"
111
+ ]
96
112
  },
97
113
  {
98
114
  "id": "postgresql-query",
@@ -392,25 +408,25 @@ var manifest_default = {
392
408
  "id": "claude-code-assist",
393
409
  "path": "claude-code-assist/SKILL.md",
394
410
  "emoji": "🤖",
395
- "services": []
411
+ "services": ["claude-code"]
396
412
  },
397
413
  {
398
414
  "id": "codex-generate",
399
415
  "path": "codex-generate/SKILL.md",
400
416
  "emoji": "⌨️",
401
- "services": []
417
+ "services": ["codex"]
402
418
  },
403
419
  {
404
420
  "id": "gemini-cli-query",
405
421
  "path": "gemini-cli-query/SKILL.md",
406
422
  "emoji": "♊",
407
- "services": []
423
+ "services": ["gemini-cli"]
408
424
  },
409
425
  {
410
426
  "id": "opencode-develop",
411
427
  "path": "opencode-develop/SKILL.md",
412
428
  "emoji": "🔓",
413
- "services": []
429
+ "services": ["opencode", "ollama"]
414
430
  },
415
431
  {
416
432
  "id": "mission-control-manage",
@@ -596,7 +612,7 @@ var manifest_default = {
596
612
  "id": "calendar-manage",
597
613
  "path": "calendar-manage/SKILL.md",
598
614
  "emoji": "📆",
599
- "services": []
615
+ "services": ["nextcloud"]
600
616
  },
601
617
  {
602
618
  "id": "system-info",
@@ -698,7 +714,7 @@ var manifest_default = {
698
714
  "id": "haystack-rag",
699
715
  "path": "haystack-rag/SKILL.md",
700
716
  "emoji": "🔍",
701
- "services": []
717
+ "services": ["qdrant", "weaviate"]
702
718
  },
703
719
  {
704
720
  "id": "llamaindex-query",
@@ -722,7 +738,7 @@ var manifest_default = {
722
738
  "id": "ansible-configure",
723
739
  "path": "ansible-configure/SKILL.md",
724
740
  "emoji": "📋",
725
- "services": []
741
+ "services": ["jenkins"]
726
742
  },
727
743
  {
728
744
  "id": "woodpecker-ci",
@@ -1034,13 +1050,13 @@ var manifest_default = {
1034
1050
  "id": "ui-design-system",
1035
1051
  "path": "ui-design-system/SKILL.md",
1036
1052
  "emoji": "🎨",
1037
- "services": []
1053
+ "services": ["claude-code"]
1038
1054
  },
1039
1055
  {
1040
1056
  "id": "tailwind-design-system-v4",
1041
1057
  "path": "tailwind-design-system-v4/SKILL.md",
1042
1058
  "emoji": "💨",
1043
- "services": []
1059
+ "services": ["ghost"]
1044
1060
  },
1045
1061
  {
1046
1062
  "id": "interaction-design",
@@ -1112,7 +1128,7 @@ var manifest_default = {
1112
1128
  "id": "browser-learn",
1113
1129
  "path": "browser-learn/SKILL.md",
1114
1130
  "emoji": "🧠",
1115
- "services": []
1131
+ "services": ["browserless", "lightpanda"]
1116
1132
  },
1117
1133
  {
1118
1134
  "id": "scrapling-scrape",
@@ -1124,7 +1140,11 @@ var manifest_default = {
1124
1140
  "id": "youtube-growth",
1125
1141
  "path": "youtube-growth/SKILL.md",
1126
1142
  "emoji": "📈",
1127
- "services": []
1143
+ "services": [
1144
+ "comfyui",
1145
+ "ollama",
1146
+ "searxng"
1147
+ ]
1128
1148
  },
1129
1149
  {
1130
1150
  "id": "hexstrike-mcp",
@@ -1149,10 +1169,16 @@ var manifest_default = {
1149
1169
  "path": "pentestagent-runner/SKILL.md",
1150
1170
  "emoji": "🔍",
1151
1171
  "services": ["pentestagent"]
1172
+ },
1173
+ {
1174
+ "id": "headscale-network",
1175
+ "path": "headscale-network/SKILL.md",
1176
+ "emoji": "🌐",
1177
+ "services": ["headscale"]
1152
1178
  }
1153
1179
  ]
1154
1180
  };
1155
1181
 
1156
1182
  //#endregion
1157
1183
  export { manifest_default as t };
1158
- //# sourceMappingURL=manifest-BjK4ALvr.mjs.map
1184
+ //# sourceMappingURL=manifest-B8UDsVlR.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"manifest-B8UDsVlR.mjs","names":[],"sources":["../src/skills/manifest.json"],"sourcesContent":[""],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { ServiceDefinition } from "../../types.mjs";
2
+
3
+ //#region src/services/definitions/headscale.d.ts
4
+ declare const headscaleDefinition: ServiceDefinition;
5
+ //#endregion
6
+ export { headscaleDefinition };
7
+ //# sourceMappingURL=headscale.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"headscale.d.mts","names":[],"sources":["../../../src/services/definitions/headscale.ts"],"mappings":";;;cAEa,mBAAA,EAAqB,iBAAA"}
@@ -0,0 +1,71 @@
1
+ //#region src/services/definitions/headscale.ts
2
+ const headscaleDefinition = {
3
+ id: "headscale",
4
+ name: "Headscale",
5
+ description: "An open source, self-hosted implementation of the Tailscale control server.",
6
+ category: "dev-tools",
7
+ icon: "🌐",
8
+ image: "headscale/headscale",
9
+ imageTag: "latest",
10
+ command: "headscale serve",
11
+ ports: [{
12
+ host: 8080,
13
+ container: 8080,
14
+ description: "Headscale API and Web UI",
15
+ exposed: true
16
+ }, {
17
+ host: 9090,
18
+ container: 9090,
19
+ description: "Headscale metrics",
20
+ exposed: false
21
+ }],
22
+ volumes: [{
23
+ name: "headscale-data",
24
+ containerPath: "/var/lib/headscale",
25
+ description: "Headscale database and configurations"
26
+ }, {
27
+ name: "headscale-config",
28
+ containerPath: "/etc/headscale",
29
+ description: "Headscale configuration files"
30
+ }],
31
+ environment: [{
32
+ key: "HEADSCALE_SERVER_URL",
33
+ defaultValue: "http://localhost:8080",
34
+ secret: false,
35
+ description: "The URL where the headscale server will be accessible",
36
+ required: true
37
+ }, {
38
+ key: "HEADSCALE_METRICS_LISTEN_ADDR",
39
+ defaultValue: "0.0.0.0:9090",
40
+ secret: false,
41
+ description: "Metrics listen address",
42
+ required: false
43
+ }],
44
+ healthcheck: {
45
+ test: "curl -f http://localhost:8080/health",
46
+ interval: "30s",
47
+ timeout: "5s",
48
+ retries: 3
49
+ },
50
+ docsUrl: "https://github.com/juanfont/headscale",
51
+ tags: [
52
+ "vpn",
53
+ "networking",
54
+ "tailscale",
55
+ "mesh-network"
56
+ ],
57
+ dependsOn: [],
58
+ restartPolicy: "unless-stopped",
59
+ networks: [],
60
+ skills: [],
61
+ openclawEnvVars: [],
62
+ maturity: "stable",
63
+ requires: [],
64
+ recommends: [],
65
+ conflictsWith: [],
66
+ gpuRequired: false
67
+ };
68
+
69
+ //#endregion
70
+ export { headscaleDefinition };
71
+ //# sourceMappingURL=headscale.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"headscale.mjs","names":[],"sources":["../../../src/services/definitions/headscale.ts"],"sourcesContent":["import type { ServiceDefinition } from \"../../types.js\";\n\nexport const headscaleDefinition: ServiceDefinition = {\n id: \"headscale\",\n name: \"Headscale\",\n description: \"An open source, self-hosted implementation of the Tailscale control server.\",\n category: \"dev-tools\",\n icon: \"🌐\",\n image: \"headscale/headscale\",\n imageTag: \"latest\",\n command: \"headscale serve\",\n ports: [\n {\n host: 8080,\n container: 8080,\n description: \"Headscale API and Web UI\",\n exposed: true,\n },\n {\n host: 9090,\n container: 9090,\n description: \"Headscale metrics\",\n exposed: false,\n },\n ],\n volumes: [\n {\n name: \"headscale-data\",\n containerPath: \"/var/lib/headscale\",\n description: \"Headscale database and configurations\",\n },\n {\n name: \"headscale-config\",\n containerPath: \"/etc/headscale\",\n description: \"Headscale configuration files\",\n },\n ],\n environment: [\n {\n key: \"HEADSCALE_SERVER_URL\",\n defaultValue: \"http://localhost:8080\",\n secret: false,\n description: \"The URL where the headscale server will be accessible\",\n required: true,\n },\n {\n key: \"HEADSCALE_METRICS_LISTEN_ADDR\",\n defaultValue: \"0.0.0.0:9090\",\n secret: false,\n description: \"Metrics listen address\",\n required: false,\n },\n ],\n healthcheck: {\n test: \"curl -f http://localhost:8080/health\",\n interval: \"30s\",\n timeout: \"5s\",\n retries: 3,\n },\n docsUrl: \"https://github.com/juanfont/headscale\",\n tags: [\"vpn\", \"networking\", \"tailscale\", \"mesh-network\"],\n dependsOn: [],\n restartPolicy: \"unless-stopped\",\n networks: [],\n skills: [],\n openclawEnvVars: [],\n maturity: \"stable\",\n requires: [],\n recommends: [],\n conflictsWith: [],\n gpuRequired: false\n};\n"],"mappings":";AAEA,MAAa,sBAAyC;CAClD,IAAI;CACJ,MAAM;CACN,aAAa;CACb,UAAU;CACV,MAAM;CACN,OAAO;CACP,UAAU;CACV,SAAS;CACT,OAAO,CACH;EACI,MAAM;EACN,WAAW;EACX,aAAa;EACb,SAAS;EACZ,EACD;EACI,MAAM;EACN,WAAW;EACX,aAAa;EACb,SAAS;EACZ,CACJ;CACD,SAAS,CACL;EACI,MAAM;EACN,eAAe;EACf,aAAa;EAChB,EACD;EACI,MAAM;EACN,eAAe;EACf,aAAa;EAChB,CACJ;CACD,aAAa,CACT;EACI,KAAK;EACL,cAAc;EACd,QAAQ;EACR,aAAa;EACb,UAAU;EACb,EACD;EACI,KAAK;EACL,cAAc;EACd,QAAQ;EACR,aAAa;EACb,UAAU;EACb,CACJ;CACD,aAAa;EACT,MAAM;EACN,UAAU;EACV,SAAS;EACT,SAAS;EACZ;CACD,SAAS;CACT,MAAM;EAAC;EAAO;EAAc;EAAa;EAAe;CACxD,WAAW,EAAE;CACb,eAAe;CACf,UAAU,EAAE;CACZ,QAAQ,EAAE;CACV,iBAAiB,EAAE;CACnB,UAAU;CACV,UAAU,EAAE;CACZ,YAAY,EAAE;CACd,eAAe,EAAE;CACjB,aAAa;CAChB"}
@@ -27,6 +27,7 @@ import { ghostDefinition } from "./ghost.mjs";
27
27
  import { giteaDefinition } from "./gitea.mjs";
28
28
  import { gotifyDefinition } from "./gotify.mjs";
29
29
  import { grafanaDefinition } from "./grafana.mjs";
30
+ import { headscaleDefinition } from "./headscale.mjs";
30
31
  import { hexstrikeDefinition } from "./hexstrike.mjs";
31
32
  import { homeassistantDefinition } from "./homeassistant.mjs";
32
33
  import { immichDefinition } from "./immich.mjs";
@@ -96,5 +97,5 @@ import { xyopsDefinition } from "./xyops.mjs";
96
97
  //#region src/services/definitions/index.d.ts
97
98
  declare const allServiceDefinitions: ServiceDefinition[];
98
99
  //#endregion
99
- export { allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, authentikDefinition, beszelDefinition, browserlessDefinition, caddyDefinition, calComDefinition, chromadbDefinition, claudeCodeDefinition, codeServerDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, crowdsecDefinition, desktopEnvironmentDefinition, difyDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, ffmpegDefinition, flowiseDefinition, geminiCliDefinition, ghostDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, hexstrikeDefinition, homeassistantDefinition, immichDefinition, jellyfinDefinition, jenkinsDefinition, kimiDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, litellmDefinition, livekitDefinition, lokiDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, meilisearchDefinition, milvusDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, motionCanvasDefinition, n8nDefinition, neo4jDefinition, nextcloudDefinition, nocodbDefinition, ntfyDefinition, ollamaDefinition, openWebuiDefinition, opencodeDefinition, openpanelDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, playwrightServerDefinition, portainerDefinition, postgresqlDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, redisDefinition, remotionDefinition, rocketchatDefinition, scraplingDefinition, searxngDefinition, signozDefinition, solidityGuardDefinition, stableDiffusionDefinition, steelBrowserDefinition, streamGatewayDefinition, supabaseDefinition, tailscaleDefinition, temporalDefinition, traefikDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, vaultwardenDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, xyopsDefinition };
100
+ export { allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, authentikDefinition, beszelDefinition, browserlessDefinition, caddyDefinition, calComDefinition, chromadbDefinition, claudeCodeDefinition, codeServerDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, crowdsecDefinition, desktopEnvironmentDefinition, difyDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, ffmpegDefinition, flowiseDefinition, geminiCliDefinition, ghostDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, headscaleDefinition, hexstrikeDefinition, homeassistantDefinition, immichDefinition, jellyfinDefinition, jenkinsDefinition, kimiDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, litellmDefinition, livekitDefinition, lokiDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, meilisearchDefinition, milvusDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, motionCanvasDefinition, n8nDefinition, neo4jDefinition, nextcloudDefinition, nocodbDefinition, ntfyDefinition, ollamaDefinition, openWebuiDefinition, opencodeDefinition, openpanelDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, playwrightServerDefinition, portainerDefinition, postgresqlDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, redisDefinition, remotionDefinition, rocketchatDefinition, scraplingDefinition, searxngDefinition, signozDefinition, solidityGuardDefinition, stableDiffusionDefinition, steelBrowserDefinition, streamGatewayDefinition, supabaseDefinition, tailscaleDefinition, temporalDefinition, traefikDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, vaultwardenDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, xyopsDefinition };
100
101
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../../../src/services/definitions/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6La,qBAAA,EAAuB,iBAAA"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../../../src/services/definitions/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA+La,qBAAA,EAAuB,iBAAA"}
@@ -26,6 +26,7 @@ import { ghostDefinition } from "./ghost.mjs";
26
26
  import { giteaDefinition } from "./gitea.mjs";
27
27
  import { gotifyDefinition } from "./gotify.mjs";
28
28
  import { grafanaDefinition } from "./grafana.mjs";
29
+ import { headscaleDefinition } from "./headscale.mjs";
29
30
  import { hexstrikeDefinition } from "./hexstrike.mjs";
30
31
  import { homeassistantDefinition } from "./homeassistant.mjs";
31
32
  import { immichDefinition } from "./immich.mjs";
@@ -186,9 +187,10 @@ const allServiceDefinitions = [
186
187
  hexstrikeDefinition,
187
188
  solidityGuardDefinition,
188
189
  pentagiDefinition,
189
- pentestagentDefinition
190
+ pentestagentDefinition,
191
+ headscaleDefinition
190
192
  ];
191
193
 
192
194
  //#endregion
193
- export { allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, authentikDefinition, beszelDefinition, browserlessDefinition, caddyDefinition, calComDefinition, chromadbDefinition, claudeCodeDefinition, codeServerDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, crowdsecDefinition, desktopEnvironmentDefinition, difyDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, ffmpegDefinition, flowiseDefinition, geminiCliDefinition, ghostDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, hexstrikeDefinition, homeassistantDefinition, immichDefinition, jellyfinDefinition, jenkinsDefinition, kimiDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, litellmDefinition, livekitDefinition, lokiDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, meilisearchDefinition, milvusDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, motionCanvasDefinition, n8nDefinition, neo4jDefinition, nextcloudDefinition, nocodbDefinition, ntfyDefinition, ollamaDefinition, openWebuiDefinition, opencodeDefinition, openpanelDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, playwrightServerDefinition, portainerDefinition, postgresqlDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, redisDefinition, remotionDefinition, rocketchatDefinition, scraplingDefinition, searxngDefinition, signozDefinition, solidityGuardDefinition, stableDiffusionDefinition, steelBrowserDefinition, streamGatewayDefinition, supabaseDefinition, tailscaleDefinition, temporalDefinition, traefikDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, vaultwardenDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, xyopsDefinition };
195
+ export { allServiceDefinitions, anythingLlmDefinition, appflowyDefinition, authentikDefinition, beszelDefinition, browserlessDefinition, caddyDefinition, calComDefinition, chromadbDefinition, claudeCodeDefinition, codeServerDefinition, codexDefinition, comfyuiDefinition, convexDashboardDefinition, convexDefinition, coolifyDefinition, crowdsecDefinition, desktopEnvironmentDefinition, difyDefinition, docsgptDefinition, dokployDefinition, dozzleDefinition, ffmpegDefinition, flowiseDefinition, geminiCliDefinition, ghostDefinition, giteaDefinition, gotifyDefinition, grafanaDefinition, headscaleDefinition, hexstrikeDefinition, homeassistantDefinition, immichDefinition, jellyfinDefinition, jenkinsDefinition, kimiDefinition, lasuiteMeetAgentsDefinition, lasuiteMeetBackendDefinition, lasuiteMeetFrontendDefinition, librechatDefinition, lightpandaDefinition, litellmDefinition, livekitDefinition, lokiDefinition, matomoDefinition, matrixSynapseDefinition, mattermostDefinition, meilisearchDefinition, milvusDefinition, minioDefinition, missionControlDefinition, mixpostDefinition, motionCanvasDefinition, n8nDefinition, neo4jDefinition, nextcloudDefinition, nocodbDefinition, ntfyDefinition, ollamaDefinition, openWebuiDefinition, opencodeDefinition, openpanelDefinition, outlineDefinition, paperlessNgxDefinition, pentagiDefinition, pentestagentDefinition, playwrightServerDefinition, portainerDefinition, postgresqlDefinition, postizDefinition, prometheusDefinition, qdrantDefinition, redisDefinition, remotionDefinition, rocketchatDefinition, scraplingDefinition, searxngDefinition, signozDefinition, solidityGuardDefinition, stableDiffusionDefinition, steelBrowserDefinition, streamGatewayDefinition, supabaseDefinition, tailscaleDefinition, temporalDefinition, traefikDefinition, umamiDefinition, uptimeKumaDefinition, usesendDefinition, valkeyDefinition, vaultwardenDefinition, watchtowerDefinition, weaviateDefinition, whisperDefinition, xyopsDefinition };
194
196
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../../../src/services/definitions/index.ts"],"sourcesContent":["export { anythingLlmDefinition } from \"./anything-llm.js\";\nexport { appflowyDefinition } from \"./appflowy.js\";\nexport { authentikDefinition } from \"./authentik.js\";\nexport { beszelDefinition } from \"./beszel.js\";\nexport { browserlessDefinition } from \"./browserless.js\";\nexport { caddyDefinition } from \"./caddy.js\";\nexport { calComDefinition } from \"./cal-com.js\";\nexport { chromadbDefinition } from \"./chromadb.js\";\nexport { claudeCodeDefinition } from \"./claude-code.js\";\nexport { codeServerDefinition } from \"./code-server.js\";\nexport { codexDefinition } from \"./codex.js\";\nexport { comfyuiDefinition } from \"./comfyui.js\";\nexport { convexDefinition } from \"./convex.js\";\nexport { convexDashboardDefinition } from \"./convex-dashboard.js\";\nexport { coolifyDefinition } from \"./coolify.js\";\nexport { crowdsecDefinition } from \"./crowdsec.js\";\nexport { desktopEnvironmentDefinition } from \"./desktop-environment.js\";\nexport { difyDefinition } from \"./dify.js\";\nexport { docsgptDefinition } from \"./docsgpt.js\";\nexport { dokployDefinition } from \"./dokploy.js\";\nexport { dozzleDefinition } from \"./dozzle.js\";\nexport { ffmpegDefinition } from \"./ffmpeg.js\";\nexport { flowiseDefinition } from \"./flowise.js\";\nexport { geminiCliDefinition } from \"./gemini-cli.js\";\nexport { ghostDefinition } from \"./ghost.js\";\nexport { giteaDefinition } from \"./gitea.js\";\nexport { gotifyDefinition } from \"./gotify.js\";\nexport { grafanaDefinition } from \"./grafana.js\";\nexport { hexstrikeDefinition } from \"./hexstrike.js\";\nexport { homeassistantDefinition } from \"./homeassistant.js\";\nexport { immichDefinition } from \"./immich.js\";\nexport { jellyfinDefinition } from \"./jellyfin.js\";\nexport { jenkinsDefinition } from \"./jenkins.js\";\nexport { kimiDefinition } from \"./kimi.js\";\nexport { lasuiteMeetAgentsDefinition } from \"./lasuite-meet-agents.js\";\nexport { lasuiteMeetBackendDefinition } from \"./lasuite-meet-backend.js\";\nexport { lasuiteMeetFrontendDefinition } from \"./lasuite-meet-frontend.js\";\nexport { librechatDefinition } from \"./librechat.js\";\nexport { lightpandaDefinition } from \"./lightpanda.js\";\nexport { litellmDefinition } from \"./litellm.js\";\nexport { livekitDefinition } from \"./livekit.js\";\nexport { lokiDefinition } from \"./loki.js\";\nexport { matomoDefinition } from \"./matomo.js\";\nexport { matrixSynapseDefinition } from \"./matrix-synapse.js\";\nexport { mattermostDefinition } from \"./mattermost.js\";\nexport { meilisearchDefinition } from \"./meilisearch.js\";\nexport { milvusDefinition } from \"./milvus.js\";\nexport { minioDefinition } from \"./minio.js\";\nexport { missionControlDefinition } from \"./mission-control.js\";\nexport { mixpostDefinition } from \"./mixpost.js\";\nexport { motionCanvasDefinition } from \"./motion-canvas.js\";\nexport { n8nDefinition } from \"./n8n.js\";\nexport { neo4jDefinition } from \"./neo4j.js\";\nexport { nextcloudDefinition } from \"./nextcloud.js\";\nexport { nocodbDefinition } from \"./nocodb.js\";\nexport { ntfyDefinition } from \"./ntfy.js\";\nexport { ollamaDefinition } from \"./ollama.js\";\nexport { openWebuiDefinition } from \"./open-webui.js\";\nexport { opencodeDefinition } from \"./opencode.js\";\nexport { openpanelDefinition } from \"./openpanel.js\";\nexport { outlineDefinition } from \"./outline.js\";\nexport { paperlessNgxDefinition } from \"./paperless-ngx.js\";\nexport { pentagiDefinition } from \"./pentagi.js\";\nexport { pentestagentDefinition } from \"./pentestagent.js\";\nexport { playwrightServerDefinition } from \"./playwright-server.js\";\nexport { portainerDefinition } from \"./portainer.js\";\nexport { postgresqlDefinition } from \"./postgresql.js\";\nexport { postizDefinition } from \"./postiz.js\";\nexport { prometheusDefinition } from \"./prometheus.js\";\nexport { qdrantDefinition } from \"./qdrant.js\";\nexport { redisDefinition } from \"./redis.js\";\nexport { remotionDefinition } from \"./remotion.js\";\nexport { rocketchatDefinition } from \"./rocketchat.js\";\nexport { scraplingDefinition } from \"./scrapling.js\";\nexport { searxngDefinition } from \"./searxng.js\";\nexport { signozDefinition } from \"./signoz.js\";\nexport { solidityGuardDefinition } from \"./solidityguard.js\";\nexport { stableDiffusionDefinition } from \"./stable-diffusion.js\";\nexport { steelBrowserDefinition } from \"./steel-browser.js\";\nexport { streamGatewayDefinition } from \"./stream-gateway.js\";\nexport { supabaseDefinition } from \"./supabase.js\";\nexport { tailscaleDefinition } from \"./tailscale.js\";\nexport { temporalDefinition } from \"./temporal.js\";\nexport { traefikDefinition } from \"./traefik.js\";\nexport { umamiDefinition } from \"./umami.js\";\nexport { uptimeKumaDefinition } from \"./uptime-kuma.js\";\nexport { usesendDefinition } from \"./usesend.js\";\nexport { valkeyDefinition } from \"./valkey.js\";\nexport { vaultwardenDefinition } from \"./vaultwarden.js\";\nexport { watchtowerDefinition } from \"./watchtower.js\";\nexport { weaviateDefinition } from \"./weaviate.js\";\nexport { whisperDefinition } from \"./whisper.js\";\nexport { xyopsDefinition } from \"./xyops.js\";\n\nimport type { ServiceDefinition } from \"../../types.js\";\nimport { anythingLlmDefinition } from \"./anything-llm.js\";\nimport { appflowyDefinition } from \"./appflowy.js\";\nimport { authentikDefinition } from \"./authentik.js\";\nimport { beszelDefinition } from \"./beszel.js\";\nimport { browserlessDefinition } from \"./browserless.js\";\nimport { caddyDefinition } from \"./caddy.js\";\nimport { calComDefinition } from \"./cal-com.js\";\nimport { chromadbDefinition } from \"./chromadb.js\";\nimport { claudeCodeDefinition } from \"./claude-code.js\";\nimport { codeServerDefinition } from \"./code-server.js\";\nimport { codexDefinition } from \"./codex.js\";\nimport { comfyuiDefinition } from \"./comfyui.js\";\nimport { convexDefinition } from \"./convex.js\";\nimport { convexDashboardDefinition } from \"./convex-dashboard.js\";\nimport { coolifyDefinition } from \"./coolify.js\";\nimport { crowdsecDefinition } from \"./crowdsec.js\";\nimport { desktopEnvironmentDefinition } from \"./desktop-environment.js\";\nimport { difyDefinition } from \"./dify.js\";\nimport { docsgptDefinition } from \"./docsgpt.js\";\nimport { dokployDefinition } from \"./dokploy.js\";\nimport { dozzleDefinition } from \"./dozzle.js\";\nimport { ffmpegDefinition } from \"./ffmpeg.js\";\nimport { flowiseDefinition } from \"./flowise.js\";\nimport { geminiCliDefinition } from \"./gemini-cli.js\";\nimport { ghostDefinition } from \"./ghost.js\";\nimport { giteaDefinition } from \"./gitea.js\";\nimport { gotifyDefinition } from \"./gotify.js\";\nimport { grafanaDefinition } from \"./grafana.js\";\nimport { hexstrikeDefinition } from \"./hexstrike.js\";\nimport { homeassistantDefinition } from \"./homeassistant.js\";\nimport { immichDefinition } from \"./immich.js\";\nimport { jellyfinDefinition } from \"./jellyfin.js\";\nimport { jenkinsDefinition } from \"./jenkins.js\";\nimport { kimiDefinition } from \"./kimi.js\";\nimport { lasuiteMeetAgentsDefinition } from \"./lasuite-meet-agents.js\";\nimport { lasuiteMeetBackendDefinition } from \"./lasuite-meet-backend.js\";\nimport { lasuiteMeetFrontendDefinition } from \"./lasuite-meet-frontend.js\";\nimport { librechatDefinition } from \"./librechat.js\";\nimport { lightpandaDefinition } from \"./lightpanda.js\";\nimport { litellmDefinition } from \"./litellm.js\";\nimport { livekitDefinition } from \"./livekit.js\";\nimport { lokiDefinition } from \"./loki.js\";\nimport { matomoDefinition } from \"./matomo.js\";\nimport { matrixSynapseDefinition } from \"./matrix-synapse.js\";\nimport { mattermostDefinition } from \"./mattermost.js\";\nimport { meilisearchDefinition } from \"./meilisearch.js\";\nimport { milvusDefinition } from \"./milvus.js\";\nimport { minioDefinition } from \"./minio.js\";\nimport { missionControlDefinition } from \"./mission-control.js\";\nimport { mixpostDefinition } from \"./mixpost.js\";\nimport { motionCanvasDefinition } from \"./motion-canvas.js\";\nimport { n8nDefinition } from \"./n8n.js\";\nimport { neo4jDefinition } from \"./neo4j.js\";\nimport { nextcloudDefinition } from \"./nextcloud.js\";\nimport { nocodbDefinition } from \"./nocodb.js\";\nimport { ntfyDefinition } from \"./ntfy.js\";\nimport { ollamaDefinition } from \"./ollama.js\";\nimport { openWebuiDefinition } from \"./open-webui.js\";\nimport { opencodeDefinition } from \"./opencode.js\";\nimport { openpanelDefinition } from \"./openpanel.js\";\nimport { outlineDefinition } from \"./outline.js\";\nimport { paperlessNgxDefinition } from \"./paperless-ngx.js\";\nimport { pentagiDefinition } from \"./pentagi.js\";\nimport { pentestagentDefinition } from \"./pentestagent.js\";\nimport { playwrightServerDefinition } from \"./playwright-server.js\";\nimport { portainerDefinition } from \"./portainer.js\";\nimport { postgresqlDefinition } from \"./postgresql.js\";\nimport { postizDefinition } from \"./postiz.js\";\nimport { prometheusDefinition } from \"./prometheus.js\";\nimport { qdrantDefinition } from \"./qdrant.js\";\nimport { redisDefinition } from \"./redis.js\";\nimport { remotionDefinition } from \"./remotion.js\";\nimport { rocketchatDefinition } from \"./rocketchat.js\";\nimport { scraplingDefinition } from \"./scrapling.js\";\nimport { searxngDefinition } from \"./searxng.js\";\nimport { signozDefinition } from \"./signoz.js\";\nimport { solidityGuardDefinition } from \"./solidityguard.js\";\nimport { stableDiffusionDefinition } from \"./stable-diffusion.js\";\nimport { steelBrowserDefinition } from \"./steel-browser.js\";\nimport { streamGatewayDefinition } from \"./stream-gateway.js\";\nimport { supabaseDefinition } from \"./supabase.js\";\nimport { tailscaleDefinition } from \"./tailscale.js\";\nimport { temporalDefinition } from \"./temporal.js\";\nimport { traefikDefinition } from \"./traefik.js\";\nimport { umamiDefinition } from \"./umami.js\";\nimport { uptimeKumaDefinition } from \"./uptime-kuma.js\";\nimport { usesendDefinition } from \"./usesend.js\";\nimport { valkeyDefinition } from \"./valkey.js\";\nimport { vaultwardenDefinition } from \"./vaultwarden.js\";\nimport { watchtowerDefinition } from \"./watchtower.js\";\nimport { weaviateDefinition } from \"./weaviate.js\";\nimport { whisperDefinition } from \"./whisper.js\";\nimport { xyopsDefinition } from \"./xyops.js\";\n\nexport const allServiceDefinitions: ServiceDefinition[] = [\n\tredisDefinition,\n\tqdrantDefinition,\n\tn8nDefinition,\n\tffmpegDefinition,\n\tminioDefinition,\n\tpostgresqlDefinition,\n\tcaddyDefinition,\n\ttraefikDefinition,\n\tuptimeKumaDefinition,\n\tgrafanaDefinition,\n\tprometheusDefinition,\n\tbrowserlessDefinition,\n\tsearxngDefinition,\n\tmeilisearchDefinition,\n\tollamaDefinition,\n\twhisperDefinition,\n\tchromadbDefinition,\n\tweaviateDefinition,\n\tvalkeyDefinition,\n\tgotifyDefinition,\n\tntfyDefinition,\n\tremotionDefinition,\n\tmotionCanvasDefinition,\n\ttemporalDefinition,\n\toutlineDefinition,\n\tdocsgptDefinition,\n\tpaperlessNgxDefinition,\n\tnocodbDefinition,\n\tappflowyDefinition,\n\tmatrixSynapseDefinition,\n\trocketchatDefinition,\n\tmattermostDefinition,\n\tstableDiffusionDefinition,\n\tcomfyuiDefinition,\n\tplaywrightServerDefinition,\n\topenWebuiDefinition,\n\thomeassistantDefinition,\n\tnextcloudDefinition,\n\timmichDefinition,\n\tjellyfinDefinition,\n\tvaultwardenDefinition,\n\tmilvusDefinition,\n\tjenkinsDefinition,\n\tauthentikDefinition,\n\tcrowdsecDefinition,\n\tghostDefinition,\n\tlokiDefinition,\n\tsignozDefinition,\n\tsupabaseDefinition,\n\tlibrechatDefinition,\n\tanythingLlmDefinition,\n\tdifyDefinition,\n\tflowiseDefinition,\n\tlitellmDefinition,\n\tgiteaDefinition,\n\tcodeServerDefinition,\n\tportainerDefinition,\n\twatchtowerDefinition,\n\tdozzleDefinition,\n\tbeszelDefinition,\n\tconvexDefinition,\n\tconvexDashboardDefinition,\n\tclaudeCodeDefinition,\n\topencodeDefinition,\n\tcodexDefinition,\n\tgeminiCliDefinition,\n\tkimiDefinition,\n\tpostizDefinition,\n\tmixpostDefinition,\n\tmatomoDefinition,\n\tumamiDefinition,\n\tusesendDefinition,\n\tmissionControlDefinition,\n\topenpanelDefinition,\n\tlightpandaDefinition,\n\tsteelBrowserDefinition,\n\tcoolifyDefinition,\n\tdokployDefinition,\n\ttailscaleDefinition,\n\tlivekitDefinition,\n\tlasuiteMeetBackendDefinition,\n\tlasuiteMeetFrontendDefinition,\n\tlasuiteMeetAgentsDefinition,\n\tdesktopEnvironmentDefinition,\n\tstreamGatewayDefinition,\n\tneo4jDefinition,\n\tcalComDefinition,\n\txyopsDefinition,\n\tscraplingDefinition,\n\thexstrikeDefinition,\n\tsolidityGuardDefinition,\n\tpentagiDefinition,\n\tpentestagentDefinition,\n];\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6LA,MAAa,wBAA6C;CACzD;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../../../src/services/definitions/index.ts"],"sourcesContent":["export { anythingLlmDefinition } from \"./anything-llm.js\";\nexport { appflowyDefinition } from \"./appflowy.js\";\nexport { authentikDefinition } from \"./authentik.js\";\nexport { beszelDefinition } from \"./beszel.js\";\nexport { browserlessDefinition } from \"./browserless.js\";\nexport { caddyDefinition } from \"./caddy.js\";\nexport { calComDefinition } from \"./cal-com.js\";\nexport { chromadbDefinition } from \"./chromadb.js\";\nexport { claudeCodeDefinition } from \"./claude-code.js\";\nexport { codeServerDefinition } from \"./code-server.js\";\nexport { codexDefinition } from \"./codex.js\";\nexport { comfyuiDefinition } from \"./comfyui.js\";\nexport { convexDefinition } from \"./convex.js\";\nexport { convexDashboardDefinition } from \"./convex-dashboard.js\";\nexport { coolifyDefinition } from \"./coolify.js\";\nexport { crowdsecDefinition } from \"./crowdsec.js\";\nexport { desktopEnvironmentDefinition } from \"./desktop-environment.js\";\nexport { difyDefinition } from \"./dify.js\";\nexport { docsgptDefinition } from \"./docsgpt.js\";\nexport { dokployDefinition } from \"./dokploy.js\";\nexport { dozzleDefinition } from \"./dozzle.js\";\nexport { ffmpegDefinition } from \"./ffmpeg.js\";\nexport { flowiseDefinition } from \"./flowise.js\";\nexport { geminiCliDefinition } from \"./gemini-cli.js\";\nexport { ghostDefinition } from \"./ghost.js\";\nexport { giteaDefinition } from \"./gitea.js\";\nexport { gotifyDefinition } from \"./gotify.js\";\nexport { grafanaDefinition } from \"./grafana.js\";\nexport { headscaleDefinition } from \"./headscale.js\";\nexport { hexstrikeDefinition } from \"./hexstrike.js\";\nexport { homeassistantDefinition } from \"./homeassistant.js\";\nexport { immichDefinition } from \"./immich.js\";\nexport { jellyfinDefinition } from \"./jellyfin.js\";\nexport { jenkinsDefinition } from \"./jenkins.js\";\nexport { kimiDefinition } from \"./kimi.js\";\nexport { lasuiteMeetAgentsDefinition } from \"./lasuite-meet-agents.js\";\nexport { lasuiteMeetBackendDefinition } from \"./lasuite-meet-backend.js\";\nexport { lasuiteMeetFrontendDefinition } from \"./lasuite-meet-frontend.js\";\nexport { librechatDefinition } from \"./librechat.js\";\nexport { lightpandaDefinition } from \"./lightpanda.js\";\nexport { litellmDefinition } from \"./litellm.js\";\nexport { livekitDefinition } from \"./livekit.js\";\nexport { lokiDefinition } from \"./loki.js\";\nexport { matomoDefinition } from \"./matomo.js\";\nexport { matrixSynapseDefinition } from \"./matrix-synapse.js\";\nexport { mattermostDefinition } from \"./mattermost.js\";\nexport { meilisearchDefinition } from \"./meilisearch.js\";\nexport { milvusDefinition } from \"./milvus.js\";\nexport { minioDefinition } from \"./minio.js\";\nexport { missionControlDefinition } from \"./mission-control.js\";\nexport { mixpostDefinition } from \"./mixpost.js\";\nexport { motionCanvasDefinition } from \"./motion-canvas.js\";\nexport { n8nDefinition } from \"./n8n.js\";\nexport { neo4jDefinition } from \"./neo4j.js\";\nexport { nextcloudDefinition } from \"./nextcloud.js\";\nexport { nocodbDefinition } from \"./nocodb.js\";\nexport { ntfyDefinition } from \"./ntfy.js\";\nexport { ollamaDefinition } from \"./ollama.js\";\nexport { openWebuiDefinition } from \"./open-webui.js\";\nexport { opencodeDefinition } from \"./opencode.js\";\nexport { openpanelDefinition } from \"./openpanel.js\";\nexport { outlineDefinition } from \"./outline.js\";\nexport { paperlessNgxDefinition } from \"./paperless-ngx.js\";\nexport { pentagiDefinition } from \"./pentagi.js\";\nexport { pentestagentDefinition } from \"./pentestagent.js\";\nexport { playwrightServerDefinition } from \"./playwright-server.js\";\nexport { portainerDefinition } from \"./portainer.js\";\nexport { postgresqlDefinition } from \"./postgresql.js\";\nexport { postizDefinition } from \"./postiz.js\";\nexport { prometheusDefinition } from \"./prometheus.js\";\nexport { qdrantDefinition } from \"./qdrant.js\";\nexport { redisDefinition } from \"./redis.js\";\nexport { remotionDefinition } from \"./remotion.js\";\nexport { rocketchatDefinition } from \"./rocketchat.js\";\nexport { scraplingDefinition } from \"./scrapling.js\";\nexport { searxngDefinition } from \"./searxng.js\";\nexport { signozDefinition } from \"./signoz.js\";\nexport { solidityGuardDefinition } from \"./solidityguard.js\";\nexport { stableDiffusionDefinition } from \"./stable-diffusion.js\";\nexport { steelBrowserDefinition } from \"./steel-browser.js\";\nexport { streamGatewayDefinition } from \"./stream-gateway.js\";\nexport { supabaseDefinition } from \"./supabase.js\";\nexport { tailscaleDefinition } from \"./tailscale.js\";\nexport { temporalDefinition } from \"./temporal.js\";\nexport { traefikDefinition } from \"./traefik.js\";\nexport { umamiDefinition } from \"./umami.js\";\nexport { uptimeKumaDefinition } from \"./uptime-kuma.js\";\nexport { usesendDefinition } from \"./usesend.js\";\nexport { valkeyDefinition } from \"./valkey.js\";\nexport { vaultwardenDefinition } from \"./vaultwarden.js\";\nexport { watchtowerDefinition } from \"./watchtower.js\";\nexport { weaviateDefinition } from \"./weaviate.js\";\nexport { whisperDefinition } from \"./whisper.js\";\nexport { xyopsDefinition } from \"./xyops.js\";\n\nimport type { ServiceDefinition } from \"../../types.js\";\nimport { anythingLlmDefinition } from \"./anything-llm.js\";\nimport { appflowyDefinition } from \"./appflowy.js\";\nimport { authentikDefinition } from \"./authentik.js\";\nimport { beszelDefinition } from \"./beszel.js\";\nimport { browserlessDefinition } from \"./browserless.js\";\nimport { caddyDefinition } from \"./caddy.js\";\nimport { calComDefinition } from \"./cal-com.js\";\nimport { chromadbDefinition } from \"./chromadb.js\";\nimport { claudeCodeDefinition } from \"./claude-code.js\";\nimport { codeServerDefinition } from \"./code-server.js\";\nimport { codexDefinition } from \"./codex.js\";\nimport { comfyuiDefinition } from \"./comfyui.js\";\nimport { convexDefinition } from \"./convex.js\";\nimport { convexDashboardDefinition } from \"./convex-dashboard.js\";\nimport { coolifyDefinition } from \"./coolify.js\";\nimport { crowdsecDefinition } from \"./crowdsec.js\";\nimport { desktopEnvironmentDefinition } from \"./desktop-environment.js\";\nimport { difyDefinition } from \"./dify.js\";\nimport { docsgptDefinition } from \"./docsgpt.js\";\nimport { dokployDefinition } from \"./dokploy.js\";\nimport { dozzleDefinition } from \"./dozzle.js\";\nimport { ffmpegDefinition } from \"./ffmpeg.js\";\nimport { flowiseDefinition } from \"./flowise.js\";\nimport { geminiCliDefinition } from \"./gemini-cli.js\";\nimport { ghostDefinition } from \"./ghost.js\";\nimport { giteaDefinition } from \"./gitea.js\";\nimport { gotifyDefinition } from \"./gotify.js\";\nimport { grafanaDefinition } from \"./grafana.js\";\nimport { headscaleDefinition } from \"./headscale.js\";\nimport { hexstrikeDefinition } from \"./hexstrike.js\";\nimport { homeassistantDefinition } from \"./homeassistant.js\";\nimport { immichDefinition } from \"./immich.js\";\nimport { jellyfinDefinition } from \"./jellyfin.js\";\nimport { jenkinsDefinition } from \"./jenkins.js\";\nimport { kimiDefinition } from \"./kimi.js\";\nimport { lasuiteMeetAgentsDefinition } from \"./lasuite-meet-agents.js\";\nimport { lasuiteMeetBackendDefinition } from \"./lasuite-meet-backend.js\";\nimport { lasuiteMeetFrontendDefinition } from \"./lasuite-meet-frontend.js\";\nimport { librechatDefinition } from \"./librechat.js\";\nimport { lightpandaDefinition } from \"./lightpanda.js\";\nimport { litellmDefinition } from \"./litellm.js\";\nimport { livekitDefinition } from \"./livekit.js\";\nimport { lokiDefinition } from \"./loki.js\";\nimport { matomoDefinition } from \"./matomo.js\";\nimport { matrixSynapseDefinition } from \"./matrix-synapse.js\";\nimport { mattermostDefinition } from \"./mattermost.js\";\nimport { meilisearchDefinition } from \"./meilisearch.js\";\nimport { milvusDefinition } from \"./milvus.js\";\nimport { minioDefinition } from \"./minio.js\";\nimport { missionControlDefinition } from \"./mission-control.js\";\nimport { mixpostDefinition } from \"./mixpost.js\";\nimport { motionCanvasDefinition } from \"./motion-canvas.js\";\nimport { n8nDefinition } from \"./n8n.js\";\nimport { neo4jDefinition } from \"./neo4j.js\";\nimport { nextcloudDefinition } from \"./nextcloud.js\";\nimport { nocodbDefinition } from \"./nocodb.js\";\nimport { ntfyDefinition } from \"./ntfy.js\";\nimport { ollamaDefinition } from \"./ollama.js\";\nimport { openWebuiDefinition } from \"./open-webui.js\";\nimport { opencodeDefinition } from \"./opencode.js\";\nimport { openpanelDefinition } from \"./openpanel.js\";\nimport { outlineDefinition } from \"./outline.js\";\nimport { paperlessNgxDefinition } from \"./paperless-ngx.js\";\nimport { pentagiDefinition } from \"./pentagi.js\";\nimport { pentestagentDefinition } from \"./pentestagent.js\";\nimport { playwrightServerDefinition } from \"./playwright-server.js\";\nimport { portainerDefinition } from \"./portainer.js\";\nimport { postgresqlDefinition } from \"./postgresql.js\";\nimport { postizDefinition } from \"./postiz.js\";\nimport { prometheusDefinition } from \"./prometheus.js\";\nimport { qdrantDefinition } from \"./qdrant.js\";\nimport { redisDefinition } from \"./redis.js\";\nimport { remotionDefinition } from \"./remotion.js\";\nimport { rocketchatDefinition } from \"./rocketchat.js\";\nimport { scraplingDefinition } from \"./scrapling.js\";\nimport { searxngDefinition } from \"./searxng.js\";\nimport { signozDefinition } from \"./signoz.js\";\nimport { solidityGuardDefinition } from \"./solidityguard.js\";\nimport { stableDiffusionDefinition } from \"./stable-diffusion.js\";\nimport { steelBrowserDefinition } from \"./steel-browser.js\";\nimport { streamGatewayDefinition } from \"./stream-gateway.js\";\nimport { supabaseDefinition } from \"./supabase.js\";\nimport { tailscaleDefinition } from \"./tailscale.js\";\nimport { temporalDefinition } from \"./temporal.js\";\nimport { traefikDefinition } from \"./traefik.js\";\nimport { umamiDefinition } from \"./umami.js\";\nimport { uptimeKumaDefinition } from \"./uptime-kuma.js\";\nimport { usesendDefinition } from \"./usesend.js\";\nimport { valkeyDefinition } from \"./valkey.js\";\nimport { vaultwardenDefinition } from \"./vaultwarden.js\";\nimport { watchtowerDefinition } from \"./watchtower.js\";\nimport { weaviateDefinition } from \"./weaviate.js\";\nimport { whisperDefinition } from \"./whisper.js\";\nimport { xyopsDefinition } from \"./xyops.js\";\n\nexport const allServiceDefinitions: ServiceDefinition[] = [\n\tredisDefinition,\n\tqdrantDefinition,\n\tn8nDefinition,\n\tffmpegDefinition,\n\tminioDefinition,\n\tpostgresqlDefinition,\n\tcaddyDefinition,\n\ttraefikDefinition,\n\tuptimeKumaDefinition,\n\tgrafanaDefinition,\n\tprometheusDefinition,\n\tbrowserlessDefinition,\n\tsearxngDefinition,\n\tmeilisearchDefinition,\n\tollamaDefinition,\n\twhisperDefinition,\n\tchromadbDefinition,\n\tweaviateDefinition,\n\tvalkeyDefinition,\n\tgotifyDefinition,\n\tntfyDefinition,\n\tremotionDefinition,\n\tmotionCanvasDefinition,\n\ttemporalDefinition,\n\toutlineDefinition,\n\tdocsgptDefinition,\n\tpaperlessNgxDefinition,\n\tnocodbDefinition,\n\tappflowyDefinition,\n\tmatrixSynapseDefinition,\n\trocketchatDefinition,\n\tmattermostDefinition,\n\tstableDiffusionDefinition,\n\tcomfyuiDefinition,\n\tplaywrightServerDefinition,\n\topenWebuiDefinition,\n\thomeassistantDefinition,\n\tnextcloudDefinition,\n\timmichDefinition,\n\tjellyfinDefinition,\n\tvaultwardenDefinition,\n\tmilvusDefinition,\n\tjenkinsDefinition,\n\tauthentikDefinition,\n\tcrowdsecDefinition,\n\tghostDefinition,\n\tlokiDefinition,\n\tsignozDefinition,\n\tsupabaseDefinition,\n\tlibrechatDefinition,\n\tanythingLlmDefinition,\n\tdifyDefinition,\n\tflowiseDefinition,\n\tlitellmDefinition,\n\tgiteaDefinition,\n\tcodeServerDefinition,\n\tportainerDefinition,\n\twatchtowerDefinition,\n\tdozzleDefinition,\n\tbeszelDefinition,\n\tconvexDefinition,\n\tconvexDashboardDefinition,\n\tclaudeCodeDefinition,\n\topencodeDefinition,\n\tcodexDefinition,\n\tgeminiCliDefinition,\n\tkimiDefinition,\n\tpostizDefinition,\n\tmixpostDefinition,\n\tmatomoDefinition,\n\tumamiDefinition,\n\tusesendDefinition,\n\tmissionControlDefinition,\n\topenpanelDefinition,\n\tlightpandaDefinition,\n\tsteelBrowserDefinition,\n\tcoolifyDefinition,\n\tdokployDefinition,\n\ttailscaleDefinition,\n\tlivekitDefinition,\n\tlasuiteMeetBackendDefinition,\n\tlasuiteMeetFrontendDefinition,\n\tlasuiteMeetAgentsDefinition,\n\tdesktopEnvironmentDefinition,\n\tstreamGatewayDefinition,\n\tneo4jDefinition,\n\tcalComDefinition,\n\txyopsDefinition,\n\tscraplingDefinition,\n\thexstrikeDefinition,\n\tsolidityGuardDefinition,\n\tpentagiDefinition,\n\tpentestagentDefinition,\n\theadscaleDefinition,\n];\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+LA,MAAa,wBAA6C;CACzD;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA"}
@@ -1,4 +1,4 @@
1
- import { t as manifest_default } from "../manifest-BjK4ALvr.mjs";
1
+ import { t as manifest_default } from "../manifest-B8UDsVlR.mjs";
2
2
 
3
3
  //#region src/skills/skill-manifest.ts
4
4
  const manifestData = manifest_default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-openclaw/core",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "private": false,
5
5
  "description": "Core logic for better-openclaw: schemas, service registry, resolver, composer, validators and more",
6
6
  "packageManager": "pnpm@9.15.4",
@@ -0,0 +1,72 @@
1
+ import type { ServiceDefinition } from "../../types.js";
2
+
3
+ export const headscaleDefinition: ServiceDefinition = {
4
+ id: "headscale",
5
+ name: "Headscale",
6
+ description: "An open source, self-hosted implementation of the Tailscale control server.",
7
+ category: "dev-tools",
8
+ icon: "🌐",
9
+ image: "headscale/headscale",
10
+ imageTag: "latest",
11
+ command: "headscale serve",
12
+ ports: [
13
+ {
14
+ host: 8080,
15
+ container: 8080,
16
+ description: "Headscale API and Web UI",
17
+ exposed: true,
18
+ },
19
+ {
20
+ host: 9090,
21
+ container: 9090,
22
+ description: "Headscale metrics",
23
+ exposed: false,
24
+ },
25
+ ],
26
+ volumes: [
27
+ {
28
+ name: "headscale-data",
29
+ containerPath: "/var/lib/headscale",
30
+ description: "Headscale database and configurations",
31
+ },
32
+ {
33
+ name: "headscale-config",
34
+ containerPath: "/etc/headscale",
35
+ description: "Headscale configuration files",
36
+ },
37
+ ],
38
+ environment: [
39
+ {
40
+ key: "HEADSCALE_SERVER_URL",
41
+ defaultValue: "http://localhost:8080",
42
+ secret: false,
43
+ description: "The URL where the headscale server will be accessible",
44
+ required: true,
45
+ },
46
+ {
47
+ key: "HEADSCALE_METRICS_LISTEN_ADDR",
48
+ defaultValue: "0.0.0.0:9090",
49
+ secret: false,
50
+ description: "Metrics listen address",
51
+ required: false,
52
+ },
53
+ ],
54
+ healthcheck: {
55
+ test: "curl -f http://localhost:8080/health",
56
+ interval: "30s",
57
+ timeout: "5s",
58
+ retries: 3,
59
+ },
60
+ docsUrl: "https://github.com/juanfont/headscale",
61
+ tags: ["vpn", "networking", "tailscale", "mesh-network"],
62
+ dependsOn: [],
63
+ restartPolicy: "unless-stopped",
64
+ networks: [],
65
+ skills: [],
66
+ openclawEnvVars: [],
67
+ maturity: "stable",
68
+ requires: [],
69
+ recommends: [],
70
+ conflictsWith: [],
71
+ gpuRequired: false
72
+ };
@@ -26,6 +26,7 @@ export { ghostDefinition } from "./ghost.js";
26
26
  export { giteaDefinition } from "./gitea.js";
27
27
  export { gotifyDefinition } from "./gotify.js";
28
28
  export { grafanaDefinition } from "./grafana.js";
29
+ export { headscaleDefinition } from "./headscale.js";
29
30
  export { hexstrikeDefinition } from "./hexstrike.js";
30
31
  export { homeassistantDefinition } from "./homeassistant.js";
31
32
  export { immichDefinition } from "./immich.js";
@@ -121,6 +122,7 @@ import { ghostDefinition } from "./ghost.js";
121
122
  import { giteaDefinition } from "./gitea.js";
122
123
  import { gotifyDefinition } from "./gotify.js";
123
124
  import { grafanaDefinition } from "./grafana.js";
125
+ import { headscaleDefinition } from "./headscale.js";
124
126
  import { hexstrikeDefinition } from "./hexstrike.js";
125
127
  import { homeassistantDefinition } from "./homeassistant.js";
126
128
  import { immichDefinition } from "./immich.js";
@@ -281,4 +283,5 @@ export const allServiceDefinitions: ServiceDefinition[] = [
281
283
  solidityGuardDefinition,
282
284
  pentagiDefinition,
283
285
  pentestagentDefinition,
286
+ headscaleDefinition,
284
287
  ];
@@ -119,7 +119,23 @@
119
119
  "id": "better-openclaw",
120
120
  "path": "better-openclaw/SKILL.md",
121
121
  "emoji": "🦞",
122
- "services": []
122
+ "services": [
123
+ "caddy",
124
+ "chromadb",
125
+ "ffmpeg",
126
+ "grafana",
127
+ "minio",
128
+ "n8n",
129
+ "ollama",
130
+ "postgresql",
131
+ "prometheus",
132
+ "qdrant",
133
+ "redis",
134
+ "remotion",
135
+ "traefik",
136
+ "weaviate",
137
+ "whisper"
138
+ ]
123
139
  },
124
140
  {
125
141
  "id": "postgresql-query",
@@ -517,25 +533,34 @@
517
533
  "id": "claude-code-assist",
518
534
  "path": "claude-code-assist/SKILL.md",
519
535
  "emoji": "🤖",
520
- "services": []
536
+ "services": [
537
+ "claude-code"
538
+ ]
521
539
  },
522
540
  {
523
541
  "id": "codex-generate",
524
542
  "path": "codex-generate/SKILL.md",
525
543
  "emoji": "⌨️",
526
- "services": []
544
+ "services": [
545
+ "codex"
546
+ ]
527
547
  },
528
548
  {
529
549
  "id": "gemini-cli-query",
530
550
  "path": "gemini-cli-query/SKILL.md",
531
551
  "emoji": "♊",
532
- "services": []
552
+ "services": [
553
+ "gemini-cli"
554
+ ]
533
555
  },
534
556
  {
535
557
  "id": "opencode-develop",
536
558
  "path": "opencode-develop/SKILL.md",
537
559
  "emoji": "🔓",
538
- "services": []
560
+ "services": [
561
+ "opencode",
562
+ "ollama"
563
+ ]
539
564
  },
540
565
  {
541
566
  "id": "mission-control-manage",
@@ -731,7 +756,9 @@
731
756
  "id": "calendar-manage",
732
757
  "path": "calendar-manage/SKILL.md",
733
758
  "emoji": "📆",
734
- "services": []
759
+ "services": [
760
+ "nextcloud"
761
+ ]
735
762
  },
736
763
  {
737
764
  "id": "system-info",
@@ -859,7 +886,10 @@
859
886
  "id": "haystack-rag",
860
887
  "path": "haystack-rag/SKILL.md",
861
888
  "emoji": "🔍",
862
- "services": []
889
+ "services": [
890
+ "qdrant",
891
+ "weaviate"
892
+ ]
863
893
  },
864
894
  {
865
895
  "id": "llamaindex-query",
@@ -885,7 +915,9 @@
885
915
  "id": "ansible-configure",
886
916
  "path": "ansible-configure/SKILL.md",
887
917
  "emoji": "📋",
888
- "services": []
918
+ "services": [
919
+ "jenkins"
920
+ ]
889
921
  },
890
922
  {
891
923
  "id": "woodpecker-ci",
@@ -1261,13 +1293,17 @@
1261
1293
  "id": "ui-design-system",
1262
1294
  "path": "ui-design-system/SKILL.md",
1263
1295
  "emoji": "🎨",
1264
- "services": []
1296
+ "services": [
1297
+ "claude-code"
1298
+ ]
1265
1299
  },
1266
1300
  {
1267
1301
  "id": "tailwind-design-system-v4",
1268
1302
  "path": "tailwind-design-system-v4/SKILL.md",
1269
1303
  "emoji": "💨",
1270
- "services": []
1304
+ "services": [
1305
+ "ghost"
1306
+ ]
1271
1307
  },
1272
1308
  {
1273
1309
  "id": "interaction-design",
@@ -1339,7 +1375,10 @@
1339
1375
  "id": "browser-learn",
1340
1376
  "path": "browser-learn/SKILL.md",
1341
1377
  "emoji": "🧠",
1342
- "services": []
1378
+ "services": [
1379
+ "browserless",
1380
+ "lightpanda"
1381
+ ]
1343
1382
  },
1344
1383
  {
1345
1384
  "id": "scrapling-scrape",
@@ -1353,7 +1392,11 @@
1353
1392
  "id": "youtube-growth",
1354
1393
  "path": "youtube-growth/SKILL.md",
1355
1394
  "emoji": "📈",
1356
- "services": []
1395
+ "services": [
1396
+ "comfyui",
1397
+ "ollama",
1398
+ "searxng"
1399
+ ]
1357
1400
  },
1358
1401
  {
1359
1402
  "id": "hexstrike-mcp",
@@ -1386,6 +1429,14 @@
1386
1429
  "services": [
1387
1430
  "pentestagent"
1388
1431
  ]
1432
+ },
1433
+ {
1434
+ "id": "headscale-network",
1435
+ "path": "headscale-network/SKILL.md",
1436
+ "emoji": "🌐",
1437
+ "services": [
1438
+ "headscale"
1439
+ ]
1389
1440
  }
1390
1441
  ]
1391
1442
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"manifest-BjK4ALvr.mjs","names":[],"sources":["../src/skills/manifest.json"],"sourcesContent":[""],"mappings":""}