Grok 4.2 Text Generation, QA, and Reasoning
Paste the following prompt into your AI chat to install this skill:
Install @user_f95f21b8/dlazy-grok-4-2 following https://skillhub.cn/install/skillhub.md.
About this skill
Problem
When calling Grok 4.2 for text generation, dialogue QA, or logical reasoning, raw API calls can easily run into auth, parameter, async, and balance issues. dlazy-grok-4.2 wraps the dLazy CLI grok-4.2 command as a reusable skill, making it easier to get text-model output in agent workflows while keeping failure states explicit.
How It Works
The core capabilities are text generation, QA dialogue, and reasoning. The skill is a thin client for dLazy's hosted API and sends prompts and parameters to api.dlazy.com for inference.
- Store the dLazy API key via the CLI or provide
DLAZY_API_KEY. - Keys are scoped to your dLazy organization and can be rotated or revoked from the organization dashboard.
- Run
dlazy grok-4.2with--promptand related options. - Flags accept pipe references such as
-,@N, and@stdin, which helps chain upstream results. - With
--no-wait, the response includes ataskobject; poll withdlazy status --wait. - Common errors include
401auth failure,501missing required parameter,503insufficient balance or backend error, and504async task failure.
Boundary: this is a SaaS inference service, not a local model. Requests and results are subject to dLazy service terms; if local media files are passed, the dLazy CLI flow uploads them to dLazy storage, so data egress should be considered.
Use Cases
- Use Grok 4.2 to answer customer questions in agents.
- Generate Grok 4.2 copy drafts from structured inputs.
- Ask Grok 4.2 for reasoning outputs on evaluation tasks.
- Chain CLI pipe refs to generate the next text step.
Best For
- Application engineers who need Grok 4.2 text output in agent commands.
- Product engineers building QA bots need model answers for users.
- Evaluation engineers need Grok 4.2 reasoning outputs on prompts.
- Platform engineers need CLI pipe refs to chain generation steps.
Related Skills
A free matrix publishing assistant for Skill developers, guiding distribution to Tencent SkillHub, XiaLiao, XiaYou SkillHub, GitHub, and ClawHub with create, update, and delete safeguards.
A guide for writing Seedance 2.0 video prompts, covering @ references, camera moves, time segments, audio direction, and common pitfalls.
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.