qwen_agent/skills/linggan/bot-self-modifier/language.json
朱潮 462ba14074 add language.json for developing and linggan skills
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-23 21:10:36 +08:00

15 lines
3.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ja": {
"description": "Bot 自己修正スキル。現在の bot が会話中に API を通じて自身の全設定を読み取り・修正できるようにします。\n利用シーン:\n- ユーザーが bot に振る舞いの調整やキャラクター変更を要求した場合(例:「あなたの役割を英語の先生に変えて」「システムプロンプトに XXX ルールを追加して」)→ システムプロンプトを修正\n- ユーザーが bot にアバター変更、自己紹介の修正、開始時の推奨質問の設定を要求した場合(例:「あなたのアバターをこのリンクに変えて」「説明を更新して」)→ アバター/説明/推奨質問を修正\n- ユーザーが bot に新しいツールの接続や既存ツールの削除を要求した場合(例:「Jina 検索を接続して」「あの MCP サーバーを削除して」)→ MCP サーバーの追加/削除\n- ユーザーが bot にスキルのインストール、有効化、無効化、アンインストールを要求した場合(例:「このスキルパッケージをインストールして」「XX スキルをオフにして」)→ スキルリストの管理\n- ユーザーが bot に API キーや実行パラメータの設定を要求した場合(例:「JINA_API_KEY を xxx に設定して」)→ 環境変数を修正\n- bot が自律的に進化し、自身の能力範囲を動的に調整する必要のある自動化シナリオ\n",
"category": "開発者ツール"
},
"zh": {
"description": "Bot 自修改技能,允许当前 bot 在对话过程中通过 API 读取和修改自身的全部配置。\n使用场景\n- 用户要求 bot 调整行为或切换人设时(如\"把你的角色改成英语老师\"、\"在系统提示词里加上XXX规则\" → 修改系统提示词\n- 用户要求 bot 更换头像、修改自我介绍、设置开场建议问题时(如\"把你的头像换成这个链接\"、\"更新你的描述\" → 修改头像/描述/建议问题\n- 用户要求 bot 接入新工具或移除已有工具时(如\"帮我接入 Jina 搜索\"、\"把那个 MCP 服务器删掉\" → 添加/删除 MCP 服务器\n- 用户要求 bot 安装、启用、禁用或卸载技能时(如\"帮我装上这个技能包\"、\"把 XX 技能关掉\" → 管理技能列表\n- 用户要求 bot 配置 API 密钥或运行参数时(如\"把 JINA_API_KEY 设置成 xxx\" → 修改环境变量\n- bot 需要自主进化、动态调整自身能力边界的自动化场景\n",
"category": "开发者工具"
},
"en": {
"description": "Bot self-modification skill that allows the current bot to read and modify its full configuration via API during a conversation.\nUse cases:\n- When the user asks the bot to adjust behavior or switch persona (e.g. \"change your role to an English teacher\", \"add XXX rule to the system prompt\") → modify the system prompt\n- When the user asks the bot to change avatar, update self-introduction, or set opening suggested questions (e.g. \"change your avatar to this link\", \"update your description\") → modify avatar/description/suggested questions\n- When the user asks the bot to integrate new tools or remove existing ones (e.g. \"integrate Jina Search for me\", \"remove that MCP server\") → add/delete MCP servers\n- When the user asks the bot to install, enable, disable, or uninstall skills (e.g. \"install this skill pack\", \"turn off the XX skill\") → manage the skill list\n- When the user asks the bot to configure API keys or runtime parameters (e.g. \"set JINA_API_KEY to xxx\") → modify environment variables\n- Automation scenarios where the bot needs to evolve autonomously and dynamically adjust its capability boundaries\n",
"category": "Developer Tools"
}
}