From dd30c9521e6b21bb523084e2d59c1466c891b91e Mon Sep 17 00:00:00 2001 From: konard Date: Tue, 24 Mar 2026 01:53:05 +0000 Subject: [PATCH 1/3] Initial commit with task details Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: https://github.com/xlabtg/teleton-plugins/issues/41 --- .gitkeep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitkeep b/.gitkeep index c46a5b9..59ce6ee 100644 --- a/.gitkeep +++ b/.gitkeep @@ -1 +1,2 @@ -# .gitkeep file auto-generated at 2026-03-19T10:37:13.073Z for PR creation at branch issue-19-f54b585823d1 for issue https://github.com/xlabtg/teleton-plugins/issues/19 \ No newline at end of file +# .gitkeep file auto-generated at 2026-03-19T10:37:13.073Z for PR creation at branch issue-19-f54b585823d1 for issue https://github.com/xlabtg/teleton-plugins/issues/19 +# Updated: 2026-03-24T01:53:05.541Z \ No newline at end of file From fd3ffecc180dc7e489c2746c9b15e2ee37303aef Mon Sep 17 00:00:00 2001 From: konard Date: Tue, 24 Mar 2026 01:55:51 +0000 Subject: [PATCH 2/3] docs: add ton-bridge and github-dev-assistant to main README, align ton-trading-bot README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add ton-bridge (3 tools) to TON Infrastructure section in main README - Add new Developer Tools section with github-dev-assistant (57 tools) - Update plugin/tool badge counts: 26→28 plugins, 189→249 tools - Align ton-trading-bot README headings with other plugins: - "Installation" → "Install" + restart note - "Usage Examples" → "Usage" with bullet list style - "Tool Schemas" → "Schemas" Co-Authored-By: Claude Sonnet 4.6 --- README.md | 13 ++++++++++--- plugins/ton-trading-bot/README.md | 19 +++++++++++-------- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b4cdaf2..43e4d52 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ # teleton-plugins [![GitHub stars](https://img.shields.io/github/stars/TONresistor/teleton-plugins?style=flat&logo=github)](https://github.com/TONresistor/teleton-plugins/stargazers) -[![Plugins](https://img.shields.io/badge/plugins-26-8B5CF6.svg)](#available-plugins) -[![Tools](https://img.shields.io/badge/tools-189-E040FB.svg)](#available-plugins) +[![Plugins](https://img.shields.io/badge/plugins-28-8B5CF6.svg)](#available-plugins) +[![Tools](https://img.shields.io/badge/tools-249-E040FB.svg)](#available-plugins) [![SDK](https://img.shields.io/badge/SDK-v1.0.0-00C896.svg)](#plugin-sdk) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md) @@ -76,7 +76,7 @@ No build step. Just copy and go. Plugins with npm dependencies are auto-installe ## Available Plugins -> **26 plugins** · **189 tools** · [Browse the registry](registry.json) +> **28 plugins** · **249 tools** · [Browse the registry](registry.json) ### DeFi & Trading @@ -115,6 +115,7 @@ No build step. Just copy and go. Plugins with npm dependencies are auto-installe | Plugin | Description | Tools | Author | |--------|-------------|:-----:|--------| +| [ton-bridge](plugins/ton-bridge/) | Share TON Bridge Mini App link with an inline button | 3 | xlabtg | | [multisend](plugins/multisend/) | Batch send TON/jettons to 254 recipients in one TX | 5 | teleton | | [sbt](plugins/sbt/) | Deploy and mint Soulbound Tokens (TEP-85) | 2 | teleton | @@ -125,6 +126,12 @@ No build step. Just copy and go. Plugins with npm dependencies are auto-installe | [fragment](plugins/fragment/) | Fragment marketplace — usernames, numbers, collectible gifts | 6 | teleton | | [webdom](plugins/webdom/) | TON domain marketplace — search, buy, sell, auction, DNS bid | 12 | teleton | +### Developer Tools + +| Plugin | Description | Tools | Author | +|--------|-------------|:-----:|--------| +| [github-dev-assistant](plugins/github-dev-assistant/) | Complete GitHub workflow — repos, files, branches, PRs, issues, Actions, security, discussions | 57 | xlabtg | + ### Utilities & Games | Plugin | Description | Tools | Author | diff --git a/plugins/ton-trading-bot/README.md b/plugins/ton-trading-bot/README.md index d30896d..00caa6a 100644 --- a/plugins/ton-trading-bot/README.md +++ b/plugins/ton-trading-bot/README.md @@ -33,13 +33,15 @@ Each tool does exactly one thing. The LLM composes them: | `ton_trading_execute_swap` | Execute a real swap on STON.fi or DeDust (DM-only) | action | | `ton_trading_record_trade` | Close a trade and record final output / PnL | action | -## Installation +## Install ```bash mkdir -p ~/.teleton/plugins cp -r plugins/ton-trading-bot ~/.teleton/plugins/ ``` +Restart Teleton — the plugin is auto-loaded from `~/.teleton/plugins/`. + ## Configuration ```yaml @@ -52,13 +54,14 @@ plugins: simulationBalance: 1000 # starting virtual balance (default: 1000 TON) ``` -## Usage Examples - -### Check the market +## Usage -``` -Get market data for swapping 1 TON to EQCxE6... -``` +- "Get market data for swapping 1 TON to USDT" +- "Show my portfolio" +- "Validate trading 5 TON in simulation mode" +- "Simulate buying USDT with 5 TON" +- "Execute swap: 2 TON → USDT with 5% slippage" +- "Record trade #3 closed at 2.1 USDT" ### Paper-trade workflow @@ -79,7 +82,7 @@ Get market data for swapping 1 TON to EQCxE6... 5. [later] Record trade closed ``` -## Tool Schemas +## Schemas ### `ton_trading_get_market_data` From f2581a5eec012ea6decc611f75c9d43bfcdb088b Mon Sep 17 00:00:00 2001 From: konard Date: Tue, 24 Mar 2026 01:56:21 +0000 Subject: [PATCH 3/3] Revert "Initial commit with task details" This reverts commit dd30c9521e6b21bb523084e2d59c1466c891b91e. --- .gitkeep | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitkeep b/.gitkeep index 59ce6ee..c46a5b9 100644 --- a/.gitkeep +++ b/.gitkeep @@ -1,2 +1 @@ -# .gitkeep file auto-generated at 2026-03-19T10:37:13.073Z for PR creation at branch issue-19-f54b585823d1 for issue https://github.com/xlabtg/teleton-plugins/issues/19 -# Updated: 2026-03-24T01:53:05.541Z \ No newline at end of file +# .gitkeep file auto-generated at 2026-03-19T10:37:13.073Z for PR creation at branch issue-19-f54b585823d1 for issue https://github.com/xlabtg/teleton-plugins/issues/19 \ No newline at end of file