@byted-las/contextlake-openclaw 1.0.5 → 1.0.6

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,3 +1,4 @@
1
+ ---
1
2
  name: byted-las-data-profiler
2
3
  description: |
3
4
  Volcengine TOS Dataset Profiling Tool. Based on the S3-compatible protocol, it scans the file structure in TOS buckets and catalogs them.
@@ -5,6 +6,7 @@ description: |
5
6
 
6
7
  IMPORTANT RULE: You are STRICTLY FORBIDDEN from writing or executing Python scripts to access S3/TOS or LanceDB.
7
8
  You MUST exclusively use the provided tools (`list-s3-objects`, `read-s3-object`, `write-lance-catalog`, `las-data-profiler`) to accomplish the profiling tasks.
9
+ ---
8
10
 
9
11
  ## Trigger Scenarios
10
12
  Be sure to use this Skill when the user mentions the following scenarios:
@@ -34,4 +36,4 @@ If you need to perform custom exploration, you can use `list-s3-objects` to trav
34
36
 
35
37
  ## Output Location
36
38
  - LanceDB table storage path: `~/.openclaw/contextlake/profiler/{datasource_name}/catalog_db`
37
- - Configuration file: `~/.openclaw/contextlake/profiler/{datasource_name}/env.sh`
39
+ - Configuration file: `~/.openclaw/contextlake/profiler/{datasource_name}/env.sh`
@@ -1,3 +1,4 @@
1
+ ---
1
2
  name: contextlake-delete
2
3
  description: |
3
4
  Delete documents and assets from the ContextLake Knowledge Base (知识库) / Knowledge Lake (知识湖).
@@ -34,3 +35,4 @@ parameters:
34
35
  type: string
35
36
  description: SQL-like filter string to identify documents to delete (e.g. "metadata.category = 'obsolete'").
36
37
  required: false
38
+ ---
@@ -1,3 +1,4 @@
1
+ ---
1
2
  name: contextlake-ingest
2
3
  description: |
3
4
  Upload, ingest, and index documents into the ContextLake Knowledge Base (知识库) / Knowledge Lake (知识湖).
@@ -38,3 +39,4 @@ parameters:
38
39
  type: integer
39
40
  description: Overlap size for text splitting
40
41
  required: false
42
+ ---
@@ -1,3 +1,4 @@
1
+ ---
1
2
  name: contextlake-list
2
3
  description: |
3
4
  List documents and assets currently in the ContextLake Knowledge Base (知识库) / Knowledge Lake (知识湖).
@@ -20,3 +21,4 @@ parameters:
20
21
  type: integer
21
22
  description: Maximum number of documents to return (default 100).
22
23
  required: false
24
+ ---
@@ -1,3 +1,4 @@
1
+ ---
1
2
  name: contextlake-retrieve
2
3
  description: |
3
4
  Search, query, and retrieve relevant information from the ContextLake Knowledge Base (知识库) / Knowledge Lake (知识湖).
@@ -35,3 +36,4 @@ parameters:
35
36
  type: boolean
36
37
  description: Whether to include binary content
37
38
  required: false
39
+ ---
@@ -1,3 +1,4 @@
1
+ ---
1
2
  name: byted-las-data-profiler
2
3
  description: |
3
4
  Volcengine TOS Dataset Profiling Tool. Based on the S3-compatible protocol, it scans the file structure in TOS buckets and catalogs them.
@@ -5,6 +6,7 @@ description: |
5
6
 
6
7
  IMPORTANT RULE: You are STRICTLY FORBIDDEN from writing or executing Python scripts to access S3/TOS or LanceDB.
7
8
  You MUST exclusively use the provided tools (`list-s3-objects`, `read-s3-object`, `write-lance-catalog`, `las-data-profiler`) to accomplish the profiling tasks.
9
+ ---
8
10
 
9
11
  ## Trigger Scenarios
10
12
  Be sure to use this Skill when the user mentions the following scenarios:
