-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "autensa-opencloser-mission-control",
"version": "2.0.0",
"description": "Autensa OpenCloser Mission Control Skill - Dynamic database discovery and intelligent integration",
"main": "autensa-main.js",
"bin": {
"autensa": "./autensa-main.js"
},
"scripts": {
"test": "node autensa-main.js status",
"start": "node autensa-main.js",
"init": "node autensa-main.js init",
"info": "node autensa-main.js info",
"api-test": "node autensa-api.js test",
"api-setup": "node autensa-api.js setup",
"api-list": "node autensa-api.js list",
"api-agents": "node autensa-api.js agents"
},
"dependencies": {
"sqlite3": "^5.1.7",
"uuid": "^9.0.1",
"node-fetch": "^3.3.2"
},
"keywords": [
"autensa",
"mission-control",
"openclaw",
"ai-agents",
"orchestration"
],
"author": "OpenClaw Community",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/skills/autensa-opencloser-mission-control"
},
"homepage": "https://clawhub.ai/skills/autensa-opencloser-mission-control"
}