@xagent/one-shot 1.1.91 → 1.1.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- Test comment for PR creation -->
2
2
 
3
- ## 1.1.91 – Logo Assets & NPM Publication Complete
3
+ ## 1.1.93 – Logo Assets & NPM Publication Complete
4
4
 
5
5
  ✅ **Live on NPM**: [@xagent/one-shot](https://www.npmjs.com/package/@xagent/one-shot) - Fully published and ready for global installation
6
6
 
@@ -15,6 +15,26 @@ This release includes corrected logo assets and complete automated publishing pi
15
15
 
16
16
  # Grok One-Shot
17
17
 
18
+ <div align="center">
19
+
20
+ ```bash
21
+ ┌─────────────────────────────────────────────────────────────────┐
22
+ │ 🚀 Quick Start │
23
+ ├─────────────────────────────────────────────────────────────────┤
24
+ │ │
25
+ │ # 1. Set your API key (secure local environment variable) │
26
+ │ export X_API_KEY="your_xai_api_key_here" │
27
+ │ │
28
+ │ # 2. Run instantly (no installation required!) │
29
+ │ npx @xagent/one-shot │
30
+ │ │
31
+ │ 🔐 Tip: Never commit API keys to git. Use local env vars! │
32
+ │ │
33
+ └─────────────────────────────────────────────────────────────────┘
34
+ ```
35
+
36
+ </div>
37
+
18
38
  [![NPM Version](https://img.shields.io/npm/v/@xagent/one-shot?style=for-the-badge&logo=npm&color=CB3837)](https://www.npmjs.com/package/@xagent/one-shot)
19
39
  [![GitHub Release](https://img.shields.io/github/v/release/x-cli-team/x-cli?style=for-the-badge&logo=github&color=181717)](https://github.com/x-cli-team/x-cli/releases)
20
40
  [![Downloads](https://img.shields.io/npm/dm/@xagent/one-shot?style=for-the-badge&logo=npm&color=CB3837)](https://www.npmjs.com/package/@xagent/one-shot)