lightclawbot
Advanced tools
+77
-3
| { | ||
| "id": "lightclawbot", | ||
| "channels": ["lightclawbot"], | ||
| "skills": ["./skills"], | ||
| "name": "LightClawBot", | ||
| "description": "Connect OpenClaw to your LightClawBot via WebSocket long-connection", | ||
| "kind": "channel", | ||
| "channels": [ | ||
| "lightclawbot" | ||
| ], | ||
| "skills": [ | ||
| "./skills" | ||
| ], | ||
| "configSchema": { | ||
@@ -9,3 +16,70 @@ "type": "object", | ||
| "properties": {} | ||
| }, | ||
| "channelConfigs": { | ||
| "lightclawbot": { | ||
| "label": "LightClawBot", | ||
| "description": "Connect OpenClaw to your LightClawBot via WebSocket long-connection", | ||
| "schema": { | ||
| "$schema": "http://json-schema.org/draft-07/schema#", | ||
| "type": "object", | ||
| "additionalProperties": true, | ||
| "properties": { | ||
| "enabled": { | ||
| "type": "boolean", | ||
| "description": "Whether this channel is enabled." | ||
| }, | ||
| "name": { | ||
| "type": "string", | ||
| "description": "Human-readable account/channel name." | ||
| }, | ||
| "dmPolicy": { | ||
| "type": "string", | ||
| "enum": ["open", "allowlist", "disabled"], | ||
| "description": "Policy that controls who can DM the bot." | ||
| }, | ||
| "allowFrom": { | ||
| "type": "array", | ||
| "items": { "type": "string" }, | ||
| "description": "Allowlist of user IDs ('*' means everyone)." | ||
| }, | ||
| "systemPrompt": { | ||
| "type": "string", | ||
| "description": "Custom system prompt applied to this account." | ||
| }, | ||
| "defaultAccount": { | ||
| "type": "string", | ||
| "description": "Default account id to use when none is specified." | ||
| }, | ||
| "accounts": { | ||
| "type": "object", | ||
| "description": "Per-account configuration keyed by account id (typically the uin).", | ||
| "additionalProperties": { | ||
| "type": "object", | ||
| "additionalProperties": false, | ||
| "properties": { | ||
| "enabled": { "type": "boolean" }, | ||
| "name": { "type": "string" }, | ||
| "apiKey": { "type": "string" }, | ||
| "apiBaseUrl": { "type": "string" }, | ||
| "dmPolicy": { | ||
| "type": "string", | ||
| "enum": ["open", "allowlist", "disabled"] | ||
| }, | ||
| "allowFrom": { | ||
| "type": "array", | ||
| "items": { "type": "string" } | ||
| }, | ||
| "systemPrompt": { "type": "string" } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "contracts": { | ||
| "tools": [ | ||
| "lightclaw_upload_file" | ||
| ] | ||
| } | ||
| } | ||
| } |
+1
-1
| { | ||
| "name": "lightclawbot", | ||
| "version": "1.2.0-beta.3", | ||
| "version": "1.2.3", | ||
| "description": "LightClawBot channel plugin with message support, cron jobs, and proactive messaging", | ||
@@ -5,0 +5,0 @@ "type": "module", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
401977
0.59%9645
0.76%1
-50%