← 返回 Skills 市场
mavremu

Emily - Your Radix Assistant

作者 MAvRemu · GitHub ↗ · v1.0.2
cross-platform ⚠ suspicious
1568
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install emily-radix-assistant
功能描述
Query Radix DLT blockchain data including wallet balances and performance, token prices and market movers, validator staking info, transaction history, network statistics, ecosystem news, DeFi yield pools, XRD trading venues, dApp directory, and developer resources. Use when users ask about Radix, XRD, wallets starting with account_rdx, tokens starting with resource_rdx, staking, DeFi on Radix, .xrd domains, Attos Earn, or buying/bridging XRD.
使用说明 (SKILL.md)

Emily Your Personal Radix Assistant

Query the Radix DLT blockchain for wallet balances, token prices, network stats, validators, transactions, ecosystem news, DeFi yield data, trading venues, dApps, and developer resources.

Free to use. No API key required. Mainnet data only.

Setup (auto-configured)

On first use, check if the emily-radix-assistant server is already registered:

mcporter list emily-radix-assistant

If not found, register it (URL is the only required argument):

mcporter config add emily-radix-assistant https://www.ineedemily.com/api/mcp/mcp

Verify with a quick test:

mcporter call emily-radix-assistant.network_stats

To see all available tools and their schemas:

mcporter list emily-radix-assistant --schema --all-parameters

Address Formats

  • Wallet addresses start with account_rdx (66 characters total)
  • Token addresses start with resource_rdx (67 characters total)
  • RNS domains end with .xrd (e.g. alice.xrd)
  • All addresses are mainnet only (Babylon network)

Available Tools (35 total)

Wallet Tools (7)

Tool Description Required Params Optional Params
tokens_in_wallet All tokens with prices, 24H/7D changes address -
performance_of_wallet Total USD value, 24H/7D performance address -
distribution_of_wallet Portfolio breakdown by % address limit (1-20, default 5), minUSDValue
historical_wallet_value Wallet value on a past date address, date (YYYY-MM-DD) -
latest_transactions Most recent transactions address until (ISO date)
search_transactions Filter transaction history address resourceAddress, startDate, endDate, transactionType (swap/stake/unstake/claim/deposit/withdrawal/all)
check_owned_rns_domains RNS (.xrd) domains owned address -

Token Tools (7)

Tool Description Required Params Optional Params
tokens_on_radix Search/list tokens (top by volume when no search) - search, limit (default 10), includeAddress, includePrice, includeVolume, includeSupply, includePriceChanges, includeTvl, includeType, includePriceXRD, includeDescription, includeInfoUrl, includeExplorerUrl
token_gainers_and_losers Top/bottom performers - sortBy (gained/lost/volume_high/volume_low/market_cap_high/market_cap_low), timePeriod (24h/7d), currency (USD/XRD), limit (1-100, default 5)
wrapped_assets Bridged assets (xUSDC, xETH, xwBTC...) - limit (1-50, default 10), sortBy (volume/tvl/marketCap/name), includePrice, includeVolume, includeSupply, includePriceChanges, includeTvl
token_details On-chain metadata for a specific token address (resource_rdx...) includeTopHolders (0-100)
tokens_on_cmc Search CoinMarketCap listings - search, limit (1-300, default 10), includePrice, sortBy (rank/name/symbol)
token_details_from_cmc Detailed CMC data by IDs tokenIds (array of ints) -
historical_token_data Token price on a specific date address (resource_rdx...), date (YYYY-MM-DD) -

Network Tools (3)

Tool Description Required Params Optional Params
network_stats XRD price, staking %, DEX volume, TVL, epoch - -
all_validators Validators with stake amounts and APY - limit (default 50)
rns_to_address Resolve .xrd domain to wallet address address (e.g. alice.xrd) -

Ecosystem & News (8)

Tool Description Required Params Optional Params
today_update Today's ecosystem update (launches, protocol updates, market moves) - -
recent_daily_updates Daily summaries for recent days - days (1-30, default 7)
weekly_updates Weekly ecosystem summaries - weeks (1-12, default 4)
monthly_updates Monthly ecosystem summaries with growth metrics and milestones - months (1-12, default 3)
specific_date_range Ecosystem summaries for a custom date range (auto-selects daily/weekly/monthly) startDate, endDate (YYYY-MM-DD) -
specific_month Ecosystem summary for a specific month year (e.g. 2025), month (1-12) -
official_announcements Latest official announcements from the Radix Telegram channel - -
ecosystem_summary Comprehensive summary across timeframes - timeframe (daily/weekly/monthly), period (e.g. "last 7 days")

Glossary, dApps & Community (6)

