oneconnecter-plugin
Real-time data for AI agents through intelligent semantic routing. Access weather, cryptocurrency prices, stock market data, commodities, an
Open source Open in the app JSON README (API)
About
Real-time data for AI agents through intelligent semantic routing. Access weather, cryptocurrency prices, stock market data, commodities, and company intelligence. Instead of overwhelming Claude with dozens of tools, OneConnecter routes queries to specialized data agents - right source, every time. Features semantic caching (78% token reduction), sub-second routing, and multi-intent query splitting. Perfect for financial research, market monitoring, and any workflow needing live external data.
Details
- Kind
- Plugins
- Topic
- Finance & crypto
- Publisher
- techne-labs
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-01-31T09:57:10Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
techne-labs/oneconnecter-plugin/oneconnecter-plugin
README
# OneConnecter Plugin for Claude Code & Cowork
Real-time data for AI agents through intelligent semantic routing.
## What You Get
- **Weather** - Current conditions and forecasts worldwide
- **Cryptocurrency** - Live prices for BTC, ETH, and more
- **Stock Market** - Real-time quotes and market data
- **Commodities** - Gold, silver, oil futures
- **Company Intelligence** - Funding, employees, descriptions
## Setup
### 1. Get Your API Key
Sign up at [oneconnecter.io](https://oneconnecter.io) and copy your API key from the dashboard.
### 2. Set Environment Variable
**macOS/Linux:**
```bash
# Add to ~/.zshrc or ~/.bashrc
export ONECONNECTER_KEY="tl_live_your_key_here"
# Apply changes
source ~/.zshrc
```
**Windows (PowerShell):**
```powershell
[Environment]::SetEnvironmentVariable("ONECONNECTER_KEY", "tl_live_your_key_here", "User")
```
### 3. Install Plugin
In Claude Code:
```
/plugin install oneconnecter@anthropic
```
Or via CLI:
```bash
claude plugin install oneconnecter
```
### 4. Restart Claude Code/Cowork
Restart to load the new plugin.
## Usage Examples
Just ask Claude naturally:
- "What's the weather in London?"
- "What's the current Bitcoin price?"
- "Show me NVDA stock price and market cap"
- "What are gold futures trading at?"
- "Tell me about Anthropic - funding, employees, etc."
## How It Works
OneConnecter uses semantic routing to intelligently direct your queries to specialized data agents. Instead of overwhelming Claude with dozens of tools, we handle the routing - Claude just sees one clean interface.
**Features:**
- Semantic routing - right data source, every time
- Sub-second response times
- Smart caching - 78% token reduction
- Multi-intent splitting - ask for multiple things at once
## Support
- Website: [oneconnecter.io](https://oneconnecter.io)
- Email: hello@technelabs.io
## License
MIT