@chatablex/robin-test 1.0.0

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/SKILL.md +9 -0
  2. package/package.json +31 -0
package/SKILL.md ADDED
@@ -0,0 +1,9 @@
1
+ # 国平的测试
2
+
3
+ ## When to use
4
+
5
+ Describe when the agent should activate this skill.
6
+
7
+ ## Steps
8
+
9
+ 1. …
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "author": "chatablex",
3
+ "chatablex": {
4
+ "category": "math",
5
+ "delivery_mode": "local_source",
6
+ "displayName": "国平的测试",
7
+ "execution_mode": "skill",
8
+ "id": "robin-test",
9
+ "skill": {
10
+ "assets_dir": "assets",
11
+ "entry": "SKILL.md",
12
+ "references_dir": "references",
13
+ "scripts_dir": "scripts",
14
+ "tool_ids": [],
15
+ "variables": []
16
+ },
17
+ "type": "skill"
18
+ },
19
+ "description": "这是一个测试的demo skill",
20
+ "files": [
21
+ "*"
22
+ ],
23
+ "keywords": [
24
+ "chatablex",
25
+ "tool",
26
+ "tool"
27
+ ],
28
+ "license": "MIT",
29
+ "name": "@chatablex/robin-test",
30
+ "version": "1.0.0"
31
+ }