feat: Add /trending tool for popular tokens

This commit is contained in:
shokollm
2026-04-13 13:51:17 +00:00
parent 38e45b9fd0
commit 61b9da295b
2 changed files with 12 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
label: '☁️ AVE Cloud Skills',
tools: [
{ name: 'search', description: 'Token search', command: '/search' },
{ name: 'trending', description: 'Popular tokens', command: '/trending' },
{ name: 'risk', description: 'Honeypot detection', command: '/risk' },
{ name: 'token', description: 'Token details', command: '/token' },
{ name: 'price', description: 'Batch prices', command: '/price' },