@toolbeltai/skills 0.1.1 → 0.1.2

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.
@@ -1,26 +1,23 @@
1
1
  ---
2
2
  name: data-blend
3
3
  description: >
4
- Join and correlate multiple datasets in a single Toolbelt namespace without
5
- writing infrastructure code. Toolbelt is a multi-modal data platform combining
6
- SQL analytics, vector search, and real-time streaming. Uploads two or more CSV
7
- tables, then runs cross-table JOIN queries to surface relationships between
8
- datasets. Use when an AI agent needs to combine data from different sources —
9
- orders with customers, sensors with metadata, events with dimensions — and
10
- answer questions that span multiple tables.
4
+ Upload two or more CSV tables into one Toolbelt namespace and run cross-table
5
+ JOIN queries to correlate them. Use when an agent has related datasets that
6
+ need to be combined orders + customers, sensors + metadata, events +
7
+ dimensions, transactions + accounts and questions span multiple tables that
8
+ share a key. NOT for single-table analysis (use sql-analyst), unstructured
9
+ text (use knowledge-graph), or entity-level relationship mapping across free
10
+ text (use knowledge-graph).
11
11
  license: MIT
12
12
  compatibility: >
13
13
  Requires a Toolbelt account (provision free at https://toolbelt.ai) and an
14
- MCP-compatible AI agent (Claude Code, Claude Desktop, or any client that
15
- supports MCP server connections). MCP connection must be pre-established
14
+ MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
15
+ that supports MCP server connections). MCP connection must be pre-established
16
16
  before invocation.
17
17
  metadata:
18
18
  author: toolbeltai
19
19
  version: "1.0"
20
- openclaw:
21
- emoji: "🔀"
22
- homepage: "https://toolbelt.ai/docs/sql"
23
- skillKey: "data-blend"
20
+ homepage: "https://toolbelt.ai/docs/sql"
24
21
  ---
25
22
 
26
23
  Upload multiple tables and run cross-table JOIN queries using Toolbelt MCP tools.
@@ -1,25 +1,23 @@
1
1
  ---
2
2
  name: geo-analyst
3
3
  description: >
4
- GPU-accelerated geospatial analytics powered by Toolbelt MCP. Toolbelt is a
5
- multi-modal data platform combining SQL analytics, vector search, and real-time
6
- streaming. Uploads lat/lon sensor data, runs geospatial SQL queries (distance,
7
- point-in-polygon, track creation), and emits structured results. Use when an AI
8
- agent needs to analyze spatial data, compute distances, test point containment,
9
- or build movement tracks without writing infrastructure code.
4
+ GPU-accelerated geospatial analytics on Toolbelt distance, point-in-polygon
5
+ containment, nearest-neighbor, track creation, spatial joins. Upload lat/lon
6
+ sensor readings or WKT geometries, then run spatial SQL queries. Use when an
7
+ agent needs to answer geographic questions how close is X to Y, which points
8
+ fall inside a region, along which route, coverage overlap, or movement tracks
9
+ from raw GPS. NOT for non-spatial tabular analysis (use sql-analyst) or
10
+ document content (use vector-search).
10
11
  license: MIT
11
12
  compatibility: >
12
13
  Requires a Toolbelt account (provision free at https://toolbelt.ai) and an
13
- MCP-compatible AI agent (Claude Code, Claude Desktop, or any client that
14
- supports MCP server connections). MCP connection must be pre-established
14
+ MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
15
+ that supports MCP server connections). MCP connection must be pre-established
15
16
  before invocation.
16
17
  metadata:
17
18
  author: toolbeltai
18
19
  version: "1.0"
19
- openclaw:
20
- emoji: "🌍"
21
- homepage: "https://toolbelt.ai/docs/geospatial"
22
- skillKey: "geo-analyst"
20
+ homepage: "https://toolbelt.ai/docs/geospatial"
23
21
  ---
24
22
 
25
23
  Execute GPU-accelerated geospatial analytics end-to-end using Toolbelt MCP tools.
@@ -1,26 +1,23 @@
1
1
  ---
2
2
  name: knowledge-graph
3
3
  description: >
4
- Automatically extract entities and relationships from any document and explore
5
- the results as a knowledge graph — no schema or ontology required. Toolbelt is
6
- a multi-modal data platform combining SQL analytics, vector search, and
7
- real-time streaming. Upload a document, then surface entities, relationship
8
- types, and hidden connections via graph queries. Use when an AI agent needs to
9
- turn unstructured text into structured, navigable knowledge without writing any
10
- extraction code.
4
+ Upload a document; Toolbelt automatically extracts entities (people, orgs,
5
+ places, concepts) and their relationships into a knowledge graph — no schema
6
+ or ontology required. Query the graph with Cypher or natural language to
7
+ trace connections. Use when an agent needs to map who-relates-to-whom, surface
8
+ hidden links across documents, answer multi-hop relationship questions, or
9
+ identify central entities in a corpus. NOT for flat semantic passage retrieval
10
+ (use vector-search) or tabular analytics (use sql-analyst).
11
11
  license: MIT
