-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
788 lines (788 loc) · 20.7 KB
/
Copy pathindex.json
File metadata and controls
788 lines (788 loc) · 20.7 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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
{
"version": 1,
"skills": [
{
"id": "pancakeswap-trading",
"name": "PancakeSwap Trading",
"description": "Buy and sell tokens through an Altana session.",
"chain": "bnb",
"tags": [
"trading",
"dex",
"pancakeswap",
"swap",
"meme"
],
"publisher": "Altana",
"version": "1.0.0",
"path": "skills/pancakeswap-trading/SKILL.md",
"sha256": "8721c5294ac8e3475ab7b14c41f397061e9c4de550f86c5ec17a51da8db1f4d5",
"scope": {
"contracts": [
"PancakeSwap V2 Router",
"WBNB",
"USDT (BSC-USD)"
],
"spendCapSuggested": "50 USDT"
},
"inputs": [
{
"id": "token",
"label": "Token",
"type": "address",
"required": true,
"askAt": "run",
"plays": [
"enter-position",
"exit-position",
"round-trip",
"tp-sl-watch"
],
"help": "Contract address of the token to trade."
},
{
"id": "amountUsdt",
"label": "USDT amount",
"type": "usd",
"required": true,
"askAt": "run",
"plays": [
"enter-position",
"exit-position",
"round-trip",
"tp-sl-watch"
],
"help": "How much USDT to put in. Exiting takes an amount or \"all\"."
},
{
"id": "slippagePct",
"label": "Slippage",
"type": "percent",
"required": false,
"askAt": "run",
"default": "1"
},
{
"id": "takeProfitPct",
"label": "Take profit",
"type": "percent",
"required": true,
"askAt": "run",
"plays": [
"tp-sl-watch"
],
"help": "Gain that triggers the exit."
},
{
"id": "stopLossPct",
"label": "Stop loss",
"type": "percent",
"required": true,
"askAt": "run",
"plays": [
"tp-sl-watch"
],
"help": "Loss that triggers the exit."
}
],
"verified": {
"method": "fork-tested by Altana",
"date": "2026-07-21"
},
"category": "Trading",
"display": {
"may": [
"Trade on PancakeSwap",
"Spend up to the cap you set"
],
"mayNot": [
"Send funds anywhere else",
"Touch any other app or token"
],
"exampleAsk": "ape $20 into $TOKEN, sell at 30% profit"
}
},
{
"id": "four-meme",
"name": "Four.meme Trading",
"description": "Snipe and trade memecoin launchpad curves on Four.meme, and hand off to PancakeSwap after graduation.",
"chain": "bnb",
"tags": [
"meme",
"launchpad",
"four.meme",
"snipe",
"bonding-curve",
"trading"
],
"publisher": "Altana",
"version": "1.0.0",
"path": "skills/four-meme/SKILL.md",
"sha256": "c39a51afa14cee0ff6dac9803547641f07f3c58efc8bae9dc6ad5c3353e0070b",
"scope": {
"contracts": [
"Four.meme TokenManager2",
"TokenManagerHelper3 (reads)"
],
"spendCapSuggested": "0.1 BNB"
},
"inputs": [
{
"id": "token",
"label": "Token",
"type": "address",
"required": true,
"askAt": "run",
"help": "Contract address of the curve token."
},
{
"id": "amountBnb",
"label": "BNB to spend",
"type": "bnb",
"required": true,
"askAt": "run",
"plays": [
"buy-on-curve",
"round-trip",
"graduation-handoff"
]
},
{
"id": "amountToken",
"label": "Amount to sell",
"type": "amount",
"required": true,
"askAt": "run",
"plays": [
"sell-on-curve"
],
"help": "Tokens to sell back to BNB. Also takes \"all\"."
},
{
"id": "slippagePct",
"label": "Slippage",
"type": "percent",
"required": false,
"askAt": "run",
"default": "3"
}
],
"verified": {
"method": "fork-tested by Altana",
"date": "2026-07-21"
},
"category": "Trading",
"display": {
"may": [
"Buy and sell on Four.meme curves",
"Spend BNB up to the cap you set"
],
"mayNot": [
"Send funds anywhere else",
"Touch any other app or token"
],
"exampleAsk": "snipe 0.05 BNB into this four.meme launch, sell at 2x"
}
},
{
"id": "pancakeswap-liquidity",
"name": "PancakeSwap Liquidity",
"description": "Provide and withdraw PancakeSwap V2 liquidity to earn trading fees on your token pairs.",
"chain": "bnb",
"tags": [
"liquidity",
"lp",
"pancakeswap",
"dex",
"yield"
],
"publisher": "Altana",
"version": "1.0.0",
"path": "skills/pancakeswap-liquidity/SKILL.md",
"sha256": "80d8bb4435689a2a696b22ebbf295c7f805c43f6287d1cd0c6e97951c3548b0f",
"scope": {
"contracts": [
"PancakeSwap V2 Router",
"pair tokens (approve to router only)"
],
"spendCapSuggested": "50 USDT"
},
"inputs": [
{
"id": "tokenA",
"label": "First token",
"type": "address",
"required": true,
"askAt": "run"
},
{
"id": "tokenB",
"label": "Second token",
"type": "address",
"required": true,
"askAt": "run"
},
{
"id": "amount",
"label": "Amount of one side",
"type": "amount",
"required": true,
"askAt": "run",
"plays": [
"add-liquidity"
],
"help": "The other side is derived from the pool ratio."
},
{
"id": "lpAmount",
"label": "LP tokens to burn",
"type": "amount",
"required": true,
"askAt": "run",
"plays": [
"remove-liquidity"
],
"help": "How much of the position to withdraw. Also takes \"all\"."
},
{
"id": "slippagePct",
"label": "Slippage",
"type": "percent",
"required": false,
"askAt": "run",
"default": "1"
}
],
"verified": {
"method": "fork-tested by Altana",
"date": "2026-07-21"
},
"category": "Liquidity",
"display": {
"may": [
"Add and remove PancakeSwap liquidity",
"Spend up to the cap you set"
],
"mayNot": [
"Send funds anywhere else",
"Touch any other app or token"
],
"exampleAsk": "put $50 into the USDT/WBNB pool and show my share"
}
},
{
"id": "copy-trade",
"name": "Copy Trade",
"description": "Mirror a wallet you name on PancakeSwap under hard per-trade and total caps.",
"chain": "bnb",
"tags": [
"trading",
"copy-trade",
"smart-money",
"pancakeswap",
"meme"
],
"publisher": "Altana",
"version": "1.1.0",
"path": "skills/copy-trade/SKILL.md",
"sha256": "d5458abd494a096f4ba208e7e534259fffdd1b5351a37130ec634514e18d1e37",
"scope": {
"contracts": [
"PancakeSwap V2 Router",
"traded tokens (approve to router only)"
],
"spendCapSuggested": "50 USDT"
},
"inputs": [
{
"id": "leaderWallet",
"label": "Wallet to follow",
"type": "address",
"required": true,
"askAt": "grant",
"help": "The trader whose PancakeSwap trades get mirrored. You never give them anything; the app only reads their trades."
},
{
"id": "perTradeMaxUsd",
"label": "Most to spend per trade",
"type": "usd",
"required": true,
"askAt": "grant",
"default": "10",
"help": "A hard ceiling on any single mirrored trade."
},
{
"id": "totalBudgetUsd",
"label": "Total budget",
"type": "usd",
"required": true,
"askAt": "grant",
"default": "50",
"help": "Following stops once this much has been spent in total."
},
{
"id": "screenTokens",
"label": "Screen tokens before buying",
"type": "boolean",
"required": false,
"askAt": "grant",
"default": "true",
"help": "Skip anything that fails the liquidity and honeypot check, even when the leader buys it."
}
],
"verified": {
"method": "fork-tested by Altana",
"date": "2026-07-21"
},
"category": "Trading",
"display": {
"may": [
"Mirror the PancakeSwap trades of the wallet you name",
"Spend up to the caps you set"
],
"mayNot": [
"Follow any wallet you did not give it",
"Exceed per-trade or total caps",
"Send funds anywhere else",
"Touch any other app"
],
"exampleAsk": "copy 0xab...'s trades, $10 max each, stop at $50"
}
},
{
"id": "venus-lending",
"name": "Venus Lending",
"description": "Lend stablecoins on Venus Protocol on BNB Chain through an Altana session.",
"chain": "bnb",
"tags": [
"lending",
"yield",
"venus",
"stablecoin",
"defi"
],
"publisher": "Altana",
"version": "1.0.0",
"path": "skills/venus-lending/SKILL.md",
"sha256": "69bcf2a17ffe4624dcb9d98321299f166e045787a6ffad1219f0f5d331f77bf7",
"scope": {
"contracts": [
"Venus vUSDT market",
"USDT (BSC-USD)"
],
"spendCapSuggested": "100 USDT"
},
"inputs": [
{
"id": "amountUsdt",
"label": "USDT amount",
"type": "usd",
"required": true,
"askAt": "run",
"plays": [
"supply",
"withdraw"
],
"help": "Withdraw also takes \"all\"."
}
],
"verified": {
"method": "fork-tested by Altana",
"date": "2026-07-21"
},
"category": "Lending",
"display": {
"may": [
"Supply and withdraw stablecoins on Venus",
"Spend up to the cap you set"
],
"mayNot": [
"Send funds anywhere else",
"Touch any other app or token"
],
"exampleAsk": "lend $100 USDT on venus"
}
},
{
"id": "x402-payments",
"name": "x402 API Payments",
"description": "Pay for APIs and services over HTTP with the x402 protocol from an Altana session.",
"chain": "multi",
"tags": [
"payments",
"x402",
"api",
"http",
"agent"
],
"publisher": "Altana",
"version": "1.0.0",
"path": "skills/x402-payments/SKILL.md",
"sha256": "8250aae2d2ba2ce1320e5fc1b48e6389e5751b197e787c3e65199143b9fb75b7",
"scope": {
"contracts": [
"Permit2",
"USDT (BSC-USD)"
],
"spendCapSuggested": "25 USDT"
},
"inputs": [
{
"id": "maxPricePerPaymentUsd",
"label": "Most to pay per request",
"type": "usd",
"required": true,
"askAt": "grant",
"default": "1",
"help": "Any invoice above this is refused instead of paid."
},
{
"id": "totalBudgetUsd",
"label": "Total budget",
"type": "usd",
"required": true,
"askAt": "grant",
"default": "25",
"help": "Paying stops once this much has been spent in total."
},
{
"id": "resourceUrl",
"label": "Resource URL",
"type": "url",
"required": true,
"askAt": "run",
"help": "The paid endpoint to fetch."
}
],
"verified": {
"method": "fork-tested by Altana",
"date": "2026-07-21"
},
"category": "Payments",
"display": {
"may": [
"Pay x402 invoices per request",
"Spend up to the cap you set"
],
"mayNot": [
"Send funds anywhere else",
"Touch any other app or token"
],
"exampleAsk": "pay for this API call and fetch the data"
}
},
{
"id": "lista-staking",
"name": "Lista Liquid Staking",
"description": "Stake BNB for slisBNB on Lista and earn staking yield while staying liquid.",
"chain": "bnb",
"tags": [
"staking",
"liquid-staking",
"lista",
"slisbnb",
"yield",
"bnb"
],
"publisher": "Altana",
"version": "1.0.0",
"path": "skills/lista-staking/SKILL.md",
"sha256": "67f15a40d3b2cf09a7317ca0a9e3a07dab083001cc17a999c46764cf1406e5ac",
"scope": {
"contracts": [
"Lista StakeManager",
"slisBNB (approve to manager only)"
],
"spendCapSuggested": "0.5 BNB"
},
"inputs": [
{
"id": "amountBnb",
"label": "BNB amount",
"type": "bnb",
"required": true,
"askAt": "run",
"plays": [
"stake"
]
},
{
"id": "amountSlisBnb",
"label": "slisBNB amount",
"type": "amount",
"required": true,
"askAt": "run",
"plays": [
"unstake-request"
],
"help": "Also takes \"all\"."
},
{
"id": "requestIndex",
"label": "Withdrawal request",
"type": "integer",
"required": false,
"askAt": "run",
"default": "0",
"plays": [
"claim"
]
}
],
"verified": {
"method": "fork-tested by Altana",
"date": "2026-07-21"
},
"category": "Staking",
"display": {
"may": [
"Stake BNB on Lista",
"Request withdrawals back to BNB",
"Spend BNB up to the cap you set"
],
"mayNot": [
"Send funds anywhere else",
"Touch any other app or token"
],
"exampleAsk": "stake 0.2 BNB on lista and show me the yield"
}
},
{
"id": "aave-v3-lending",
"name": "Aave V3 Lending",
"description": "Supply USDT to Aave V3 on BNB Chain to earn yield, and withdraw on command.",
"chain": "bnb",
"tags": [
"lending",
"aave",
"yield",
"usdt",
"supply"
],
"publisher": "Altana",
"version": "1.0.0",
"path": "skills/aave-v3-lending/SKILL.md",
"sha256": "20416c8f288207d32abc6217b5cf7ef239d4fa80e1cbbe8184e5d4c892a82f81",
"scope": {
"contracts": [
"Aave V3 Pool",
"USDT (approve to Pool only)"
],
"spendCapSuggested": "50 USDT"
},
"inputs": [
{
"id": "amountUsdt",
"label": "USDT amount",
"type": "usd",
"required": true,
"askAt": "run",
"plays": [
"supply",
"withdraw"
],
"help": "Withdraw also takes \"all\"."
}
],
"verified": {
"method": "fork-tested by Altana",
"date": "2026-07-21"
},
"category": "Lending",
"display": {
"may": [
"Supply USDT to Aave V3",
"Withdraw your position",
"Spend up to the cap you set"
],
"mayNot": [
"Borrow",
"Send funds anywhere else",
"Touch any other app or token"
],
"exampleAsk": "park 30 USDT in aave and tell me the APY"
}
},
{
"id": "dexscreener-token-radar",
"name": "Token Radar",
"description": "Find trending BNB Chain tokens and screen them for liquidity and risk before trading.",
"chain": "bnb",
"tags": [
"research",
"data",
"trending",
"meme",
"screening",
"dexscreener"
],
"publisher": "Altana",
"version": "1.0.0",
"path": "skills/dexscreener-token-radar/SKILL.md",
"sha256": "dc541956a847e00c2793da679b8a4121a5b9f46f08f07d852b88f86681c39a0b",
"scope": {
"contracts": [],
"spendCapSuggested": "none, research only"
},
"inputs": [
{
"id": "token",
"label": "Token",
"type": "address",
"required": true,
"askAt": "run",
"plays": [
"token-screen",
"watch"
],
"help": "Contract address of the token to look at."
},
{
"id": "condition",
"label": "Condition to watch for",
"type": "text",
"required": true,
"askAt": "run",
"plays": [
"watch"
],
"help": "Price above or below a number, a liquidity drop, or a volume spike."
},
{
"id": "count",
"label": "How many",
"type": "integer",
"required": false,
"askAt": "run",
"default": "10",
"plays": [
"trending-scan"
]
},
{
"id": "intervalSeconds",
"label": "Check every",
"type": "integer",
"required": false,
"askAt": "run",
"default": "30",
"plays": [
"watch"
]
}
],
"verified": {
"method": "fork-tested by Altana",
"date": "2026-07-21"
},
"category": "Research",
"display": {
"may": [
"Read public market data",
"Screen tokens and report risks"
],
"mayNot": [
"Submit any transaction",
"Touch any contract or token"
],
"exampleAsk": "what's pumping on BNB right now? screen the top one"
}
},
{
"id": "wallet-tracker",
"name": "Wallet Tracker",
"description": "Watch any BNB Chain wallet's trades live, profile its recent activity, and find a token's early buyers.",
"chain": "bnb",
"tags": [
"research",
"smart-money",
"tracking",
"wallets",
"onchain-data"
],
"publisher": "Altana",
"version": "1.0.0",
"path": "skills/wallet-tracker/SKILL.md",
"sha256": "271ce8f1bae98c3c943a2d48c454d762ac85000f9067bcaa25d11c9aed7525f9",
"scope": {
"contracts": [],
"spendCapSuggested": "none, research only"
},
"inputs": [
{
"id": "wallet",
"label": "Wallet to watch",
"type": "address",
"required": true,
"askAt": "run",
"plays": [
"watch-wallet",
"profile-wallet"
],
"help": "The address to follow or profile."
},
{
"id": "token",
"label": "Token",
"type": "address",
"required": true,
"askAt": "run",
"plays": [
"find-early-buyers"
],
"help": "Contract address whose first buyers you want."
},
{
"id": "intervalSeconds",
"label": "Check every",
"type": "integer",
"required": false,
"askAt": "run",
"default": "30",
"plays": [
"watch-wallet"
]
},
{
"id": "windowBlocks",
"label": "How far back",
"type": "integer",
"required": false,
"askAt": "run",
"default": "20000",
"plays": [
"profile-wallet"
],
"help": "Blocks to look back over. 20000 is about 17 hours."
},
{
"id": "count",
"label": "How many",
"type": "integer",
"required": false,
"askAt": "run",
"default": "10",
"plays": [
"find-early-buyers"
]
}
],
"verified": {
"method": "fork-tested by Altana",
"date": "2026-07-21"
},
"category": "Research",
"display": {
"may": [
"Read public onchain activity",
"Watch and profile wallets"
],
"mayNot": [
"Submit any transaction",
"Touch any contract or token"
],
"exampleAsk": "watch what 0xab... is buying and tell me when they move"
}
}
]
}