@@ -34,4 +36,4 @@ If you need to perform custom exploration, you can use `list-s3-objects` to trav
34
36
 
35
37
  ## Output Location
36
38
  - LanceDB table storage path: `~/.openclaw/contextlake/profiler/{datasource_name}/catalog_db`
37
- - Configuration file: `~/.openclaw/contextlake/profiler/{datasource_name}/env.sh`
39
+ - Configuration file: `~/.openclaw/contextlake/profiler/{datasource_name}/env.sh`
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "contextlake-openclaw",
3
3
  "name": "ContextLake",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "description": "A lightweight knowledge base plugin for OpenClaw using LanceDB and TOS, with data profiling support",
6
6
  "skills": ["./src/skills"],
7
7
  "configSchema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byted-las/contextlake-openclaw",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "ContextLake OpenClaw Plugin for managing knowledge base",
5
5
  "main": "index.ts",
6
6
  "files": [
@@ -1,3 +1,4 @@
1
+ ---
1
2
  name: contextlake-delete
2
3
  description: |
3
4
  Delete documents and assets from the ContextLake Knowledge Base (知识库) / Knowledge Lake (知识湖).
@@ -34,3 +35,4 @@ parameters:
34
35
  type: string
35
36
  description: SQL-like filter string to identify documents to delete (e.g. "metadata.category = 'obsolete'").
36
37
  required: false
38
+ ---
@@ -1,3 +1,4 @@
1
+ ---
1
2
  name: contextlake-ingest
2
3
  description: |
3
4
  Upload, ingest, and index documents into the ContextLake Knowledge Base (知识库) / Knowledge Lake (知识湖).
@@ -38,3 +39,4 @@ parameters:
38
39
  type: integer
39
40
  description: Overlap size for text splitting
40
41
  required: false
42
+ ---
@@ -1,3 +1,4 @@
1
+ ---
1
2
  name: contextlake-list
2
3
  description: |
3
4
  List documents and assets currently in the ContextLake Knowledge Base (知识库) / Knowledge Lake (知识湖).
@@ -20,3 +21,4 @@ parameters:
20
21
  type: integer
21
22
  description: Maximum number of documents to return (default 100).
22
23
  required: false
24
+ ---
@@ -1,3 +1,4 @@
1
+ ---
1
2
  name: contextlake-retrieve
2
3
  description: |
3
4
  Search, query, and retrieve relevant information from the ContextLake Knowledge Base (知识库) / Knowledge Lake (知识湖).
@@ -35,3 +36,4 @@ parameters:
35
36
  type: boolean
36
37
  description: Whether to include binary content
37
38
  required: false
39
+ ---
@@ -1,3 +1,4 @@
1
+ ---
1
2
  name: byted-las-data-profiler
2
3
  description: |
3
4
  Volcengine TOS Dataset Profiling Tool. Based on the S3-compatible protocol, it scans the file structure in TOS buckets and catalogs them.
@@ -5,6 +6,7 @@ description: |
5
6
 
6
7
  IMPORTANT RULE: You are STRICTLY FORBIDDEN from writing or executing Python scripts to access S3/TOS or LanceDB.
7
8
  You MUST exclusively use the provided tools (`list-s3-objects`, `read-s3-object`, `write-lance-catalog`, `las-data-profiler`) to accomplish the profiling tasks.
9
+ ---
8
10
 
9
11
  ## Trigger Scenarios
10
12
  Be sure to use this Skill when the user mentions the following scenarios:
@@ -34,4 +36,4 @@ If you need to perform custom exploration, you can use `list-s3-objects` to trav
34
36
 
35
37
  ## Output Location
36
38
  - LanceDB table storage path: `~/.openclaw/contextlake/profiler/{datasource_name}/catalog_db`
37
- - Configuration file: `~/.openclaw/contextlake/profiler/{datasource_name}/env.sh`
39
+ - Configuration file: `~/.openclaw/contextlake/profiler/{datasource_name}/env.sh`