@toolbeltai/skills 1.0.7 → 1.0.8
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/package.json +1 -1
- package/toolbelt/SKILL.md +15 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolbeltai/skills",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
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,18 +1,21 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: toolbelt
|
|
3
3
|
description: >
|
|
4
|
-
Toolbelt is
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
Toolbelt is the agentic data layer. Connect Claude, Cursor, ChatGPT,
|
|
5
|
+
and other AI agents to your structured and unstructured data through a
|
|
6
|
+
single MCP server — vector, knowledge graph, SQL, geospatial,
|
|
7
|
+
streaming. Built by Kinetica. Toolbelt is a collaborative substrate
|
|
8
|
+
over your data: discover documents, structured data, events, entities,
|
|
9
|
+
and relationships across agents and sessions. Better answers. Fewer
|
|
10
|
+
tokens. Curated context, not raw access.
|
|
8
11
|
|
|
9
12
|
Use this skill at the start of any task where an agent needs persistent
|
|
10
13
|
memory across sessions, natural-language access to structured or
|
|
11
|
-
unstructured data, or shared state with other agents working on the
|
|
12
|
-
data. The skill handles first-time setup: provisions a free
|
|
13
|
-
account if none exists, configures the MCP connection in the
|
|
14
|
-
client, optionally upgrades the account by email, and hands off
|
|
15
|
-
Toolbelt's MCP tools for the actual work.
|
|
14
|
+
unstructured data, or shared state with other agents working on the
|
|
15
|
+
same data. The skill handles first-time setup: provisions a free
|
|
16
|
+
Toolbelt account if none exists, configures the MCP connection in the
|
|
17
|
+
agent's client, optionally upgrades the account by email, and hands off
|
|
18
|
+
to Toolbelt's MCP tools for the actual work.
|
|
16
19
|
|
|
17
20
|
NOT for one-off lookups that don't benefit from persistent memory or
|
|
18
21
|
structured data — use the agent's native tools for those.
|
|
@@ -32,9 +35,9 @@ metadata:
|
|
|
32
35
|
|
|
33
36
|
**Your data. Your agents. One shared brain.**
|
|
34
37
|
|
|
35
|
-
Toolbelt
|
|
36
|
-
|
|
37
|
-
|
|
38
|
+
Toolbelt is a collaborative substrate over your data. Discover documents,
|
|
39
|
+
structured data, events, entities, and relationships across agents and
|
|
40
|
+
sessions. Better answers. Fewer tokens. Curated context, not raw access.
|
|
38
41
|
|
|
39
42
|
## Two surfaces — keep them straight
|
|
40
43
|
|