call-qq

Send messages to the 'qq' agent from a command-line interface.

234|15|Updated Mar 16, 2024
One-click install
npx skills add https://github.com/OriNachum/autonomous-intelligence --skill call-qq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: call-qq
Source: https://github.com/OriNachum/autonomous-intelligence/tree/main/qq/.agent/skills/test-on-finish
Command: npx skills add https://github.com/OriNachum/autonomous-intelligence --skill call-qq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for quick, direct querying of the device from the command line, facilitating immediate feedback and testing.

Core Features & Use Cases

  • Direct CLI Interaction: Execute queries to the 'qq' agent directly from your terminal.
  • Testing & Verification: Use as a mandatory step to verify code output and ensure system responsiveness.
  • Use Case: After updating a speech module, you can use qq -m "Test: Speech module updated, verify response" to confirm it's working as expected.

Quick Start

Execute the command qq -m "Test: <context>" to query the device.

Frequently Asked Questions about call-qq

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

FAQPage Schema
How do I test device responsiveness from the command line?

You can test device responsiveness by executing `qq -m "Test: <context>" in your terminal to send a message to the qq agent and receive immediate verification feedback.

What is a CLI agent used for in software verification?

A CLI agent provides a command-line interface for direct interaction, allowing you to send queries and verify code execution or system component responses without leaving the terminal environment.

Do I need the qq executable in my PATH to use this CLI testing tool?

Yes, the qq executable must be available and properly configured in your system's PATH environment variable to facilitate direct querying and agent interaction from the command line.

How do I verify a system component update using a CLI query?

Verify a component update by running a command like `qq -m "Test: Speech module updated, verify response" to confirm the newly modified system component is working as expected.

Why does my command line query to the device return no response?

If your command line query returns no response, the qq executable is likely missing from your system PATH, preventing the terminal from sending messages and receiving verification output.