Tool Description Required Params Optional Params
radix_glossary Radix terminology (Cerberus, Scrypto, Xi'an, Radix Engine, etc.) - themes (array of theme names; omit for available list)
radix_core_concepts Core blockchain and Radix technical concepts (sharding, consensus, atomic transactions) - concepts (array of concept names; omit for available list)
radix_dapps Discover dApps in the ecosystem - name, tags (array), category (DeFi/NFT/Utility/Meme/Dao)
radix_developer_resources Developer docs, SDKs, tools, and learning resources - -
xrd_trading_venues Where to buy, trade, bridge, or leverage XRD - type (leverage/onramp/bridge/spot), all (boolean)
radix_socials Community channels, official accounts, developer chats - category (community/official/resources/developer/market)

Attos Earn - DeFi Yield (4)

Tool Description Required Params Optional Params
attos_earn_pools Liquidity pools with TVL, volume, APR/bonuses - sortBy (tvl/volume_24h/volume_7d/bonus_24h/bonus_7d), limit (default 10)
attos_earn_strategies Yield strategies: lending, staking, liquidation with APR rates - strategyType (Lending/Staking/Liquidation), provider (Weft Finance/Root Finance/Defiplaza/Flux), sortBy (bonus_value/total_stake/deposited), limit (default 10)
attos_earn_lp_positions LP positions for a wallet with PnL data walletAddress sortBy (invested/investedXrd/currentValue/pnlPercentage)
attos_earn_stats Platform overview: total pools and strategies count - -

CoinMarketCap Workflow (2 steps)

To get detailed market data for any cryptocurrency:

  1. Search first with tokens_on_cmc to get CMC IDs
  2. Then query details with token_details_from_cmc using those IDs
mcporter call emily-radix-assistant.tokens_on_cmc search=Bitcoin limit=1
# Returns tokenId, e.g. 1
mcporter call emily-radix-assistant.token_details_from_cmc --args '{"tokenIds": [1]}'

Usage Examples

Wallet analysis:

  • "What tokens are in account_rdx16x..." → tokens_in_wallet
  • "How is this wallet performing?" → performance_of_wallet
  • "Show portfolio breakdown for account_rdx..." → distribution_of_wallet
  • "What was this wallet worth on 2024-06-15?" → historical_wallet_value
  • "Show recent swaps for account_rdx..." → search_transactions with transactionType=swap

Token research:

  • "Top 10 tokens on Radix by volume" → tokens_on_radix
  • "Biggest gainers this week" → token_gainers_and_losers with sortBy=gained, timePeriod=7d
  • "Show me wrapped assets on Radix" → wrapped_assets
  • "Who are the top holders of HUG?" → token_details with includeTopHolders=10
  • "What was XRD price on 2024-01-01?" → historical_token_data

Network & staking:

  • "Radix network stats" → network_stats
  • "Top 10 validators by APY" → all_validators with limit=10
  • "Resolve alice.xrd" → rns_to_address

DeFi yield:

  • "Best pools by APR on Attos Earn" → attos_earn_pools with sortBy=bonus_24h
  • "Show lending strategies" → attos_earn_strategies with strategyType=Lending
  • "My LP positions" → attos_earn_lp_positions with wallet address
  • "Attos Earn overview" → attos_earn_stats

Ecosystem & news:

  • "What happened in the Radix ecosystem today?" → today_update
  • "Weekly updates from the last month" → weekly_updates with weeks=4
  • "What happened in June 2025?" → specific_month with year=2025, month=6
  • "Ecosystem news from Jan to March 2025" → specific_date_range
  • "Latest official announcements" → official_announcements
  • "Monthly ecosystem summaries" → monthly_updates

Knowledge & community:

  • "Explain Cerberus consensus" → radix_glossary with themes=["cerberus"]
  • "What is sharding?" → radix_core_concepts with concepts=["sharding"]
  • "Find DeFi dApps" → radix_dapps with category="DeFi"
  • "Where can I buy XRD?" → xrd_trading_venues with type="onramp"
  • "Radix Discord and Telegram links" → radix_socials

Multi-tool workflows:

  • Resolve an RNS domain, then check wallet tokens: rns_to_addresstokens_in_wallet
  • Research a token on Radix, then compare to CMC data: token_detailstokens_on_cmctoken_details_from_cmc
  • Full wallet analysis: tokens_in_wallet + performance_of_wallet + distribution_of_wallet + latest_transactions
  • DeFi overview: attos_earn_stats + attos_earn_pools + attos_earn_strategies

Data Sources & Freshness

  • Token prices: Astrolescent API, cached up to 24 hours, updated hourly via cron
  • Wallet data: Radix Gateway API (Babylon mainnet), real-time
  • CoinMarketCap: Live API queries
  • Ecosystem updates: Aggregated daily/weekly/monthly from Telegram channels and official sources
  • Validators: Radix Gateway API, real-time
  • dApps directory: Curated dataset, periodically updated
  • Attos Earn: Live API queries to earn-api.attos.world (Beta)
  • Trading venues & socials: Curated static datasets

Rate Limits

60 requests per minute per IP. Returns HTTP 429 with Retry-After header when exceeded.

About

Powered by Emily - an AI assistant for the Radix DLT ecosystem. Data sourced from the Radix Gateway API, Astrolescent, CoinMarketCap, and Attos Earn.

安全使用建议
This skill is coherent with its description: it installs an npm CLI (mcporter) and registers a remote API (https://www.ineedemily.com) to handle Radix queries. Before installing: (1) check the mcporter package on npm (author, weekly downloads, source repo) and inspect its code if possible; (2) verify the remote API's domain and privacy policy — any query you send (including addresses) will go to that server; (3) run installation and the mcporter tool in a sandbox or VM if you want to limit risk; (4) avoid sending sensitive information to the skill. If you need stronger assurance, prefer skills with source code bundled or published by a known, trusted maintainer.
功能分析
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill The skill instructs the OpenClaw agent to install the `mcporter` CLI tool via `npm` and then configure it to interact with an external API hosted at `https://www.ineedemily.com/api/mcp/mcp`. While the skill's stated purpose is legitimate (querying Radix DLT data), the reliance on installing an external package (`mcporter`) and making network calls to a specific third-party domain (`ineedemily.com`) introduces a supply chain risk, as the trustworthiness of these external components cannot be fully assessed from the skill bundle alone. There are no explicit instructions for malicious actions like data exfiltration or persistence within the `SKILL.md` itself, but these risky capabilities warrant a 'suspicious' classification.
能力评估
Purpose & Capability
The name/description describe a Radix data assistant and the SKILL.md instructs the agent to use a CLI (mcporter) to call a remote API that exposes wallet, token, validator and network endpoints. Requiring a small RPC/CLI to contact an external service is coherent with the stated purpose.
Instruction Scope
Runtime instructions tell the agent to install/use mcporter and to register and call the remote URL https://www.ineedemily.com/api/mcp/mcp. The skill does not ask to read local files or unrelated env vars, but it will transmit user queries and parameters to that external service — this is expected for a remote-backed assistant but is a privacy/networking consideration.
Install Mechanism
Install is via an npm package (mcporter) which is a typical package manager flow (moderate supply-chain risk). No direct downloads from unknown servers or archives are used, but you should verify the npm package's provenance and contents before installing.
Credentials
No environment variables, credentials, or unrelated config paths are requested. The skill does not ask for cloud keys or secrets beyond registering a remote service endpoint.
Persistence & Privilege
The SKILL.md directs the agent to add a persistent mcporter configuration entry pointing at the remote API (mcporter config add ...). That write is limited to the mcporter config but does persist configuration on disk and enables subsequent remote calls — standard for a remote-backed tool but worth noting.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install emily-radix-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /emily-radix-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
No changes detected in this version. - Version 1.0.2 has no file modifications compared to the previous release. - All features, tools, and documentation remain unchanged.
v1.0.1
Initial release of Emily Radix Assistant. - Query wallet balances, token prices, staking, transactions, and DeFi yield data on the Radix mainnet. - Supports lookups for wallets, tokens, validators, RNS domains, and ecosystem news. - Includes dApp directory, trading venue info, and developer resources. - No API key required; auto-configured for use with the mcporter CLI. - 35 tools available for comprehensive Radix blockchain data access.
v1.0.0
- Initial release of Emily, your personal Radix blockchain assistant. - Query wallet balances, token prices, validator stats, transaction history, and network analytics for Radix DLT mainnet. - Access ecosystem news, DeFi yield pools, dApp directories, trading venues, and developer resources. - Supports searching wallets (account_rdx...), tokens (resource_rdx...), and .xrd domains. - No API key required; tools work automatically after quick setup with the mcporter CLI.
元数据
Slug emily-radix-assistant
版本 1.0.2
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Emily - Your Radix Assistant 是什么?

Query Radix DLT blockchain data including wallet balances and performance, token prices and market movers, validator staking info, transaction history, network statistics, ecosystem news, DeFi yield pools, XRD trading venues, dApp directory, and developer resources. Use when users ask about Radix, XRD, wallets starting with account_rdx, tokens starting with resource_rdx, staking, DeFi on Radix, .xrd domains, Attos Earn, or buying/bridging XRD. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1568 次。

如何安装 Emily - Your Radix Assistant?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install emily-radix-assistant」即可一键安装,无需额外配置。

Emily - Your Radix Assistant 是免费的吗?

是的,Emily - Your Radix Assistant 完全免费(开源免费),可自由下载、安装和使用。

Emily - Your Radix Assistant 支持哪些平台?

Emily - Your Radix Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Emily - Your Radix Assistant?

由 MAvRemu(@mavremu)开发并维护,当前版本 v1.0.2。

💬 留言讨论