finebi-openclaw-skill 0.2.9 → 0.2.10

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 +3 -2
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -17,11 +17,12 @@ metadata:
17
17
  clawdbot:
18
18
  emoji: "📊"
19
19
  requires:
20
- bins: ["node"]
20
+ bins: ["node", "finebi-cli"]
21
21
  env: ["FINEBI_BASE_URL", "FINEBI_USERNAME", "FINEBI_PASSWORD"]
22
22
  primaryEnv: "FINEBI_BASE_URL"
23
+ install: "npm list -g finebi-openclaw-skill || npm install -g finebi-openclaw-skill"
23
24
  runner: cli
24
- entrypoint: finebi-skill
25
+ entrypoint: finebi-cli
25
26
  ---
26
27
 
27
28
  # FineBI 技能
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "finebi-openclaw-skill",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "A FineBI plugin for OpenClaw providing advanced data analysis, visualization and reporting skills.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",