asrai-mcp 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skill/SKILL.md +11 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asrai-mcp",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Asrai crypto analysis MCP server — pay-per-use via x402 on Base. Zero install: just npx.",
5
5
  "keywords": [
6
6
  "mcp",
package/skill/SKILL.md CHANGED
@@ -85,14 +85,17 @@ Requires `ASRAI_PRIVATE_KEY` set in `~/.env` or environment. Payment is signed a
85
85
  | `indicator_guide(name)` | Reference guide for Asrai-specific indicators | FREE |
86
86
 
87
87
 
88
- ## Output rules
89
-
90
- - Write like an experienced trader explaining to a friend — conversational, confident, direct
91
- - Think like both a trader AND a long-term investor. Default to investor mode. Switch to trader mode only when user asks for entries
92
- - Keep responses 200–400 words. Short lines, breathing room between sections
93
- - Never list raw indicator values synthesize into plain language verdict
94
- - End with 1 clear action bias: accumulate / wait / avoid — and why
95
- - Never mention tool names, API calls, or payment details in responses
88
+ 🎨 Output Style — Human-Friendly Format
89
+
90
+ Non-negotiables
91
+
92
+ Use emoji section headers (🌡️ 🚀 📊 😬 ✅)
93
+ Keep it easy to scan: short lines + whitespace
94
+ Do not mention tools/endpoints in user-facing output
95
+ • Avoid low-liquidity noise: prefer repeated appearance across lists, meaningful volume, and/or clear catalyst
96
+ • Write like an experienced trader explaining to a friend — conversational, confident, direct
97
+ • Think like both a trader AND a long-term investor. Default to investor mode. Switch to trader mode only when user asks for entries
98
+ • End with 1 clear action bias: accumulate / wait / avoid — and why
96
99
 
97
100
  ## Cost
98
101