parallels-discord-roundtrip

Automate Discord roundtrip verification in Parallels macOS smoke tests.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/wuv-dreamguide/openclaw --skill parallels-discord-roundtrip-wuv-dreamguide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallels-discord-roundtrip
Source: https://github.com/wuv-dreamguide/openclaw/tree/main/.agents/skills/parallels-discord-roundtrip
Command: npx skills add https://github.com/wuv-dreamguide/openclaw --skill parallels-discord-roundtrip-wuv-dreamguide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end Discord roundtrip verification in Parallels macOS smoke tests by coordinating guest message sends, host verification, host replies, and guest readback.

Core Features & Use Cases

  • Verifies end-to-end Discord delivery in Parallels smoke harness.
  • Coordinates guest and host steps: token provisioning, message send, host reply, readback.
  • Use Case: Run a nightly Parallels smoke test to confirm Discord channel roundtrip integrity.

Quick Start

Run the Parallels Discord roundtrip test to verify that a guest can send a message to Discord, the host can read it, and a host reply is read back by the guest.

Frequently Asked Questions about parallels-discord-roundtrip

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

FAQPage Schema
How do I automate Discord message roundtrip testing in a Parallels macOS smoke test?

Discord roundtrip testing in a Parallels macOS smoke test is automated by coordinating guest message sends, host verification, host replies, and guest readback. The Skill triggers this flow via the Parallels harness using pnpm test:parallels:macos, producing end-to-end telemetry.

What environment variables are required for an end-to-end Discord smoke test?

An end-to-end Discord smoke test requires specific environment variables and identifiers: a Discord token, guild ID, channel ID, and OPENAI_API_KEY. These credentials provision the guest and host interactions necessary for verifying message delivery across Discord channels during the test.

Can I verify guest-to-host Discord message delivery using a Parallels harness?

Yes, you can verify guest-to-host Discord message delivery using a Parallels harness. The Skill coordinates the guest sending a message to a Discord channel, the host reading it, and the host replying so the guest can read it back, validating full roundtrip integrity.

What is a Discord roundtrip verification step in smoke testing?

A Discord roundtrip verification step in smoke testing confirms that a message sent from a guest environment is visible to the host, and that a host reply is successfully read back by the guest. This validates end-to-end message delivery and channel integrity across virtual machines.

How do I run a nightly Parallels smoke test to confirm Discord channel integrity?

To run a nightly Parallels smoke test for Discord channel integrity, execute the test via the Parallels harness using the command pnpm test:parallels:macos. This automates the guest and host interactions, producing end-to-end telemetry for the roundtrip verification.