@toolbeltai/skills 0.2.2 → 0.2.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolbeltai/skills",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Official Toolbelt skills — named /toolbelt-* flows (start, analyze, find, entities, geo, stream, invite) that teach any MCP-capable agent to orchestrate Toolbelt's MCP tools end-to-end.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://toolbelt.ai",
|
|
@@ -16,9 +16,9 @@ compatibility: >
|
|
|
16
16
|
MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
|
|
17
17
|
that supports MCP server connections). MCP connection must be pre-established
|
|
18
18
|
before invocation.
|
|
19
|
+
version: "2.0.0"
|
|
19
20
|
metadata:
|
|
20
21
|
author: toolbeltai
|
|
21
|
-
version: "2.0"
|
|
22
22
|
homepage: "https://toolbelt.ai/docs/sql"
|
|
23
23
|
---
|
|
24
24
|
|
|
@@ -14,9 +14,9 @@ compatibility: >
|
|
|
14
14
|
MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
|
|
15
15
|
that supports MCP server connections). MCP connection must be pre-established
|
|
16
16
|
before invocation.
|
|
17
|
+
version: "1.0.0"
|
|
17
18
|
metadata:
|
|
18
19
|
author: toolbeltai
|
|
19
|
-
version: "1.0"
|
|
20
20
|
homepage: "https://toolbelt.ai/docs/toolbelt-entities"
|
|
21
21
|
---
|
|
22
22
|
|
package/toolbelt-find/SKILL.md
CHANGED
|
@@ -14,9 +14,9 @@ compatibility: >
|
|
|
14
14
|
MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
|
|
15
15
|
that supports MCP server connections). MCP connection must be pre-established
|
|
16
16
|
before invocation.
|
|
17
|
+
version: "1.0.0"
|
|
17
18
|
metadata:
|
|
18
19
|
author: toolbeltai
|
|
19
|
-
version: "1.0"
|
|
20
20
|
homepage: "https://toolbelt.ai/docs/vectors"
|
|
21
21
|
---
|
|
22
22
|
|
package/toolbelt-geo/SKILL.md
CHANGED
|
@@ -14,9 +14,9 @@ compatibility: >
|
|
|
14
14
|
MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
|
|
15
15
|
that supports MCP server connections). MCP connection must be pre-established
|
|
16
16
|
before invocation.
|
|
17
|
+
version: "1.0.0"
|
|
17
18
|
metadata:
|
|
18
19
|
author: toolbeltai
|
|
19
|
-
version: "1.0"
|
|
20
20
|
homepage: "https://toolbelt.ai/docs/geospatial"
|
|
21
21
|
---
|
|
22
22
|
|
package/toolbelt-invite/SKILL.md
CHANGED
|
@@ -13,9 +13,9 @@ compatibility: >
|
|
|
13
13
|
MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
|
|
14
14
|
that supports MCP server connections). MCP connection must be pre-established
|
|
15
15
|
before invocation.
|
|
16
|
+
version: "1.0.0"
|
|
16
17
|
metadata:
|
|
17
18
|
author: toolbeltai
|
|
18
|
-
version: "1.0"
|
|
19
19
|
homepage: "https://toolbelt.ai/docs/multi-agent"
|
|
20
20
|
---
|
|
21
21
|
|
package/toolbelt-start/SKILL.md
CHANGED
|
@@ -13,9 +13,9 @@ compatibility: >
|
|
|
13
13
|
MCP-compatible AI agent (Claude Code, Claude Desktop, OpenClaw, or any client
|
|
14
14
|
that supports MCP server connections). MCP connection must be pre-established
|
|
15
15
|
before invocation.
|
|
16
|
+
version: "2.0.0"
|
|
16
17
|
metadata:
|
|
17
18
|
author: toolbeltai
|
|
18
|
-
version: "2.0"
|
|
19
19
|
homepage: "https://toolbelt.ai/docs/mcp"
|
|
20
20
|
---
|
|
21
21
|
|
package/toolbelt-stream/SKILL.md
CHANGED
|
@@ -14,9 +14,9 @@ compatibility: >
|
|
|
14
14
|
that supports MCP server connections). MCP connection must be pre-established
|
|
15
15
|
before invocation. Kafka parameters are optional — omit them to run with
|
|
16
16
|
simulated stream data.
|
|
17
|
+
version: "1.0.0"
|
|
17
18
|
metadata:
|
|
18
19
|
author: toolbeltai
|
|
19
|
-
version: "1.0"
|
|
20
20
|
homepage: "https://toolbelt.ai/docs/streaming"
|
|
21
21
|
---
|
|
22
22
|
|