{"id":42891396,"url":"https://github.com/lengxi-root/air-plugin","last_synced_at":"2026-01-30T14:58:39.098Z","repository":{"id":247219625,"uuid":"825295575","full_name":"lengxi-root/air-plugin","owner":"lengxi-root","description":"air-plugin for Yunzai-Bot QQBOT v3，Provides built-in API call capabilities","archived":false,"fork":false,"pushed_at":"2025-06-14T04:05:12.000Z","size":12900,"stargazers_count":16,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T05:19:59.523Z","etag":null,"topics":["trss","yunzai"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"afl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lengxi-root.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-07T11:41:10.000Z","updated_at":"2025-06-14T04:05:15.000Z","dependencies_parsed_at":"2024-09-14T23:24:12.230Z","dependency_job_id":"5b344cf6-9709-4698-9180-be9eb14d5ca7","html_url":"https://github.com/lengxi-root/air-plugin","commit_stats":null,"previous_names":["lengxi-root/air-plugin"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/lengxi-root/air-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lengxi-root%2Fair-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lengxi-root%2Fair-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lengxi-root%2Fair-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lengxi-root%2Fair-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lengxi-root","download_url":"https://codeload.github.com/lengxi-root/air-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lengxi-root%2Fair-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["trss","yunzai"],"created_at":"2026-01-30T14:58:39.002Z","updated_at":"2026-01-30T14:58:39.082Z","avatar_url":"https://github.com/lengxi-root.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![伊蕾娜](https://gd-hbimg.huaban.com/376b918e109d20d83556a9d76c7b2e91dbfede1dd3d24-Tkqbpl)](https://github.com/lengxi-root/air-plugin)\n\n# Yunzai Air-Plugin\n\n云崽机器人插件，主要适配官方机器人，搭配TRSS云崽的QQbot使用\n\n\u003e 推荐使用锅巴插件来配置Air-plugin\n\n[![Stars](https://img.shields.io/github/stars/lengxi-root/air-plugin?color=yellow\u0026label=收藏)](../../stargazers)  \n[![访问量](https://moe-counter.glitch.me/get/@lengxi-root-air-plugin?theme=rule34)](https://github.com/lengxi-root/air-plugin)\n\n\u003c/div\u003e\n\n## 安装教程\n\n## 1. 准备：[Yunzai-Bot](https://github.com/TimeRainStarSky/Yunzai)\n\n## 2. 选择安装方式，在云崽根目录执行\n\n\u003e 使用Github安装\n```\ngit clone -b main --depth=1 https://github.com/lengxi-root/air-plugin.git ./plugins/air-plugin/\n```\n\n\u003e [!tip]\n\u003e 如果您的网络环境较差，建议使用代理加速\n\u003e ```\n\u003e git clone --depth=1 https://ghproxy.net/https://github.com/lengxi-root/air-plugin.git ./plugins/air-plugin/\n\u003e ```\n\n\u003e 使用Gitee安装（同步可能较慢）\n```\ngit clone -b main --depth=1 https://gitee.com/lengxihddj/air-plugin.git ./plugins/air-plugin/\n```\n\n## 3.安装依赖\n\n\u003e air-plugin目录下执行\n\n\u003cdetails\u003e\u003csummary\u003e使用yarn\u003c/summary\u003e\n\n\u003e 不推荐npm，pnpm！\n\u003e Linux用户可能会有点不一样，自行查找教程\n\n```\n# 安装yarn，可使用npm，pnpm等包管理器安装，已安装可跳过\npnpm add yarn \n```\n```\npnpm yarn\n```\n\u003c/details\u003e\n\n## 4.使用配置消息url（可选）\n\u003e 只是发链接的时候要用的，只有普通文本的时候是不需要的\n\u003cdetails\u003e\u003csummary\u003e点击展开\u003c/summary\u003e\n\u003cbr\u003e\n  \n注意：需要备案域名和ssl证书\u003cbr\u003e\n进入库内 main/php/ 将url整体放到网站根目录\n先把校验文件下载到网站根目录，然后将你的域名网站添加到\n```\nQQ开放平台-机器人-开发设置-消息url配置\n```\n然后将你的网站按下方加入到消息url配置中，\n```\n你的网站域名/url\n```\n\n进锅巴添加把你的网站添加到消息url配置中\n```\nhttps://你的网站域名/url?url=\n```\n\n\u003c/details\u003e\n\n\n## 使用教程\n\n发送`#air帮助`查看帮助菜单\n\n\u003e 均支持 `#` 或 `/` 前缀  \n\n\u003cdetails\u003e\u003csummary\u003e伊蕾娜图片\u003c/summary\u003e\n\n- `#随机伊蕾娜`\n\n[![伊蕾娜](https://gd-hbimg.huaban.com/4c3605aac02da41f1dcb4553b815f421f6854eafc0cab-oRwyzu)](https://github.com/lengxi-root/air-plugin)\n\n- `#今日伊蕾娜`\n\n[![伊蕾娜](https://gd-hbimg.huaban.com/b2ff276348b68e0ed02241955131d34fd87978c173741-1IVYXz)](https://github.com/lengxi-root/air-plugin)\n\n- `#表情伊蕾娜`\n\n[![伊蕾娜](https://gd-hbimg.huaban.com/bf14ef2e02c8c14adb5f19d6a0073e9c3c9814eb95df9-LqnarO)](https://github.com/lengxi-root/air-plugin)\n\n\u003c/details\u003e\n\u003cdetails\u003e\u003csummary\u003e官机代发\u003c/summary\u003e\n  \n- 使用锅巴插件配置 官机代发 相关设置即可\n- 使用数据账号接收消息并使用官方机器人发送消息\n- 免去频繁艾特官方机器人的步骤\n- 第一版，有不少bug，严重恶性bug及时停止插件并进入班级群反馈\n\u003e 在Ark白名单内加入数据账号QQ即可使用Ark代发\n[![伊蕾娜](https://gd-hbimg.huaban.com/8e68ecad9047f2c8a4a20926dd19fcac59016b779b42-1jnULH)](https://github.com/lengxi-root/air-plugin)\n\n \u003c/details\u003e\n\u003cdetails\u003e\u003csummary\u003eQQ智能体\u003c/summary\u003e\n\n- chat功能需要在[腾讯元器](https://yuanqi.tencent.com/)申请智能体\n- 按照调用示例所给的东西填入config\n- \"appid: 智能体id, token: 智能体token\"\n- #CE + `问题`\n\n[![伊蕾娜](https://gd-hbimg.huaban.com/491c06d1eac04b4a4e991bc8856ed7d1b40213ce51cad-KqdVKB)](https://github.com/lengxi-root/air-plugin)\n\n\u003c/details\u003e\n\u003cdetails\u003e\u003csummary\u003e全局转换模板md\u003c/summary\u003e  \n\n### 将云崽发送的消息转换为特定模板md再发送\n\u003e 注意：Markdown功能仅能在`公域机器人`使用，需要达到特定DAU数量去申请权限\n\n| 原内容 | 转换后 |\n| - | - |\n| 纯文本 | 文字模板md |\n| 纯图片 | 图片模板md |\n| 图文混排 | 图文模板md |\n\n###### 正确配置消息url与图床cookie以体验完整版，否则无法发送包含链接，图片的消息  \n\n\u003e 使用锅巴配置\n\n- 在锅巴插件配置页面找到`air插件`\n- 配置好`Markdown类设置`\n- 添加`markdown白名单`，填写BotQQ号\n\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e全局转Ark\u003c/summary\u003e  \n\n### 将云崽发送的消息转换为特定Ark再发送  \n\u003e 注意：截止`2024-7-28`测试Ark功能仅能在`私域机器人`使用，公域的需要达到特定DAU数量去申请权限\n  \n| 原内容 | 转换后 |\n| - | - |\n| 纯文本 | 文本卡片 |\n| 带链接文本 | 文本链接卡片 |\n| 图片 | 大图卡片 |\n\n###### 正确配置消息url与图床cookie以体验完整版，否则无法发送包含链接，图片的消息  \n\n\u003e 使用锅巴配置-推荐\n\n- 在锅巴插件配置页面找到`air插件`\n- 打开`全局转Ark`\n- 添加`Ark白名单`，填写BotQQ号\n\n\u003e 手动配置\n\n- 在插件目录找到`config/air.config.yaml`使用文本编辑器打开\n- 添加以下内容  \n\n```\n\nmsgReset: true\nArk_users:\n  - 123456789\n\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e图床Cookie\u003c/summary\u003e\n\n- 前往[花瓣网](https://www.huaban.com)注册并登录\n- 自行搜索`获取网页cookie方法`\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e更新插件\u003c/summary\u003e\n\n- `#air(强制)更新`\n- `#air版本`\n\n\u003c/details\u003e\n\n## 联系方式\n\n- 班级群： [687976465](https://qm.qq.com/q/PCWuy2zV6u)\n\n### 开发者 \u0026 赞助支持\n\n- 冷曦：[GitHub](https://github.com/lengxi-root) | [Gitee](https://gitee.com/lengxihddj) |  [QQ：2218872014](https://qm.qq.com/q/44OFS6WBKM)\n- TS沂沨：[GitHub](https://github.com/Ts-yf) | [Gitee](https://gitee.com/Ts-yf) |  [QQ：1918530969](https://qm.qq.com/q/l7nDOOUQL)\n\n\n### QQ机器人友链\n\u003e  欢迎广大开发者交换友链  \n\n| Robot | 创建人 | 功能\u0026介绍 |\n| - | - | - |\n| [伊蕾娜](https://qun.qq.com/qunpro/robot/qunshare?biz_type=1\u0026robot_uin=3889045760) | [冷曦](https://qm.qq.com/q/44OFS6WBKM) | 定位：核心为API触发型多功能BOT与其他拓展玩法功能。 |\n| [XxxXBot](https://qun.qq.com/qunpro/robot/qunshare?biz_type=1\u0026robot_uin=3889042293) | [TS沂沨](https://qm.qq.com/q/l7nDOOUQL) | 良言一句三冬暖，恶语伤人六月寒。提供一言，情话，毒鸡汤，答案之书等大量语库，再也不为没有文案发朋友圈而发愁。 |\n| [玉衡星刻晴](https://bot.q.qq.com/s/917433cnh?id=102131063) | [F246](https://qm.qq.com/q/6dLKCGt6Le) | 璃月七星之「玉衡星」，负责土地规划与建设，以行动力与 革新理念闻名 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flengxi-root%2Fair-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flengxi-root%2Fair-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flengxi-root%2Fair-plugin/lists"}