@hummingbot/skills 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hummingbot/skills",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "AI agent skills for Hummingbot algorithmic trading infrastructure",
5
5
  "scripts": {
6
6
  "build": "cd app && npm run build",
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: candles-feed
3
3
  description: Fetch market data (OHLCV candles) and calculate technical indicators (RSI, EMA, MACD, Bollinger Bands) from exchanges via Hummingbot API. Use this skill when the user needs price data, candlestick charts, or technical analysis.
4
- license: Apache-2.0
5
- creator-github-handle: fengtality
4
+ metadata:
5
+ author: fengtality
6
6
  ---
7
7
 
8
8
  # candles-feed
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: executor-creator
3
3
  description: Create and manage Hummingbot trading executors (position, grid, DCA, TWAP) directly via API. Use this skill when the user wants to create trading positions, set up grid trading, dollar-cost averaging, or any automated trading execution.
4
- license: Apache-2.0
5
- creator-github-handle: cardosofede
4
+ metadata:
5
+ author: fengtality
6
6
  ---
7
7
 
8
8
  # executor-creator
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: hummingbot-api-setup
3
3
  description: Deploy Hummingbot infrastructure including API server, Condor Telegram bot, PostgreSQL, and Gateway for DEX trading. Use this skill when the user wants to install, deploy, or set up Hummingbot.
4
- license: Apache-2.0
5
- creator-github-handle: david-hummingbot
4
+ metadata:
5
+ author: david-hummingbot
6
6
  ---
7
7
 
8
8
  # hummingbot-api-setup
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: keys-manager
3
3
  description: Manage exchange API keys and credentials for Hummingbot trading. Use this skill when the user wants to add, remove, or list API credentials for exchanges like Binance, Coinbase, Kraken, etc.
4
- license: Apache-2.0
5
- creator-github-handle: cardosofede
4
+ metadata:
5
+ author: fengtality
6
6
  ---
7
7
 
8
8
  # keys-manager
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  name: portfolio
3
3
  description: View portfolio balances, positions, and history across all connected exchanges. Use this skill when the user wants to check their balance, see positions, view portfolio distribution, or track portfolio history.
4
- license: Apache-2.0
5
- creator-github-handle: fengtality
4
+ metadata:
5
+ author: fengtality
6
6
  ---
7
7
 
8
8
  # portfolio
package/skills.json DELETED
@@ -1,157 +0,0 @@
1
- {
2
- "repo": {
3
- "owner": "hummingbot",
4
- "name": "skills",
5
- "url": "https://github.com/hummingbot/skills"
6
- },
7
- "skills": [
8
- {
9
- "id": "hummingbot-api-setup",
10
- "name": "hummingbot-api-setup",
11
- "description": "Deploy Hummingbot API infrastructure",
12
- "category": "infrastructure",
13
- "triggers": ["install hummingbot", "setup trading", "deploy api", "docker setup"],
14
- "path": "skills/hummingbot-api-setup",
15
- "installs": {
16
- "total": 0,
17
- "weekly": 0,
18
- "by_agent": {}
19
- },
20
- "first_seen": "2026-01-26T00:00:00Z",
21
- "status": "active",
22
- "creatorGithubHandle": "david-hummingbot"
23
- },
24
- {
25
- "id": "keys-manager",
26
- "name": "keys-manager",
27
- "description": "Manage spot and perpetual exchange API keys",
28
- "category": "configuration",
29
- "triggers": ["add api key", "configure exchange", "setup binance", "add credentials"],
30
- "path": "skills/keys-manager",
31
- "installs": {
32
- "total": 0,
33
- "weekly": 0,
34
- "by_agent": {}
35
- },
36
- "first_seen": "2026-01-26T00:00:00Z",
37
- "status": "active",
38
- "creatorGithubHandle": "cardosofede"
39
- },
40
- {
41
- "id": "executor-creator",
42
- "name": "executor-creator",
43
- "description": "Create and manage trading executors (position, grid, DCA, TWAP)",
44
- "category": "trading",
45
- "triggers": ["create executor", "position executor", "grid trading", "dca order", "start trading"],
46
- "path": "skills/executor-creator",
47
- "installs": {
48
- "total": 0,
49
- "weekly": 0,
50
- "by_agent": {}
51
- },
52
- "first_seen": "2026-01-26T00:00:00Z",
53
- "status": "active",
54
- "creatorGithubHandle": "cardosofede"
55
- },
56
- {
57
- "id": "candles-feed",
58
- "name": "candles-feed",
59
- "description": "Fetch market data and calculate technical indicators (RSI, EMA, MACD, Bollinger Bands)",
60
- "category": "data",
61
- "triggers": ["get candles", "calculate rsi", "market data", "technical analysis"],
62
- "path": "skills/candles-feed",
63
- "installs": {
64
- "total": 0,
65
- "weekly": 0,
66
- "by_agent": {}
67
- },
68
- "first_seen": "2026-01-26T00:00:00Z",
69
- "status": "active",
70
- "creatorGithubHandle": "fengtality"
71
- },
72
- {
73
- "id": "portfolio",
74
- "name": "portfolio",
75
- "description": "View portfolio balances, positions, and history across all connected exchanges",
76
- "category": "data",
77
- "triggers": ["check balance", "portfolio", "show positions", "account balance", "my balance"],
78
- "path": "skills/portfolio",
79
- "installs": {
80
- "total": 0,
81
- "weekly": 0,
82
- "by_agent": {}
83
- },
84
- "first_seen": "2026-01-29T00:00:00Z",
85
- "status": "active",
86
- "creatorGithubHandle": "fengtality"
87
- },
88
- {
89
- "id": "spot-connector-tester",
90
- "name": "spot-connector-tester",
91
- "description": "QA skill to test spot connectors - add keys, get prices, get candles",
92
- "category": "qa",
93
- "triggers": ["test spot", "verify spot connector", "spot qa"],
94
- "path": "skills/spot-connector-tester",
95
- "installs": {
96
- "total": 0,
97
- "weekly": 0,
98
- "by_agent": {}
99
- },
100
- "first_seen": "2026-01-26T00:00:00Z",
101
- "status": "planned"
102
- },
103
- {
104
- "id": "perp-connector-tester",
105
- "name": "perp-connector-tester",
106
- "description": "QA skill to test perpetual connectors",
107
- "category": "qa",
108
- "triggers": ["test perp", "verify perpetual", "perp qa"],
109
- "path": "skills/perp-connector-tester",
110
- "installs": {
111
- "total": 0,
112
- "weekly": 0,
113
- "by_agent": {}
114
- },
115
- "first_seen": "2026-01-26T00:00:00Z",
116
- "status": "planned"
117
- },
118
- {
119
- "id": "gateway-connector-tester",
120
- "name": "gateway-connector-tester",
121
- "description": "QA skill to test Gateway/DEX router connectors",
122
- "category": "qa",
123
- "triggers": ["test gateway", "verify router", "gateway qa"],
124
- "path": "skills/gateway-connector-tester",
125
- "installs": {
126
- "total": 0,
127
- "weekly": 0,
128
- "by_agent": {}
129
- },
130
- "first_seen": "2026-01-26T00:00:00Z",
131
- "status": "planned"
132
- },
133
- {
134
- "id": "pmm-bot-creator",
135
- "name": "pmm-bot-creator",
136
- "description": "Create a Pure Market Making (PMM) controller bot",
137
- "category": "bots",
138
- "triggers": ["create pmm", "market making bot", "pmm controller"],
139
- "path": "skills/pmm-bot-creator",
140
- "installs": {
141
- "total": 0,
142
- "weekly": 0,
143
- "by_agent": {}
144
- },
145
- "first_seen": "2026-01-26T00:00:00Z",
146
- "status": "planned"
147
- }
148
- ],
149
- "categories": [
150
- {"id": "infrastructure", "name": "Infrastructure", "icon": "server"},
151
- {"id": "configuration", "name": "Configuration", "icon": "settings"},
152
- {"id": "trading", "name": "Trading", "icon": "chart-line"},
153
- {"id": "data", "name": "Data", "icon": "database"},
154
- {"id": "qa", "name": "QA & Testing", "icon": "check-circle"},
155
- {"id": "bots", "name": "Bots", "icon": "bot"}
156
- ]
157
- }