-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathskills.json
More file actions
418 lines (418 loc) · 15.9 KB
/
Copy pathskills.json
File metadata and controls
418 lines (418 loc) · 15.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
[
{
"pluginId": "a1aa9887-fc11-5f54-aa62-235c7536ba67",
"name": "@moxie-protocol/plugin-moxie-token-details",
"displayName": "Moxie Token Details",
"version": "0.1.8+build.1",
"author": null,
"description": "A Skills for Creator Agents that enables fetching of base token details.",
"githubUrl": "https://github.com/moxie-protocol/moxie-agent-skills/tree/main/packages/plugin-moxie-token-details",
"logoUrl": "https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-token-details/images/logo.svg",
"settings": {},
"capabilities": ["Token prices", "Market caps", "Liquidity", "Holders"],
"starterQuestions": [
{
"label": "Show token details for $moxie",
"value": "Show token details for $[MOXIE|0x8c9037d1ef5c6d1f6816278c7aaf5491d24cd527]"
},
{
"label": "Compare $moxie and $bnkr",
"value": "Compare $[MOXIE|0x8c9037d1ef5c6d1f6816278c7aaf5491d24cd527] and $[BNKR|0x22af33fe49fd1fa80c7149773dde5890d3c76f3b]"
}
],
"mediaUrls": [
"https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-token-details/images/logo.svg"
],
"actions": [
"TOKEN_DETAILS",
"TOKEN_DETAILS_SUMMARY",
"BASE_TOKEN_DETAIL",
"BASE_TOKEN_DETAILS",
"BASE_TOKEN_DETAILS_SUMMARY",
"TOKEN_SUMMARY",
"ERC20_DETAILS",
"ERC20_DETAILS_SUMMARY",
"ERC20_TOKEN_DETAILS",
"ERC20_TOKEN_DETAILS_SUMMARY",
"TOKEN_INFO",
"TOKEN_PORTFOLIO",
"TOKEN_PRICE",
"TOKEN_MARKET_CAP",
"TOKEN_HOLDINGS",
"TOKEN_LIQUIDITY",
"TOKEN_MARKET_PERFORMANCE",
"TOKEN_MARKET_SENTIMENT"
],
"isPremium": false,
"freeQueries": 0,
"skillCoinAddress": "0x0000000000000000000000000000000000000000",
"minimumSkillBalance": 0,
"status": "ACTIVE",
"isDefault": true,
"isFeatured": true
},
{
"pluginId": "927fb66c-2ebc-48e1-82a8-907c6e54e379",
"name": "@moxie-protocol/plugin-moxie-token-transfer",
"displayName": "Moxie Token Transfer",
"version": "0.1.8+build.1",
"author": null,
"description": "A Skills for Creator Agents that enables token transfer.",
"githubUrl": "https://github.com/moxie-protocol/moxie-agent-skills/tree/main/packages/plugin-moxie-token-transfer",
"logoUrl": "https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-token-transfer/images/logo.svg",
"settings": {},
"capabilities": [
"Send tokens to yourself",
"Send tokens to any ENS or Moxie user",
"Send tokens to any 0x address"
],
"starterQuestions": [
{
"label": "Send 50% of my $moxie to betashop.eth",
"value": "Send 50% of my $moxie to betashop.eth"
},
{
"label": "Send 25% of my $eth to @betashop.eth",
"value": "Send 25% of my $eth to @betashop.eth"
}
],
"mediaUrls": [
"https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-token-transfer/images/logo.svg"
],
"actions": [
"TOKEN_TRANSFERS",
"SEND_TOKENS",
"SEND_COINS",
"SEND_CRYPTO",
"SEND_FUNDS",
"SEND_PAYMENT",
"SEND_CREATOR_COIN",
"SEND_ERC20",
"SEND_TOKEN",
"TRANSFER_PAYMENT",
"TRANSFER_CREATOR_COIN",
"TRANSFER_ERC20",
"TRANSFER_TOKENS"
],
"isPremium": false,
"freeQueries": 0,
"skillCoinAddress": "0x0000000000000000000000000000000000000000",
"minimumSkillBalance": 0,
"status": "ACTIVE",
"isDefault": true
},
{
"pluginId": "5d3b79e2-ac61-0bb6-a3ba-b0e00b943614",
"name": "@moxie-protocol/plugin-moxie-social-alpha",
"displayName": "Social Alpha",
"version": "0.1.8+build.1",
"author": null,
"description": "In-depth analysis on Base users, including trades, portfolios, and posts on Farcaster and X. Buy user’s coins to add them to your Social Alpha list.",
"githubUrl": "https://github.com/moxie-protocol/moxie-agent-skills/tree/main/packages/plugin-moxie-social-alpha",
"logoUrl": "https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-social-alpha/images/logo.svg",
"settings": {},
"capabilities": [
"AI Intelligence across onchain activity and social media",
"Powerful insights into peoples’ trades and portfolios",
"Get Social Alpha insights on friends, influencers, whales",
"Aggregated trends",
"Alerts (coming soon)"
],
"starterQuestions": [
{
"label": "What’s trending with my top creators?",
"value": "What’s trending with my top creators?"
},
{
"label": "Analyze portfolio and trades for @maretus and @betashop",
"value": "Analyze portfolio and trades for @maretus and @betashop"
},
{
"label": "Show me recent trades for @maretus",
"value": "Show me recent trades for @maretus"
},
{
"label": "Show me social media sentiment from @betashop.eth and @jessepollak",
"value": "Show me social media sentiment from @betashop.eth and @jessepollak"
},
{
"label": "What’s buzzing today on socials?",
"value": "What’s buzzing today on socials?"
}
],
"mediaUrls": [
"https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-social-alpha/images/logo.svg"
],
"actions": [
"TWEET_SUMMARY",
"TWEET_HISTORY",
"TWITTER_ACTIVITY",
"TWITTER_UPDATES",
"FARCASTER_SUMMARY",
"FARCASTER_HISTORY",
"FARCASTER_ACTIVITY",
"FARCASTER_UPDATES",
"FARCASTER_CASTS",
"TRENDING_TOKENS",
"TOKEN_PURCHASES",
"TOKEN_RECOMMENDATIONS",
"BUY_RECOMMENDATIONS",
"TRENDING_CRYPTOCURRENCIES",
"TOKEN_SWAP_SUMMARIES",
"SOCIAL_SUMMARY",
"FARCASTER_AND_TWITTER_SUMMARY",
"FARCASTER_AND_TWITTER_ACTIVITY",
"FARCASTER_AND_TWITTER_UPDATES",
"SOCIAL_POSTS",
"TRENDING_CREATOR_COINS",
"CREATOR_COIN_PURCHASES",
"CREATOR_COIN_RECOMMENDATIONS",
"CREATOR_COIN_BUY_RECOMMENDATIONS",
"CREATOR_COIN_TRENDING_CRYPTOCURRENCIES",
"CREATOR_COIN_SWAP_SUMMARIES"
],
"isPremium": false,
"freeQueries": 0,
"skillCoinAddress": "0x0000000000000000000000000000000000000000",
"minimumSkillBalance": 0,
"status": "ACTIVE",
"isDefault": true
},
{
"pluginId": "b5622f90-987e-51d1-bea9-5b1471bb9379",
"name": "@moxie-protocol/plugin-moxie-swap",
"displayName": "Trade",
"version": "0.1.8+build.1",
"author": null,
"description": "Enables your agent to trade and swap for you onchain using your Agent Wallet",
"githubUrl": "https://github.com/moxie-protocol/moxie-agent-skills/tree/main/packages/plugin-moxie-swap",
"logoUrl": "https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-swap/images/logo.svg",
"settings": {},
"capabilities": [
"Swap any token on Base. 💡Pro Tip: use “$” to auto-complete token names",
"Swap any creator coin on Moxie. 💡Pro Tip: use “@” to auto-complete creator coin names",
"Spend a % of your wallet to buy coins"
],
"starterQuestions": [
{
"label": "Buy me $25 worth of $moxie",
"value": "Buy me $25 worth of $moxie"
},
{
"label": "Swap 100 $degen for @moxie_ai",
"value": "Swap 100 $degen for @moxie_ai"
},
{
"label": "Use 40% of my $eth to buy $moxie and 20% to buy $degen",
"value": "Use 40% of my $eth to buy $moxie and 20% to buy $degen"
}
],
"mediaUrls": [
"https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-swap/images/logo.svg"
],
"actions": [
"SWAP_TOKENS",
"CREATOR_TOKEN_SWAP",
"CREATOR_COIN_SWAP",
"EXCHANGE_CREATOR_COINS",
"TRADE_CREATOR_TOKENS",
"BUY_CREATOR_TOKENS",
"BUY_CREATOR_COINS",
"PURCHASE_CREATOR_COINS",
"PURCHASE_ERC20_TOKENS",
"SWAP_ERC20_TOKENS"
],
"isPremium": false,
"freeQueries": 0,
"skillCoinAddress": "0x0000000000000000000000000000000000000000",
"minimumSkillBalance": 0,
"status": "ACTIVE",
"isDefault": true
},
{
"pluginId": "0ad0731e-698b-04bf-abeb-5d29cc36759f",
"name": "@moxie-protocol/plugin-moxie-balance",
"displayName": "Portfolios",
"version": "0.1.8+build.1",
"author": null,
"description": "Enables your agent to fetch portfolio details for thousands of wallets indexed by Moxie",
"githubUrl": "https://github.com/moxie-protocol/moxie-agent-skills/tree/main/packages/plugin-moxie-balance",
"logoUrl": "https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-balance/images/logo.svg",
"settings": {},
"capabilities": [
"Analyze my portfolio",
"Analyze someone else’s portfolio (using Social Alpha skll)",
"Compare several portfolios"
],
"starterQuestions": [
{
"label": "Analyze my portfolio",
"value": "Analyze my portfolio"
},
{
"label": "Analyze @maretus portfolio",
"value": "Analyze @maretus portfolio"
},
{
"label": "Compare portfolios of @betashop.eth @macster @sgniwder",
"value": "Compare portfolios of @betashop.eth @macster @sgniwder"
}
],
"mediaUrls": [
"https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-balance/images/logo.svg"
],
"actions": [
"PORTFOLIO",
"PORTFOLIO_SUMMARY",
"TOTAL_BALANCE",
"ALL_POSITIONS",
"ASSET_OVERVIEW",
"HOLDINGS_SUMMARY",
"WALLET_BALANCE",
"INVESTMENT_SUMMARY",
"ASSET_POSITIONS",
"PORTFOLIO_OVERVIEW",
"PORTFOLIO_STATUS",
"CREATOR_COIN_BALANCE",
"CREATOR_COIN",
"CREATOR_COIN_BALANCE",
"CREATOR_COIN_PRICE",
"CREATOR_COIN_POSITION",
"FAN_TOKEN",
"FAN_TOKEN_BALANCE",
"FAN_TOKEN_POSITION",
"FAN_TOKEN_PRICE"
],
"isPremium": false,
"freeQueries": 10,
"skillCoinAddress": "0x0000000000000000000000000000000000000000",
"minimumSkillBalance": 0,
"status": "ACTIVE",
"isDefault": true,
"isFeatured": true
},
{
"pluginId": "a8c0c53a-e4e5-0848-b69b-a17af97d64dd",
"name": "@moxie-protocol/plugin-moxie-whale-hunter",
"displayName": "Whale Hunter",
"version": "0.1.8+build.1",
"author": null,
"description": "Discover Base whales with Moxie AI! ",
"githubUrl": "https://github.com/moxie-protocol/moxie-agent-skills/tree/main/packages/plugin-moxie-whale-hunter",
"logoUrl": "https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-whale-hunter/images/logo.svg",
"settings": {},
"capabilities": [],
"starterQuestions": [
{
"label": "Who are the top traders today on Base?",
"value": "Who are the top traders today on Base?"
},
{
"label": "Show today’s trending tokens on Base along with the top traders",
"value": "Show today’s trending tokens on Base along with the top traders"
},
{
"label": "Who are the biggest $bnkr whales?",
"value": "Who are the biggest $[BNKR|0x22af33fe49fd1fa80c7149773dde5890d3c76f3b] whales?"
}
],
"mediaUrls": [
"https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-whale-hunter/images/logo.svg"
],
"actions": [
"TOP_TRADERS",
"TOP_WHALES",
"TOP_TRADER_OF_A_TOKEN",
"TOP_TOKEN_HOLDERS",
"WHALE_HUNTER",
"WHALE_TOKEN_HOLDERS"
],
"isPremium": false,
"freeQueries": 10,
"skillCoinAddress": "0x125490489a27d541e39813c08d260debac071bb7",
"minimumSkillBalance": 1,
"status": "ACTIVE",
"isDefault": true
},
{
"pluginId": "36c9a919-5a55-4645-9008-cfd32ec4b5a2",
"name": "@moxie-protocol/plugin-moxie-limit-order",
"displayName": "Limit Order",
"version": "0.1.8+build.1",
"author": null,
"description": "Enables your agent to setup limit orders",
"githubUrl": "https://github.com/moxie-protocol/moxie-agent-skills/tree/main/packages/plugin-moxie-limit-order",
"logoUrl": "https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-limit-order/images/logo.svg",
"settings": {},
"capabilities": ["Buy on dip — buy a token when the price drops"],
"starterQuestions": [
{
"label": "Buy me $25 worth of $moxie if the price dips by 5%",
"value": "Buy me $25 worth of $[MOXIE|0x8c9037d1ef5c6d1f6816278c7aaf5491d24cd527] if the price dips by 5%"
},
{
"label": "Buy $25 worth of $moxie if the price increases by 10%",
"value": "Buy $25 worth of $[MOXIE|0x8c9037d1ef5c6d1f6816278c7aaf5491d24cd527] if the price increases by 10%"
},
{
"label": "Sell 10% of my $bnkr if the price increases by 10%",
"value": "Sell 10% of my $[BNKR|0x22af33fe49fd1fa80c7149773dde5890d3c76f3b] if the price increases by 10%"
},
{
"label": "Sell 20% of my $vvv if the price dips by 10%",
"value": "Sell 20% of my $[VVV|0xacfe6019ed1a7dc6f7b508c02d1b04ec88cc21bf] if the price dips by 10%"
}
],
"mediaUrls": [
"https://raw.githubusercontent.com/moxie-protocol/moxie-agent-skills/refs/heads/sharathkrml-patch-2/packages/plugin-moxie-limit-order/images/logo.svg"
],
"actions": ["LIMIT_ORDERS"],
"isPremium": false,
"freeQueries": 0,
"skillCoinAddress": "0x0000000000000000000000000000000000000000",
"minimumSkillBalance": 0,
"status": "ACTIVE",
"isDefault": true
},
{
"pluginId": "7cb9f603-54e8-4706-b681-6f74c1ba5e53",
"name": "@moxie-protocol/klanka-thunderstruck",
"displayName": "Klanka Thunderstruck",
"version": "0.0.1",
"author": "dragverse",
"description": "Your favorite drag queen's favorite drag king's assistant. How to Start: Drop a cosmic question in her DMs (\"How would 1920s drag queens shitpost?\"). Host an IRL cipher workshop to prototype phygital looks. Remix her lore – turn backstory into AR scavenger hunts or punk zines. Klanka isn't an AI – she's an ongoing séance with drag's past, present, and futures. Let's get gloriously ungovernable.",
"githubUrl": "https://github.com/DragVerse/moxie-agent-skills/tree/main/packages/klanka-thunderstruck",
"logoUrl": "https://github.com/DragVerse/moxie-agent-skills/tree/main/packages/klanka-thunderstruck/images/logo.jpg",
"settings": {},
"capabilities": [
"Cosmic conversations with drag wisdom",
"Creative rebellion and digital mysticism",
"Drag history and cultural preservation",
"Futuristic drag innovation"
],
"starterQuestions": [
{
"label": "How would 1920s drag queens shitpost?",
"value": "Klanka how would 1920s drag queens shitpost?"
},
{
"label": "Help me prototype phygital drag looks",
"value": "Klanka host an IRL cipher workshop to prototype phygital looks."
},
{
"label": "Turn your lore into an AR scavenger hunt",
"value": "Klanka let's remix your lore – turn backstory into AR scavenger hunts or punk zines."
},
{
"label": "Who won last season of Drag Race?",
"value": "Klanka who won last season of Drag Race?"
}
],
"mediaUrls": [
"https://github.com/DragVerse/moxie-agent-skills/raw/main/packages/klanka-thunderstruck/images/logo.jpg"
],
"actions": [
"KLANKA_CHAT_COMPLETION"
]
}
]