@toolbeltai/skills 1.0.7 → 1.0.9

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/toolbelt/SKILL.md +31 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolbeltai/skills",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Official Toolbelt skill — one /toolbelt slash command that gives any MCP-capable agent a shared brain for your data. Detects or provisions a free Toolbelt account, configures the MCP connection, and hands off to Toolbelt's MCP tools (vector, knowledge graph, SQL, geospatial, streaming, timeline).",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://toolbelt.ai",
package/toolbelt/SKILL.md CHANGED
@@ -1,21 +1,26 @@
1
1
  ---
2
2
  name: toolbelt
3
3
  description: >
4
- Toolbelt is a collaborative substrate for your agents one shared brain
5
- for your data. Connect AI agents to vector search, knowledge graph, SQL,
6
- geospatial, and streaming data through one MCP server. Findings,
7
- decisions, and observations persist across sessions and across agents.
8
-
9
- Use this skill at the start of any task where an agent needs persistent
10
- memory across sessions, natural-language access to structured or
11
- unstructured data, or shared state with other agents working on the same
12
- data. The skill handles first-time setup: provisions a free Toolbelt
13
- account if none exists, configures the MCP connection in the agent's
14
- client, optionally upgrades the account by email, and hands off to
4
+ Toolbelt is a collaborative substrate over your data. Upload any
5
+ document entities and relationships extracted automatically,
6
+ queryable immediately. Ask questions that span structured tables,
7
+ documents, and relationships in a single call. No stitching databases
8
+ together. Toolbelt orchestrates semantic, structured, and hybrid
9
+ retrieval through one MCP server vector, knowledge graph, SQL,
10
+ geospatial, streaming. Share the URL and any agent can query the same
11
+ workspace like a shared Google Doc for your data. Built by Kinetica.
12
+
13
+ Use this skill at the start of any task where an agent needs to ingest
14
+ documents and have entities/relationships auto-extracted, query
15
+ structured + unstructured data together in natural language, or share
16
+ findings with other agents across sessions. The skill handles
17
+ first-time setup: provisions a free Toolbelt account if none exists,
18
+ configures the MCP connection in the agent's client, and hands off to
15
19
  Toolbelt's MCP tools for the actual work.
16
20
 
17
- NOT for one-off lookups that don't benefit from persistent memory or
18
- structured data — use the agent's native tools for those.
21
+ NOT for one-off lookups that don't benefit from automatic extraction,
22
+ hybrid retrieval, or shared state — use the agent's native tools for
23
+ those.
19
24
  license: Apache-2.0
20
25
  compatibility: >
21
26
  Requires an MCP-compatible AI agent (Claude Code, Claude Desktop,
@@ -32,9 +37,19 @@ metadata:
32
37
 
33
38
  **Your data. Your agents. One shared brain.**
34
39
 
35
- Toolbelt connects AI agents to vector search, knowledge graph, SQL,
36
- geospatial, and streaming data through one MCP server. Findings,
37
- decisions, and observations persist across sessions and across agents.
40
+ Toolbelt is a collaborative substrate over your data. Discover documents,
41
+ structured data, events, entities, and relationships across agents and
42
+ sessions. Better answers. Fewer tokens. Curated context, not raw access.
43
+
44
+ Three things make it different:
45
+
46
+ - **Knowledge extraction.** Upload any document — entities and
47
+ relationships extracted automatically, queryable immediately.
48
+ - **Hybrid retrieval.** Ask questions that span structured tables,
49
+ documents, and relationships in a single call. No stitching databases
50
+ together. Orchestrates semantic, structured, and hybrid retrieval.
51
+ - **Shared workspaces.** Share the URL and any agent can query the same
52
+ workspace — like a shared Google Doc for your data.
38
53
 
39
54
  ## Two surfaces — keep them straight
40
55