@toolbeltai/skills 0.1.3 → 0.1.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.
@@ -104,7 +104,7 @@ ORDER BY total_amount DESC
104
104
 
105
105
  ## Phase 0: Verify Connection
106
106
 
107
- Call `get_semantic_names` (no arguments) immediately.
107
+ Call `toolbelt_list_namespaces` (no arguments) immediately.
108
108
 
109
109
  - **If it succeeds:** proceed to Phase 1 using the returned namespaces.
110
110
  - **If it fails:** emit structured failure and halt.
@@ -271,7 +271,7 @@ section and continue. Only halt on Phase 0–3 failures.
271
271
 
272
272
  | Phase | Tool(s) |
273
273
  |---|---|
274
- | 0. Verify connection | `get_semantic_names` |
274
+ | 0. Verify connection | `toolbelt_list_namespaces` |
275
275
  | 1. Resolve namespace | (from Phase 0 result) |
276
276
  | 2. Inspect existing tables | `toolbelt_context` |
277
277
  | 3. Upload missing tables | `toolbelt_save` |
@@ -70,7 +70,7 @@ POLYGON((-82.4650 27.9400, -82.4350 27.9400, -82.4350 27.9700, -82.4650 27.9700,
70
70
 
71
71
  ## Phase 0: Verify Connection
72
72
 
73
- Call `get_semantic_names` (no arguments) immediately.
73
+ Call `toolbelt_list_namespaces` (no arguments) immediately.
74
74
 
75
75
  - **If it succeeds:** proceed to Phase 1 using the returned namespaces.
76
76
  - **If it fails:** emit structured failure and halt.
@@ -232,7 +232,7 @@ and continue with remaining queries. Only halt on Phase 0–2 failures.
232
232
 
233
233
  | Phase | Tool(s) |
234
234
  |---|---|
235
- | 0. Verify connection | `get_semantic_names` |
235
+ | 0. Verify connection | `toolbelt_list_namespaces` |
236
236
  | 1. Resolve namespace | (from Phase 0 result) |
237
237
  | 2. Upload sensor data | `toolbelt_save`, `toolbelt_jobs`, `toolbelt_context` |
238
238
  | 3. Run geospatial queries | `toolbelt_execute` × 3 |
@@ -101,7 +101,7 @@ manufactured at a new facility in Round Rock, Texas.
101
101
 
102
102
  ## Phase 0: Verify Connection
103
103
 
104
- Call `get_semantic_names` (no arguments) immediately.
104
+ Call `toolbelt_list_namespaces` (no arguments) immediately.
105
105
 
106
106
  - **If it succeeds:** proceed to Phase 1 using the returned namespaces.
107
107
  - **If it fails:** emit structured failure and halt.
@@ -339,7 +339,7 @@ what is available and note the gap. Only halt on Phase 0–3 failures.
339
339
 
340
340
  | Phase | Tool(s) |
341
341
  |---|---|
342
- | 0. Verify connection | `get_semantic_names` |
342
+ | 0. Verify connection | `toolbelt_list_namespaces` |
343
343
  | 1. Resolve namespace | (from Phase 0 result) |
344
344
  | 2. Upload document | `toolbelt_save` |
345
345
  | 3. Poll for extraction | `toolbelt_jobs` (ingest + semantic) |
@@ -80,7 +80,7 @@ Classification: Internal — Project Team Only
80
80
 
81
81
  ## Phase 0: Verify Connection
82
82
 
83
- Call `get_semantic_names` (no arguments) immediately.
83
+ Call `toolbelt_list_namespaces` (no arguments) immediately.
84
84
 
85
85
  - **If it succeeds:** proceed to Phase 1 using the returned namespaces.
86
86
  - **If it fails:** emit structured failure and halt.
@@ -206,7 +206,7 @@ RESULT:
206
206
 
207
207
  | Phase | Tool(s) |
208
208
  |---|---|
209
- | 0. Verify connection | `get_semantic_names` |
209
+ | 0. Verify connection | `toolbelt_list_namespaces` |
210
210
  | 1. Resolve namespace | (from Phase 0 result) |
211
211
  | 2. Upload document | `toolbelt_save` |
212
212
  | 3. Poll for ingestion | `toolbelt_jobs` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolbeltai/skills",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Official Toolbelt skills for Claude Code and MCP agents — run-toolbelt, geo-analyst, knowledge-graph, sql-analyst, vector-search, streaming-analyst, multi-agent-workspace, data-blend.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://toolbelt.ai",
@@ -54,7 +54,7 @@ Skip Phase 5 if `question` is absent.
54
54
 
55
55
  ## Phase 0: Verify Connection
56
56
 
57
- Call `get_semantic_names` (no arguments) immediately.
57
+ Call `toolbelt_list_namespaces` (no arguments) immediately.
58
58
 
59
59
  - **If it succeeds:** proceed to Phase 1 using the returned namespaces.
60
60
  - **If it fails:** emit structured failure and halt.
@@ -227,7 +227,7 @@ RESULT:
227
227
 
228
228
  | Phase | Tool(s) |
229
229
  |---|---|
230
- | 0. Verify connection | `get_semantic_names` |
230
+ | 0. Verify connection | `toolbelt_list_namespaces` |
231
231
  | 1. Resolve namespace | (from Phase 0 result) |
232
232
  | 2. Inspect state | `toolbelt_context` |
233
233
  | 3. Add document | `toolbelt_save`, `toolbelt_jobs`, `toolbelt_context` |
@@ -77,7 +77,7 @@ Default `question`: `What is the total sales amount by region?`
77
77
 
78
78
  ## Phase 0: Verify Connection
79
79
 
80
- Call `get_semantic_names` (no arguments) immediately.
80
+ Call `toolbelt_list_namespaces` (no arguments) immediately.
81
81
 
82
82
  - **If it succeeds:** proceed to Phase 1 using the returned namespaces.
83
83
  - **If it fails:** emit structured failure and halt.
@@ -222,7 +222,7 @@ RESULT:
222
222
 
223
223
  | Phase | Tool(s) |
224
224
  |---|---|
225
- | 0. Verify connection | `get_semantic_names` |
225
+ | 0. Verify connection | `toolbelt_list_namespaces` |
226
226
  | 1. Resolve namespace | (from Phase 0 result) |
227
227
  | 2. Upload CSV document | `toolbelt_save` |
228
228
  | 3. Poll for ingestion | `toolbelt_jobs` |
@@ -96,7 +96,7 @@ sensor_id VARCHAR(64), ts TIMESTAMP, value DOUBLE, unit VARCHAR(32)
96
96
 
97
97
  ## Phase 0: Verify Connection
98
98
 
99
- Call `get_semantic_names` (no arguments) immediately.
99
+ Call `toolbelt_list_namespaces` (no arguments) immediately.
100
100
 
101
101
  - **If it succeeds:** proceed to Phase 1 using the returned namespaces.
102
102
  - **If it fails:** emit structured failure and halt.
@@ -338,7 +338,7 @@ section and continue. Only halt on Phase 0–2 failures.
338
338
 
339
339
  | Phase | Tool(s) |
340
340
  |---|---|
341
- | 0. Verify connection | `get_semantic_names` |
341
+ | 0. Verify connection | `toolbelt_list_namespaces` |
342
342
  | 1. Resolve namespace | (from Phase 0 result) |
343
343
  | 2. Connect stream | `toolbelt_connect` (Kafka) or `toolbelt_save` + `toolbelt_jobs` + `toolbelt_context` (simulated) |
344
344
  | 3. Confirm data arrival | `toolbelt_execute` × 1–2 |
@@ -105,7 +105,7 @@ Default `question`: `What are the effects on coastal ecosystems?`
105
105
 
106
106
  ## Phase 0: Verify Connection
107
107
 
108
- Call `get_semantic_names` (no arguments) immediately.
108
+ Call `toolbelt_list_namespaces` (no arguments) immediately.
109
109
 
110
110
  - **If it succeeds:** proceed to Phase 1 using the returned namespaces.
111
111
  - **If it fails:** emit structured failure and halt.
@@ -249,7 +249,7 @@ RESULT:
249
249
 
250
250
  | Phase | Tool(s) |
251
251
  |---|---|
252
- | 0. Verify connection | `get_semantic_names` |
252
+ | 0. Verify connection | `toolbelt_list_namespaces` |
253
253
  | 1. Resolve namespace | (from Phase 0 result) |
254
254
  | 2. Upload document | `toolbelt_save` |
255
255
  | 3. Poll for indexing | `toolbelt_jobs` |