@coremail/lunkr-openclaw 1.0.5 → 1.0.7
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/README.md +27 -0
- package/bin/lunkr-cli.js +4 -4
- package/i18n/locales/en-US.json +21 -1
- package/i18n/locales/zh-CN.json +21 -1
- package/index.js +21 -20
- package/openclaw.plugin.json +0 -4
- package/package.json +1 -1
package/i18n/locales/en-US.json
CHANGED
|
@@ -93,7 +93,8 @@
|
|
|
93
93
|
"path": "Path",
|
|
94
94
|
"size": "Size",
|
|
95
95
|
"file": "File",
|
|
96
|
-
"desc": "Desc"
|
|
96
|
+
"desc": "Desc",
|
|
97
|
+
"bot": "Bot"
|
|
97
98
|
},
|
|
98
99
|
"otp": {
|
|
99
100
|
"required": "OTP Required",
|
|
@@ -215,5 +216,24 @@
|
|
|
215
216
|
},
|
|
216
217
|
"bot_list": {
|
|
217
218
|
"title": "Bot Discussions ({{count}}):"
|
|
219
|
+
},
|
|
220
|
+
"setup": {
|
|
221
|
+
"title": "Lunkr One-Click Setup",
|
|
222
|
+
"disclaimer": "Usage Notice & Risk Disclaimer\n\nThis plugin (@coremail/lunkr-openclaw) is an OpenClaw\ncommunication channel extension that uses Lunkr platform\nAPIs for messaging. Please be aware:\n\n1. This plugin does not provide additional network\n services. All messages are transmitted and stored via\n the Lunkr platform; IM functionality is provided by\n Lunkr.\n2. Local saving of chat history and files is performed\n by the AI agent, not by this plugin. All files\n originate from user-to-user transfers. This plugin\n bears no responsibility for damage caused by saving\n files or downloading virus-infected files.\n3. This plugin does not forward chat content to third-party\n platforms beyond Lunkr. Forwarding by AI or other\n plugins is unrelated to this plugin.\n4. Messages are generated and sent automatically by AI\n agents based on user instructions or conversation\n context. The plugin itself does not initiate communication.\n5. Auto-sent AI messages may contain sensitive information.\n Users assume all privacy risks arising from this.\n\nEnter y to confirm you have read and understood the above\nand agree to assume the associated risks.",
|
|
223
|
+
"confirm_continue": "Continue? (y/N) ",
|
|
224
|
+
"cancelled": "Cancelled.",
|
|
225
|
+
"plugin_already_registered": "Plugin '{{id}}' already registered in plugins.allow",
|
|
226
|
+
"plugin_registered": "Plugin '{{id}}' added to plugins.allow",
|
|
227
|
+
"tool_already_registered": "Tool '{{name}}' already registered in tools.alsoAllow",
|
|
228
|
+
"tool_registered": "Tool '{{name}}' added to tools.alsoAllow",
|
|
229
|
+
"skill_already_registered": "Skill '{{name}}' already registered",
|
|
230
|
+
"skill_registered": "Skill '{{name}}' registered",
|
|
231
|
+
"config_updated": "Config updated. Restart active sessions to apply changes.",
|
|
232
|
+
"skip_login": "Skipping login step (--skip-login)",
|
|
233
|
+
"already_logged_in": "Already logged in: {{name}}",
|
|
234
|
+
"start_login": "Starting login...",
|
|
235
|
+
"done_title": "Setup complete! Run the following to start the gateway:",
|
|
236
|
+
"done_gateway_cmd": "openclaw gateway restart",
|
|
237
|
+
"done_rename_hint": "Tip: Run openclaw lunkr rename <name> to customize the Bot display name"
|
|
218
238
|
}
|
|
219
239
|
}
|
package/i18n/locales/zh-CN.json
CHANGED
|
@@ -93,7 +93,8 @@
|
|
|
93
93
|
"path": "路径",
|
|
94
94
|
"size": "大小",
|
|
95
95
|
"file": "文件",
|
|
96
|
-
"desc": "描述"
|
|
96
|
+
"desc": "描述",
|
|
97
|
+
"bot": "机器人"
|
|
97
98
|
},
|
|
98
99
|
"otp": {
|
|
99
100
|
"required": "需要 OTP 验证",
|
|
@@ -217,5 +218,24 @@
|
|
|
217
218
|
},
|
|
218
219
|
"bot_list": {
|
|
219
220
|
"title": "Bot 讨论 ({{count}}):"
|
|
221
|
+
},
|
|
222
|
+
"setup": {
|
|
223
|
+
"title": "Lunkr 一键配置",
|
|
224
|
+
"disclaimer": "使用须知与风险声明\n\n本插件(@coremail/lunkr-openclaw)是 OpenClaw 的\n通信通道扩展,通过调用论客(Lunkr)平台接口实现\n消息收发功能。使用前请知悉:\n\n1. 本插件不提供额外的网络服务,所有消息均通过\n 论客平台传输和存储,IM 交互功能由论客提供。\n2. 聊天记录和文件的本地保存是 AI 代理的行为,\n 非本插件所为。文件均来自用户之间的传输,因\n 保存文件或下载含病毒的文件而造成的损害,本\n 插件不承担责任。\n3. 本插件不会将聊天内容经由自身转发至论客以外\n 的第三方平台。AI 或其他插件的转发行为与本插\n 件无关。\n4. 消息由 AI 代理根据用户指令或对话上下文自动\n 生成并发送,插件本身不会主动发起通信。\n5. AI 自动发送的消息可能包含敏感信息,由此产生\n 的隐私风险由使用者自行承担。\n\n输入 y 表示您已阅读并理解上述内容,愿意自行\n承担相关风险。",
|
|
225
|
+
"confirm_continue": "是否继续?(y/N) ",
|
|
226
|
+
"cancelled": "已取消。",
|
|
227
|
+
"plugin_already_registered": "插件 '{{id}}' 已注册到 plugins.allow",
|
|
228
|
+
"plugin_registered": "插件 '{{id}}' 已添加到 plugins.allow",
|
|
229
|
+
"tool_already_registered": "工具 '{{name}}' 已注册到 tools.alsoAllow",
|
|
230
|
+
"tool_registered": "工具 '{{name}}' 已添加到 tools.alsoAllow",
|
|
231
|
+
"skill_already_registered": "技能 '{{name}}' 已注册",
|
|
232
|
+
"skill_registered": "技能 '{{name}}' 已注册",
|
|
233
|
+
"config_updated": "配置已更新,重启活动会话以应用更改。",
|
|
234
|
+
"skip_login": "跳过登录步骤 (--skip-login)",
|
|
235
|
+
"already_logged_in": "已登录: {{name}}",
|
|
236
|
+
"start_login": "开始登录...",
|
|
237
|
+
"done_title": "设置完成!运行以下命令启动网关:",
|
|
238
|
+
"done_gateway_cmd": "openclaw gateway restart",
|
|
239
|
+
"done_rename_hint": "提示:运行 openclaw lunkr rename <名称> 自定义 Bot 显示名称"
|
|
220
240
|
}
|
|
221
241
|
}
|