统一快速研究入口 + Query Planner。质量关键不是搜多少次,而是怎么构造 query——先提取字段,再生成多条不同目的的短 query,相关性闸门过滤,技术/专业问题优先 GitHub(repo-scoped)直接拿 issue 全文。| Unified research with Query Planning for coding agents. Never dump a raw question; plan purpose-built short queries, gate by…
xvxv-stack7/termux-shizuku
SkillsMP 已收集 xvxv-stack7/termux-shizuku 中的 13 个 Skill。打开任一 Skill 可查看来源和详情。
- 最近记录的来源活动
- SkillsMP 收录数据更新
- 已收集 skills
- 13
- GitHub 星标
- 6
- GitHub Forks
- 2
这个仓库中的 skills
已展示 13 / 13 个已收集 Skill。
安卓后台监控+防沉迷系统。使用时机:需要后台监控手机状态、限制应用使用时长、自动锁应用、事件驱动弹窗提醒。| Android background monitoring with anti-addiction. Use when: background phone monitoring, app time limits, auto force-stop, event-driven notifications needed.
原文语言:英语
音乐控制——搜索、选歌、播放指定歌曲,搭配AI主动放歌。使用时机:music_moment事件触发时,或用户说"放首歌"时。| Music control — search, select, and play specific songs via NetEase Cloud Music API. Use when: music_moment event fires, or user says "play a song".
原文语言:英语
智能调度层——接到用户自然语言指令后,自动拆解步骤、从技能库中选择最快工具组合执行。使用时机:用户说"帮我XX"时。| Smart dispatch — decomposes natural language commands into steps, picks the fastest tool for each step from the skill library. Use when: user says "help me do X".
原文语言:英语
UI元素树解析——通过uiautomator获取屏幕元素坐标,比截图识图快10倍。使用时机:需要找按钮/文本框/菜单的精确坐标来点击。| UI element tree parsing via uiautomator. 10x faster than screenshot+vision for finding button/text positions. Use when: need precise coordinates to tap a specific UI element.
原文语言:英语
打开链接/文件/应用。使用时机:需要打开网页URL、本地文件、应用商店链接、深度链接。| Open URLs, local files, app store links, deep links on device. Use when: need to open a webpage, local file, or app link on the phone.
原文语言:英语
安卓设备控制。使用时机:需要锁屏/唤醒/强杀应用/切歌/调音量/截图+AI识图/剪贴板读写/打开链接/打开相机。| Android device control. Use when: lock screen, wake, force-stop apps, media keys, volume, screenshot+vision, clipboard, open URL, camera needed.
原文语言:英语
26+安卓传感器速查手册(vivo S19检测到43个,本文档覆盖26个有实用价值的常见传感器)。使用时机:需要查传感器列表、理解传感器用途、组合传感器推断设备状态/用户活动/环境。| 26+ Android sensor reference (43 detected on vivo S19, 26 commonly useful sensors documented here). Use when: need sensor listing, understanding sensor use cases,…
原文语言:英语
[实验性] 给AI一个手机号,让他能跟你短信交流——收到短信→AI读懂内容→生成回复→发回去。部分环节待完善。| [Experimental] Give the AI a phone number for SMS conversations. Some components still under development.
原文语言:英语
AI主动关心——轮询叫醒AI,AI读设备状态后自己决定出不出声。使用时机:需要AI隔一段时间主动看一眼用户在干嘛,自己判断该不该说话。| AI proactive check-in: polling wakes the AI, the AI reads device state and decides whether to speak. Use when: AI should periodically check on the user and decide on its own whether to reach…
原文语言:英语
日历事件+闹钟提醒。使用时机:用户提到时间安排/计划——"下午三点上课"/"8月15去北京"/"明天记得XX"——主动设日历或闹钟。| Calendar events + alarm reminders. Use when: user mentions time plans, schedules — proactively set calendar events or alarms.
原文语言:英语
系统通知+日历管理。使用时机:需要发系统通知、读取通知栏内容、查看/添加/删除日历事件。| System notifications and calendar. Use when: send notifications, read notification bar, manage calendar events needed.
原文语言:英语
安卓设备状态感知。使用时机:需要查前台应用/屏幕状态/电量/步数/环境光/WiFi/信号强度/内存。| Android device state queries. Use when: reading foreground app, screen state, battery, steps, ambient light, WiFi, signal, memory needed.
原文语言:英语