first-reply-desk

Answers a customer support question with one dated line using existing plugins.

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/JYeswak/grok_bot_playground --skill first-reply-desk-jyeswak
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: first-reply-desk
Source: https://github.com/JYeswak/grok_bot_playground/tree/main/plugin/skills/first-reply-desk
Command: npx skills add https://github.com/JYeswak/grok_bot_playground --skill first-reply-desk-jyeswak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Support operators need a fast, disciplined first reply to a customer question without drafting long responses, pinging teammates, or touching external systems. This Skill enforces a minimal, auditable answer format. ## Core Features & Use Cases - Single dated-line output: Reads the operator's question once and returns exactly one dated line that a later run can compare against. - Read-only safety: Never sends mail, never publishes, and never writes credentials, keeping the workflow safe for live support contexts. - Plugin-aware execution: Works on the computer or an existing plugin, and explicitly stops with a clear message when a required plugin is missing. - Use Case: During a prove run, an operator asks the first-reply-desk job to answer a customer's question; the Skill returns one dated line and stops, producing a comparable validation artifact. ## Quick Start Ask the agent to work the first-reply-desk job on the customer's question and return one dated line.

Frequently Asked Questions about first-reply-desk

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

FAQPage Schema
How do I run the first-reply-desk job?▼

Ask the agent to work the first-reply-desk job and provide the customer's question in their own words. The Skill reads the question once, does the job on the computer or an existing plugin, and returns one dated line.

What output does a first reply desk answer produce?▼

It produces exactly one dated line and nothing else. A greeting, a restated question, or a dump of the SKILL.md content counts as a failed job.

Can the first-reply-desk skill send emails or publish replies?▼

No. The Skill is strictly read-only: it never sends mail, never publishes, and never writes a credential. It only returns a dated line to the operator.

What happens when a required plugin is missing?▼

The Skill says the plugin is missing and stops instead of improvising a workaround. It does not install new connectors or attempt unverified network calls beyond docs.x.ai access.

How is a first-reply-desk run validated?▼

A passing answer is one dated line that a later run can compare against. Anything longer, conversational, or copied from instructions is treated as a failed validation.