12
12
  compatibility: >
13
13
  Requires a Toolbelt account (provision free at https://toolbelt.ai) and an
14
- MCP-compatible AI agent (Claude Code, Claude Desktop, or any client that
15
- supports MCP server connections). MCP connection must be pre-established
14
+ MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
15
+ that supports MCP server connections). MCP connection must be pre-established
16
16
  before invocation.
17
17
  metadata:
18
18
  author: toolbeltai
19
19
  version: "1.0"
20
- openclaw:
21
- emoji: "🕸️"
22
- homepage: "https://toolbelt.ai/docs/knowledge-graph"
23
- skillKey: "knowledge-graph"
20
+ homepage: "https://toolbelt.ai/docs/knowledge-graph"
24
21
  ---
25
22
 
26
23
  Extract a knowledge graph from a document and explore it autonomously using
@@ -1,25 +1,22 @@
1
1
  ---
2
2
  name: multi-agent-workspace
3
3
  description: >
4
- Set up a shared Toolbelt workspace for multi-agent collaboration. Toolbelt is a
5
- multi-modal data platform combining SQL analytics, vector search, and real-time
6
- streaming. Uploads a document to a namespace, generates a shareable asset URL,
7
- and emits connection instructions for a second agent to join the same workspace.
8
- Use when two or more agents need to share data, or when handing off context
9
- between sessions without duplicating ingestion work.
4
+ Set up a Toolbelt namespace that multiple agents can share. Uploads a document,
5
+ then emits a connection URL another agent can use to join the same workspace
6
+ without re-ingesting. Use when handing off context between agents or sessions,
7
+ when two agents need to collaborate on the same dataset, or when pre-staging
8
+ data for a downstream agent. NOT needed for single-agent workflows use
9
+ run-toolbelt instead.
10
10
  license: MIT
11
11
  compatibility: >
12
12
  Requires a Toolbelt account (provision free at https://toolbelt.ai) and an
13
- MCP-compatible AI agent (Claude Code, Claude Desktop, or any client that
14
- supports MCP server connections). MCP connection must be pre-established
13
+ MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
14
+ that supports MCP server connections). MCP connection must be pre-established
15
15
  before invocation.
16
16
  metadata:
17
17
  author: toolbeltai
18
18
  version: "1.0"
19
- openclaw:
20
- emoji: "🤝"
21
- homepage: "https://toolbelt.ai/docs/multi-agent"
22
- skillKey: "multi-agent-workspace"
19
+ homepage: "https://toolbelt.ai/docs/multi-agent"
23
20
  ---
24
21
 
25
22
  Set up a shared Toolbelt workspace and generate collaboration artifacts for a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolbeltai/skills",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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",
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  name: run-toolbelt
3
3
  description: >
4
- Toolbelt is a multi-modal data platform combining SQL analytics, vector search,
5
- and real-time streaming all queryable through natural language via MCP. This
6
- skill provisions a namespace, ingests documents, connects Kafka topics, and
7
- answers questions over the ingested data, end-to-end and autonomously. Use when
8
- an AI agent needs to onboard to Toolbelt, add assets, connect a streaming source,
9
- or run queries without any human interaction.
4
+ Provision a Toolbelt namespace, ingest a document or Kafka stream, and answer
5
+ a question end-to-endautonomously, without human steps. Use when an agent
6
+ needs to set up a fresh Toolbelt workspace, add assets from scratch, connect a
7
+ streaming source, or run a complete ingest→query pipeline. NOT for querying
8
+ data that is already ingested use sql-analyst, vector-search, or
9
+ knowledge-graph for that.
10
10
  license: MIT
11
11
  compatibility: >
