eliteforge-qingtui-cli

Manage QingTui users and send texts via the qingtui CLI.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/CloudSen/eliteforge-skills --skill eliteforge-qingtui-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eliteforge-qingtui-cli
Source: https://github.com/CloudSen/eliteforge-skills/tree/main/skills/eliteforge-qingtui-cli
Command: npx skills add https://github.com/CloudSen/eliteforge-skills --skill eliteforge-qingtui-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to manage QingTui lightweight apps and user communications from the command line, eliminating repetitive manual steps and speeding up operational workflows.

Core Features & Use Cases

  • Query Users: list users and resolve user identities to obtain openids for messaging.
  • OpenID Resolution: resolve user accounts to their openids for targeted interactions.
  • Text Messaging: send text messages to specific recipients using their openids via the qingtui CLI.
  • Automation in EliteForge workflows: integrate user management and messaging into broader automation flows.

Quick Start

Launch the qingtui CLI and run the supported commands to manage users and send messages.

Frequently Asked Questions about eliteforge-qingtui-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate QingTui user management and messaging from the command line?

You can automate QingTui user management and messaging by executing CLI commands to query users, resolve openids, and send texts. This eliminates manual steps and accelerates operational workflows directly from the terminal.

What is the process to resolve user identities to openids for targeted messaging?

Resolving user identities to openids involves querying the QingTui user list and mapping specific user accounts to their unique openids. These openids are then used as recipient identifiers for sending targeted text messages.

Do I need Python3 and pipx to run qingtui CLI commands for user queries?

Yes, you need Python3, pipx, and jq installed in your environment to run qingtui CLI commands. The system ensures the qingtui CLI is installed and updated before executing user queries, identity resolution, or text messaging.

Can I integrate QingTui text messaging into broader EliteForge automation workflows?

Yes, you can integrate QingTui text messaging into EliteForge automation workflows. By chaining commands like list-users, resolve-users, and send-text, you can automate user management and communication flows seamlessly.

What's the best way to send text messages to specific recipients using qingtui CLI?

The best way to send text messages is to first resolve recipient user identities to obtain their openids, then execute the send-text command with those openids. This ensures targeted delivery within your automation pipeline.