git404hub

what is t-invest-skill fr?

nyxandro/t-invest-skill — explained in plain English

Analysis updated 2026-05-18

37TypeScriptAudience · developerComplexity · 3/5LicenseSetup · moderate

tl;dr

A Claude Code and Codex agent skill that reads your T-Investments brokerage account data and places trades through the T-Invest API.

vibe map

mindmap
  root((t-invest-skill))
    What it does
      AI agent broker access
      Plain language queries
      Uses T-Invest API
    Tech stack
      TypeScript
      Node.js 20 plus
    Data features
      Portfolio and P/L
      Market quotes
      Bond yield duration
      Stock and bond screeners
    Safety
      Sandbox readonly full modes
      Confirm every trade
      No withdrawals possible
    Use cases
      Portfolio Q and A
      Agent assisted trading

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Ask an AI agent plain-language questions about your brokerage portfolio, positions, and returns.

VIBE 2

Check bond yields, duration, and dividend calendars for securities you hold.

VIBE 3

Screen bonds by yield or risk and stocks by fundamentals across the whole market.

VIBE 4

Let an agent place trades on your behalf with mandatory confirmation for every order.

what's the stack?

TypeScriptNode.js

how it stacks up fr

nyxandro/t-invest-skillcosmosshadow/usechathotakus/opencode-visual-cache
Stars373737
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatehardeasy
Complexity3/54/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires generating T-Invest API tokens from your brokerage account and storing them in a local config file.

MIT license: free to use, modify, and distribute, including commercially, as long as the copyright notice is kept.

in plain english

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.

prompts (copy fr)

prompt 1
Set up t-invest-skill with a sandbox token so I can test it without real money.
prompt 2
Ask my agent how my portfolio is performing and what my current asset allocation looks like.
prompt 3
Explain the safety gates that prevent this skill from placing trades without my confirmation.
prompt 4
Show me how to configure the readonly token so the agent can only view my account, not trade.

Frequently asked questions

what is t-invest-skill fr?

A Claude Code and Codex agent skill that reads your T-Investments brokerage account data and places trades through the T-Invest API.

What language is t-invest-skill written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js.

What license does t-invest-skill use?

MIT license: free to use, modify, and distribute, including commercially, as long as the copyright notice is kept.

How hard is t-invest-skill to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is t-invest-skill for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.