TopRank Skills

Home / Claw Skills / Finance / Cryptographie / newsriver-global-intelligence
Official OpenClaw rules 54%

newsriver-global-intelligence

Professional Quantitative Intelligence & DeFi Execution for AI Agents. 10 years of news-price correlation, Enso DeFi super-aggregator (200+ DEXs, 15+ chains), cross-chain bridge (Across Protocol), and Privy TEE-secured wallets.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 newsriver-global-intelligence 技能。 若已安装,则直接安装 newsriver-global-intelligence 技能。

Overview

Skill Key
bidurs/newsriver-intelligence
Author
YieldCircle Infrastructure
Source Repo
openclaw/skills
Version
3.0.0
Source Path
skills/bidurs/newsriver-intelligence
Latest Commit SHA
c4a349349055cd62179e2c6d774c92cdd1536276

Extracted Content

SKILL.md excerpt

# YieldCircle Intelligence & DeFi Execution Skill (v3.0.0)

## Capabilities & Context
YieldCircle is an **institutional-grade intelligence, DeFi execution, and infrastructure layer for AI Agents.** It provides quantitative alpha from 10 years of financial history, autonomous DeFi execution across 15+ chains via Enso Finance, cross-chain bridging via Across Protocol, and secure Privy TEE-signed wallets — all through a single API.

### 1. DeFi Super-Aggregator (Enso Finance)
Execute swaps, cross-chain transfers, yield entries, and multi-step bundles across 200+ DEXs and 180+ protocols.
- **Token Swap:** `POST /api/defi/swap` — Aggregated swap on any supported chain
- **Cross-Chain:** `POST /api/defi/cross-chain` — Swap + bridge atomically (Stargate, LayerZero)
- **Yield:** `POST /api/defi/yield` — Enter/exit yield positions (Aave, Compound, etc.)
- **Bundle:** `POST /api/defi/bundle` — Multi-step DeFi workflows in one tx
- **Balances:** `GET /api/defi/balances` — Portfolio across all protocols
- **Supported:** `GET /api/defi/supported` — Chains, tokens, capabilities

```bash
# Cross-chain swap: USDC on Base → POL on Polygon (LIVE ✓)
curl -X POST https://api.yieldcircle.app/api/defi/swap \
  -H "Content-Type: application/json" \
  -d '{
    "agent_id": 2,
    "chain_id": 8453,
    "token_in": "USDC",
    "token_out": "ETH",
    "amount": "1000000",
    "slippage": 50,
    "receiver": "0xYourAddress",
    "dry_run": true
  }'
```

### 2. Cross-Chain Bridge (Across Protocol)
Solverless bridging with sub-minute settlement on 7+ chains.
- **Quote:** `GET /api/bridge/quote?from=Base&to=Arbitrum&amount=1`
- **Execute:** `POST /api/bridge/execute` — Sign and bridge via Privy wallet
- **Status:** `GET /api/bridge/status/:txHash` — Track deposit fulfillment
- **Limits:** `GET /api/bridge/limits` — Route liquidity per pair

### 3. Alpha Correlation Engine (PREMIUM)
Quantify the historical impact of news on any asset.
- **Price Impact Analysis:** Query how BTC, ETH, and 400+ alts...

Related Claw Skills