skills/eliteforge-qingtui-cli/SKILL.md
通过 qingtui 命令操作轻推轻应用。当用户要求操作轻推、轻应用时应使用该包,支持用户查询、用户解析、openid 解析、文本发送操作。list-users,resolve-users,send-text。
npx skillsauth add cloudsen/eliteforge-skills eliteforge-qingtui-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
以下工具不存在,先尝试自动安装:
eliteforge-qingtui-cli 是否已安装。
pipx install eliteforge-qingtui-clipipx upgrade eliteforge-qingtui-cliqingtui -hqingtui list-users -hqingtui resolve-users -hqingtui send-text -h--user-name、--user-login、--open-id。向特定用户发送文本消息:
# 先通过用户手机号获取openid
openid=$(qingtui resolve-users --user-login '13800138000' | jq -r '.open_ids[0]')
# 发送文本消息
qingtui send-text --open-id $openid --content "Hello Alice!"
ELITEFORGE_SKILL_QINGTUI_APPID [required] QingTui light app ID.ELITEFORGE_SKILL_QINGTUI_SECRET [required] QingTui light app secret.ELITEFORGE_SKILL_QINGTUI_API_BASE [optional] API base URL; defaults to https://open.qingtui.com.ELITEFORGE_SKILL_QINGTUI_USER_LIST_MAX_PAGES [optional] Maximum pages to fetch when listing users; defaults to 5.ELITEFORGE_SKILL_QINGTUI_USER_LIST_PAGE_SIZE [optional] Page size when listing users; defaults to 1000.ELITEFORGE_SKILL_QINGTUI_MESSAGE_MAX_LENGTH [optional] Maximum text message length; defaults to 500.jq 等Linux管道工具,处理接口JSON响应。-h。testing
Rewrite human-facing prose using Strunk-style rules. Use for docs, README files, technical explanations, PR descriptions, commit messages, error messages, UI copy, reports, and summaries when the user asks to polish, shorten, clarify, de-duplicate, restructure, or normalize tone.
testing
Draft or refine a concise product requirements document from a rough product idea, then write a Typst source file and sibling PDF to a resolved output path.
research
产品经理竞品分析报告生成器。当用户提到竞品分析、竞品调研、竞品对比、竞争对手分析、市场竞争分析、行业竞品研究时触发。也适用于用户要求对比多个产品/平台/公司的功能、商业模式、市场定位等场景。即使用户只是说'帮我分析一下XX和YY'或'XX有哪些竞争对手',只要涉及产品/公司间的对比分析,都应该使用这个 skill。支持任意行业,支持快速分析和深度分析两种模式。
development
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.