Mq
command line tool to use Posix Message Queues
Install / Use
/learn @goeb/MqREADME
mq - a command line tool to use Posix Message Queues
Usage: mq [OPTION...] create QNAME
or: mq [OPTION...] info QNAME
or: mq [OPTION...] unlink QNAME
or: mq [OPTION...] send QNAME MESSAGE
or: mq [OPTION...] recv QNAME
A command line tool to use Posix Message Queues from the shell
Options:
-t, --timestamp Print a timestamp before lines of data
-v, --verbose Produce verbose output
Options for create:
-m, --maxmsg=NUMBER Maximum number of messages in queue
-s, --msgsize=SIZE Message size in bytes
Options for recv:
-f, --follow Print messages as they are received
Options for send:
-p, --priority=PRIO Use priority PRIO, PRIO >= 0
Options for send, recv:
-n, --non-blocking Do not block (send, recv)
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
Commands:
create Create a POSIX message queue
info Print information about an existing message queue
unlink Delete a message queue
send Send a message to a message queue
recv Receive and print a message from a message queue
Examples:
mq create /myqueue
mq send /myqueue "hello" -n
mq info /myqueue
mq recv /myqueue
mq unlink /myqueue
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
