tradecatlabstradecatlabsCommunity·24 Agent Skills Included

tradecat-public

Autonomous AI paper trading with public signals and Binance data

Runs an AI-driven paper trading loop that reads public online sheet signals, enriches them with Binance public market data, and simulates trades locally. Eliminates the risk of real-money loss by blocking API keys, signed requests, and real orders while enforcing strict schema audits on every decision. Produces paper ledgers, audit journals, and daily health reports so you can validate trading strategies safely.
npx skills add tradecatlabs/tradecat-public --all -g -y
Available:

Instructs the AI agent on the full paper-trading workflow, including allowed commands, strict safety boundaries against real orders or credentials, and required validation gates before any change.

All Skills in This Repository (24)

Pure Emerald Level Indicators
📦 In Repo
tradecatlabstradecatlabs

crypto-market-rank

Fetch crypto token and trader rankings from Binance Web3 API endpoints.

Community
Intermediate
📦 In Repo
tradecatlabstradecatlabs

binance-tokenized-securities-info

Retrieve Binance tokenized stock data via Web3 endpoints with chainId and contractAddress.

Community
Intermediate
📦 In Repo
tradecatlabstradecatlabs

query-address-info

Retrieve token balances and position details for on-chain wallet addresses.

Community
Basic
📦 In Repo
tradecatlabstradecatlabs

query-token-info

Provides cryptocurreny market cap and price data feeds for major exchanges.

Community
Intermediate
📦 In Repo
tradecatlabstradecatlabs

meme-rush

Retrieve meme token rankings and AI-ranked hot topics from Binance Web3 APIs.

Community
Intermediate
📦 In Repo
tradecatlabstradecatlabs

query-token-audit

Audit token contracts for scams and honeypots via Binance Web3 endpoint.

Community
Intermediate
📦 In Repo
tradecatlabstradecatlabs

trading-signal

Retrieve on-chain Smart Money buy/sell signals with token metadata and price context.

Community
Basic
📦 In Repo
tradecatlabstradecatlabs

vip-loan

Retrieve Binance VIP loan data via authenticated REST endpoints and return JSON.

Community
Intermediate
📦 In Repo
tradecatlabstradecatlabs

margin-trading

Execute authenticated Binance Margin Trading REST API calls and return JSON responses.

Community
Advanced
📦 In Repo
tradecatlabstradecatlabs

algo

Create, query, and cancel Binance Algo spot and futures orders via signed API requests.

Community
Intermediate
📦 In Repo
tradecatlabstradecatlabs

derivatives-trading-options

Execute authenticated Binance Derivatives options trading requests via signed API endpoints.

Community
Intermediate
📦 In Repo
tradecatlabstradecatlabs

derivatives-trading-coin-futures

Retrieve Binance coin-futures market and account data as JSON from mainnet or testnet endpoints requiring signed requests when needed.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install TradeCat Public?

Run `npx skills add tradecatlabs/tradecat-public --all -g -y` in your terminal to install the full skill suite globally.

Does TradeCat place real trades on Binance?

No. It only runs local paper trading with public read-only market data, and it hard-blocks API keys, signed requests, and real orders.

How does the AI agent generate trade decisions?

The agent reads public online sheet signals, gathers Binance public market context, and writes a trade thesis that must pass a schema audit before any paper trade executes.

What happens if the AI thesis lacks sizing or exit plans?

The system fails closed with an agent_sizing_required error and never invents default leverage, stop loss, or take profit values.

Can I monitor the paper trading loop locally?

Yes. A built-in web monitor at localhost:8765 shows the paper ledger, audit journal, and decision reports without touching any real account.

Related Repositories in Finance & Accounting

View All in Finance & Accounting