mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
135 lines
3.4 KiB
JSON
135 lines
3.4 KiB
JSON
{
|
|
"name": "@openclaw/tlon",
|
|
"version": "2026.8.1",
|
|
"description": "OpenClaw Tlon/Urbit channel plugin for chat workflows.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "3.1095.0",
|
|
"@aws-sdk/s3-request-presigner": "3.1095.0",
|
|
"@tloncorp/tlon-skill": "0.4.5",
|
|
"@urbit/aura": "3.0.0",
|
|
"zod": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.8.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts",
|
|
"setupFeatures": {
|
|
"configPromotion": true
|
|
},
|
|
"channel": {
|
|
"id": "tlon",
|
|
"label": "Tlon",
|
|
"selectionLabel": "Tlon (Urbit)",
|
|
"docsPath": "/channels/tlon",
|
|
"docsLabel": "tlon",
|
|
"blurb": "decentralized messaging on Urbit; install the plugin to enable.",
|
|
"order": 90,
|
|
"quickstartAllowFrom": true,
|
|
"setup": {
|
|
"fields": [
|
|
{
|
|
"key": "ship",
|
|
"kind": "string",
|
|
"cli": {
|
|
"flags": "--ship <ship>",
|
|
"description": "Tlon ship"
|
|
}
|
|
},
|
|
{
|
|
"key": "url",
|
|
"kind": "string",
|
|
"cli": {
|
|
"flags": "--url <url>",
|
|
"description": "Tlon URL"
|
|
}
|
|
},
|
|
{
|
|
"key": "code",
|
|
"kind": "string",
|
|
"sensitive": true,
|
|
"cli": {
|
|
"flags": "--code <code>",
|
|
"description": "Tlon login code"
|
|
}
|
|
},
|
|
{
|
|
"key": "dangerouslyAllowPrivateNetwork",
|
|
"kind": "boolean",
|
|
"cli": {
|
|
"flags": "--dangerously-allow-private-network",
|
|
"description": "Allow private-network Tlon URLs"
|
|
}
|
|
},
|
|
{
|
|
"key": "groupChannels",
|
|
"kind": "string-list",
|
|
"cli": {
|
|
"flags": "--group-channels <list>",
|
|
"description": "Tlon group channels"
|
|
}
|
|
},
|
|
{
|
|
"key": "dmAllowlist",
|
|
"kind": "string-list",
|
|
"cli": {
|
|
"flags": "--dm-allowlist <list>",
|
|
"description": "Tlon DM allowlist"
|
|
}
|
|
},
|
|
{
|
|
"key": "autoDiscoverChannels",
|
|
"kind": "boolean",
|
|
"cli": {
|
|
"flags": "--auto-discover-channels",
|
|
"negatedFlags": "--no-auto-discover-channels",
|
|
"description": "Auto-discover Tlon group channels"
|
|
}
|
|
},
|
|
{
|
|
"key": "ownerShip",
|
|
"kind": "string",
|
|
"cli": {
|
|
"flags": "--owner-ship <ship>",
|
|
"description": "Tlon owner ship"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"install": {
|
|
"npmSpec": "@openclaw/tlon",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.4.10"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.8.1"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.8.1"
|
|
},
|
|
"release": {
|
|
"bundleRuntimeDependencies": false,
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|