12
12
  Requires a Toolbelt account (provision free at https://toolbelt.ai) and an
@@ -16,10 +16,7 @@ compatibility: >
16
16
  metadata:
17
17
  author: toolbeltai
18
18
  version: "2.0"
19
- openclaw:
20
- emoji: "🧰"
21
- homepage: "https://toolbelt.ai/docs/mcp"
22
- skillKey: "run-toolbelt"
19
+ homepage: "https://toolbelt.ai/docs/mcp"
23
20
  ---
24
21
 
25
22
  Execute Toolbelt end-to-end autonomously using the Toolbelt MCP tools.
@@ -1,24 +1,23 @@
1
1
  ---
2
2
  name: sql-analyst
3
3
  description: >
4
- Text-to-SQL analyst powered by Toolbelt MCP. Toolbelt is a multi-modal data
5
- platform combining SQL analytics, vector search, and real-time streaming.
6
- Uploads a CSV, auto-generates schema context, then answers natural language
7
- questions by generating and executing SQL. Use when an AI agent needs to analyze
8
- tabular data without writing queries manually upload, ask, get answers.
4
+ Upload a CSV and answer natural-language questions by generating and executing
5
+ SQL. Covers totals, averages, group-by, filtering, and single-table joins on
6
+ tabular data. Use when an agent has structured rows/columns and needs analytical
7
+ answers trends, breakdowns, comparisons, rankings. NOT for unstructured
8
+ documents (use knowledge-graph or vector-search), lat/lon or WKT data (use
9
+ geo-analyst), live streams (use streaming-analyst), or multi-table JOINs across
10
+ independent datasets (use data-blend).
9
11
  license: MIT
10
12
  compatibility: >
11
13
  Requires a Toolbelt account (provision free at https://toolbelt.ai) and an
12
- MCP-compatible AI agent (Claude Code, Claude Desktop, or any client that
13
- supports MCP server connections). MCP connection must be pre-established
14
+ MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
15
+ that supports MCP server connections). MCP connection must be pre-established
14
16
  before invocation.
15
17
  metadata:
16
18
  author: toolbeltai
17
19
  version: "1.0"
18
- openclaw:
19
- emoji: "📊"
20
- homepage: "https://toolbelt.ai/docs/sql"
21
- skillKey: "sql-analyst"
20
+ homepage: "https://toolbelt.ai/docs/sql"
22
21
  ---
23
22
 
24
23
  Upload tabular data and answer natural language questions about it using
@@ -1,27 +1,23 @@
1
1
  ---
2
2
  name: streaming-analyst
3
3
  description: >
4
- Real-time streaming analytics powered by Toolbelt MCP. Toolbelt is a
5
- multi-modal data platform combining SQL analytics, vector search, and real-time
6
- streaming. Connects a Kafka topic, runs windowed aggregation queries, and detects
7
- anomalies using standard deviation. Falls back to simulated stream data when no
8
- Kafka broker is provided. Use when an AI agent needs to analyze streaming data —
9
- IoT sensors, event logs, security events, or fleet telemetry without writing
10
- infrastructure code.
4
+ Connect a live Kafka topic (or use built-in simulated data) and run windowed
5
+ aggregations plus standard-deviation anomaly detection on the stream. Use when
6
+ an agent needs to analyze real-time or time-series data IoT sensor readings,
7
+ event logs, security events, fleet telemetry, transaction feeds and answer
8
+ questions about rates, trends, and outliers over time windows. NOT for static
9
+ tabular files (use sql-analyst) or document content (use vector-search).
11
10
  license: MIT
12
11
  compatibility: >
13
12
  Requires a Toolbelt account (provision free at https://toolbelt.ai) and an
14
- MCP-compatible AI agent (Claude Code, Claude Desktop, or any client that
15
- supports MCP server connections). MCP connection must be pre-established
13
+ MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
14
+ that supports MCP server connections). MCP connection must be pre-established
16
15
  before invocation. Kafka parameters are optional — omit them to run with
17
16
  simulated stream data.
18
17
  metadata:
19
18
  author: toolbeltai
20
19
  version: "1.0"
21
- openclaw:
22
- emoji: "📡"
23
- homepage: "https://toolbelt.ai/docs/streaming"
24
- skillKey: "streaming-analyst"
20
+ homepage: "https://toolbelt.ai/docs/streaming"
25
21
  ---
26
22
 
27
23
  Connect a Kafka topic (or simulate one) and run real-time aggregation and
@@ -1,25 +1,23 @@
1
1
  ---
2
2
  name: vector-search
3
3
  description: >
4
- Find semantically relevant passages from documents without keyword matching.
5
- Toolbelt is a multi-modal data platform combining SQL analytics, vector search,
6
- and real-time streaming. Upload a document, then retrieve the passages most
7
- semantically similar to a natural language query. Use when an AI agent needs to
8
- ground answers in source documents (RAG), find related content without exact
9
- keyword matches, or rank passages by meaning rather than text overlap.
4
+ Upload a document and retrieve passages by semantic similarity to a
5
+ natural-language query. Ranks content by meaning, not keyword overlap. Use
6
+ when an agent needs to ground answers in source documents (RAG), find related
7
+ content, retrieve passages by concept, or answer "what does this doc say
8
+ about X" where X isn't a verbatim phrase. NOT for exact keyword/regex search,
9
+ structured table queries (use sql-analyst), or entity-relationship extraction
10
+ (use knowledge-graph).
10
11
  license: MIT
11
12
  compatibility: >
12
13
  Requires a Toolbelt account (provision free at https://toolbelt.ai) and an
13
- MCP-compatible AI agent (Claude Code, Claude Desktop, or any client that
14
- supports MCP server connections). MCP connection must be pre-established
14
+ MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
15
+ that supports MCP server connections). MCP connection must be pre-established
15
16
  before invocation.
16
17
  metadata:
17
18
  author: toolbeltai
18
19
  version: "1.0"
19
- openclaw:
20
- emoji: "🔍"
21
- homepage: "https://toolbelt.ai/docs/vectors"
22
- skillKey: "vector-search"
20
+ homepage: "https://toolbelt.ai/docs/vectors"
23
21
  ---
24
22
 
25
23
  Upload a document and retrieve semantically similar passages using Toolbelt MCP