Futures
Access hundreds of perpetual contracts
CFD
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
CFD
Stock CFD Derivatives
US Stocks
Access real US stocks and ETFs
HK Stocks
Trade quality Hong Kong-listed stocks
Korean Stocks
SK Hynix
Real Korean stocks and top assets
Stock Futures
High leverage, 24/7 trading
Tokenized Stocks
Backed by real stock assets
IPO Access
Unlock full access to global stock IPOs
GUSD
3.8%
Mint GUSD for Treasury RWA yields
Stocks Activities
Trade Popular Stocks and Unlock Generous Airdrops
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Pre-IPOs
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Promotions
AI
Gate AI
Your all-in-one conversational AI partner
Gate AI Bot
Use Gate AI directly in your social App
GateClaw
Gate Blue Lobster, ready to go
Gate for AI Agent
AI infrastructure, Gate MCP, Skills, and CLI
Gate Skills Hub
10K+ Skills
From office tasks to trading, the all-in-one skill hub makes AI even more useful.
Previously, I had Claude and Cursor handle Word, Excel, and PPT mainly with:
Python libraries + XML + templates + a pile of prompts.
It works, but it’s especially easy to mess up.
Today I came across a GitHub project with 13 thousand stars, and the approach is completely different.
OfficeCLI directly turns Word, Excel, and PPT into a suite of AI Agent-callable CLIs.
The best part isn’t editing Office—it’s that it finally makes Office visible to AI.
Previously, when Agents changed PPT, they basically relied on guessing; after editing, you didn’t know what it looked like, so you had to keep guessing.
OfficeCLI includes an HTML rendering engine, so it can render Word, Excel, and PPT directly into HTML or PNG.
So the whole workflow becomes:
Edit → Render → Check → Fix.
This is a real Agent workflow.
A few other design choices are also really comfortable:
1️⃣ Path-based operations
Unlike before, where you spent forever hunting nodes in XML.
Now you can directly:
locate elements, and change exactly what you want.
The AI basically won’t get lost.
2️⃣ Built specifically for Agents
All commands support JSON, and even errors are JSON.
If the path is wrong or the parameters are incorrect, it tells the Agent where the mistake is, and also provides correction suggestions.
The Agent can then continue to the next step by itself.
3️⃣ MCP out of the box
Claude Code and Cursor can register the tool directly.
After installation, it can also automatically set up Skills, so you basically don’t have to tinker.
Excel isn’t just about filling cells either.
It supports 350+ functions, formulas, charts, pivot tables, conditional formatting, and data validation.
Word and PPT also have full capabilities—not just changing text.
I think its real value isn’t Office automation itself.
It’s that for the first time, someone has made Office into a tool that an Agent can call reliably, and that can also verify the results.
In the future, writing weekly reports, creating PPTs, and managing financial sheets will very likely look like:
One sentence ➜ and the Agent calls OfficeCLI by itself ➜ to check the result, then ➜ fixes it until satisfied.
That’s what an AI Agent should feel like.
🔗 GitHub: