nyxandro/t-invest-skill — explained in plain English
Analysis updated 2026-05-18
Ask an AI agent plain-language questions about your brokerage portfolio, positions, and returns.
Check bond yields, duration, and dividend calendars for securities you hold.
Screen bonds by yield or risk and stocks by fundamentals across the whole market.
Let an agent place trades on your behalf with mandatory confirmation for every order.
| nyxandro/t-invest-skill | cosmosshadow/usechat | hotakus/opencode-visual-cache | |
|---|---|---|---|
| Stars | 37 | 37 | 37 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | hard | easy |
| Complexity | 3/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires generating T-Invest API tokens from your brokerage account and storing them in a local config file.
This project is a skill that lets an AI agent, such as Claude Code, talk to your brokerage account at T-Investments, a Russian investment platform, through its official T-Invest API. Instead of running commands yourself, you ask plain questions like how is my portfolio doing, what price did I buy a certain stock at, or what is the yield on my bonds, and the agent calls a built in command line tool on your behalf and answers using your account's real data rather than guessing. The README is clear that this is a tool for accessing data and placing orders, not an investment advisor, and it does not offer personal investment recommendations. The skill can show portfolio positions and profit or loss, real returns that account for deposits and withdrawals, breakdowns by asset class, sector, currency, and country, an income calendar of coupons and dividends, and account fees. It can also pull market quotes and price history compared against a benchmark index, order book data, technical indicators, bond yield and duration figures calculated locally since the API does not provide them directly, company fundamentals, analyst forecasts, news, insider trades, and earnings calendars, along with simple screeners for bonds and stocks. Installation only requires Node.js version 20 or newer, since the entire tool is a single bundled file with no extra packages to install, plus an agent environment that can read a SKILL.md file and run shell commands. A one line install script downloads and unpacks the skill automatically. Access uses three separate tokens for a sandbox with fake money, a real read only account, and a real trading account, each stored in one configuration file. Real trading is disabled by default and requires an explicit environment flag plus a confirmation step for every single order, alongside checks for thin order books, protection against duplicate orders, and a written log of every trade. The tool has no way to transfer or withdraw money from the account, only to place or view orders on securities already held there.
A Claude Code and Codex agent skill that reads your T-Investments brokerage account data and places trades through the T-Invest API.
Mainly TypeScript. The stack also includes TypeScript, Node.js.
MIT license: free to use, modify, and distribute, including commercially, as long as the copyright notice is kept.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.