{
  "schemaVersion": "1.0",
  "item": {
    "slug": "emily-radix-assistant",
    "name": "Emily - Your Radix Assistant",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/MAvRemu/emily-radix-assistant",
    "canonicalUrl": "https://clawhub.ai/MAvRemu/emily-radix-assistant",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/emily-radix-assistant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=emily-radix-assistant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/emily-radix-assistant"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/emily-radix-assistant",
    "agentPageUrl": "https://openagent3.xyz/skills/emily-radix-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/emily-radix-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/emily-radix-assistant/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Emily Your Personal Radix Assistant",
        "body": "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.\n\nFree to use. No API key required. Mainnet data only."
      },
      {
        "title": "Setup (auto-configured)",
        "body": "On first use, check if the emily-radix-assistant server is already registered:\n\nmcporter list emily-radix-assistant\n\nIf not found, register it (URL is the only required argument):\n\nmcporter config add emily-radix-assistant https://www.ineedemily.com/api/mcp/mcp\n\nVerify with a quick test:\n\nmcporter call emily-radix-assistant.network_stats\n\nTo see all available tools and their schemas:\n\nmcporter list emily-radix-assistant --schema --all-parameters"
      },
      {
        "title": "Address Formats",
        "body": "Wallet addresses start with account_rdx (66 characters total)\nToken addresses start with resource_rdx (67 characters total)\nRNS domains end with .xrd (e.g. alice.xrd)\nAll addresses are mainnet only (Babylon network)"
      },
      {
        "title": "Wallet Tools (7)",
        "body": "ToolDescriptionRequired ParamsOptional Paramstokens_in_walletAll tokens with prices, 24H/7D changesaddress-performance_of_walletTotal USD value, 24H/7D performanceaddress-distribution_of_walletPortfolio breakdown by %addresslimit (1-20, default 5), minUSDValuehistorical_wallet_valueWallet value on a past dateaddress, date (YYYY-MM-DD)-latest_transactionsMost recent transactionsaddressuntil (ISO date)search_transactionsFilter transaction historyaddressresourceAddress, startDate, endDate, transactionType (swap/stake/unstake/claim/deposit/withdrawal/all)check_owned_rns_domainsRNS (.xrd) domains ownedaddress-"
      },
      {
        "title": "Token Tools (7)",
        "body": "ToolDescriptionRequired ParamsOptional Paramstokens_on_radixSearch/list tokens (top by volume when no search)-search, limit (default 10), includeAddress, includePrice, includeVolume, includeSupply, includePriceChanges, includeTvl, includeType, includePriceXRD, includeDescription, includeInfoUrl, includeExplorerUrltoken_gainers_and_losersTop/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_assetsBridged assets (xUSDC, xETH, xwBTC...)-limit (1-50, default 10), sortBy (volume/tvl/marketCap/name), includePrice, includeVolume, includeSupply, includePriceChanges, includeTvltoken_detailsOn-chain metadata for a specific tokenaddress (resource_rdx...)includeTopHolders (0-100)tokens_on_cmcSearch CoinMarketCap listings-search, limit (1-300, default 10), includePrice, sortBy (rank/name/symbol)token_details_from_cmcDetailed CMC data by IDstokenIds (array of ints)-historical_token_dataToken price on a specific dateaddress (resource_rdx...), date (YYYY-MM-DD)-"
      },
      {
        "title": "Network Tools (3)",
        "body": "ToolDescriptionRequired ParamsOptional Paramsnetwork_statsXRD price, staking %, DEX volume, TVL, epoch--all_validatorsValidators with stake amounts and APY-limit (default 50)rns_to_addressResolve .xrd domain to wallet addressaddress (e.g. alice.xrd)-"
      },
      {
        "title": "Ecosystem & News (8)",
        "body": "ToolDescriptionRequired ParamsOptional Paramstoday_updateToday's ecosystem update (launches, protocol updates, market moves)--recent_daily_updatesDaily summaries for recent days-days (1-30, default 7)weekly_updatesWeekly ecosystem summaries-weeks (1-12, default 4)monthly_updatesMonthly ecosystem summaries with growth metrics and milestones-months (1-12, default 3)specific_date_rangeEcosystem summaries for a custom date range (auto-selects daily/weekly/monthly)startDate, endDate (YYYY-MM-DD)-specific_monthEcosystem summary for a specific monthyear (e.g. 2025), month (1-12)-official_announcementsLatest official announcements from the Radix Telegram channel--ecosystem_summaryComprehensive summary across timeframes-timeframe (daily/weekly/monthly), period (e.g. \"last 7 days\")"
      },
      {
        "title": "Glossary, dApps & Community (6)",
        "body": "ToolDescriptionRequired ParamsOptional Paramsradix_glossaryRadix terminology (Cerberus, Scrypto, Xi'an, Radix Engine, etc.)-themes (array of theme names; omit for available list)radix_core_conceptsCore blockchain and Radix technical concepts (sharding, consensus, atomic transactions)-concepts (array of concept names; omit for available list)radix_dappsDiscover dApps in the ecosystem-name, tags (array), category (DeFi/NFT/Utility/Meme/Dao)radix_developer_resourcesDeveloper docs, SDKs, tools, and learning resources--xrd_trading_venuesWhere to buy, trade, bridge, or leverage XRD-type (leverage/onramp/bridge/spot), all (boolean)radix_socialsCommunity channels, official accounts, developer chats-category (community/official/resources/developer/market)"
      },
      {
        "title": "Attos Earn - DeFi Yield (4)",
        "body": "ToolDescriptionRequired ParamsOptional Paramsattos_earn_poolsLiquidity pools with TVL, volume, APR/bonuses-sortBy (tvl/volume_24h/volume_7d/bonus_24h/bonus_7d), limit (default 10)attos_earn_strategiesYield 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_positionsLP positions for a wallet with PnL datawalletAddresssortBy (invested/investedXrd/currentValue/pnlPercentage)attos_earn_statsPlatform overview: total pools and strategies count--"
      },
      {
        "title": "CoinMarketCap Workflow (2 steps)",
        "body": "To get detailed market data for any cryptocurrency:\n\nSearch first with tokens_on_cmc to get CMC IDs\nThen query details with token_details_from_cmc using those IDs\n\nmcporter call emily-radix-assistant.tokens_on_cmc search=Bitcoin limit=1\n# Returns tokenId, e.g. 1\nmcporter call emily-radix-assistant.token_details_from_cmc --args '{\"tokenIds\": [1]}'"
      },
      {
        "title": "Usage Examples",
        "body": "Wallet analysis:\n\n\"What tokens are in account_rdx16x...\" → tokens_in_wallet\n\"How is this wallet performing?\" → performance_of_wallet\n\"Show portfolio breakdown for account_rdx...\" → distribution_of_wallet\n\"What was this wallet worth on 2024-06-15?\" → historical_wallet_value\n\"Show recent swaps for account_rdx...\" → search_transactions with transactionType=swap\n\nToken research:\n\n\"Top 10 tokens on Radix by volume\" → tokens_on_radix\n\"Biggest gainers this week\" → token_gainers_and_losers with sortBy=gained, timePeriod=7d\n\"Show me wrapped assets on Radix\" → wrapped_assets\n\"Who are the top holders of HUG?\" → token_details with includeTopHolders=10\n\"What was XRD price on 2024-01-01?\" → historical_token_data\n\nNetwork & staking:\n\n\"Radix network stats\" → network_stats\n\"Top 10 validators by APY\" → all_validators with limit=10\n\"Resolve alice.xrd\" → rns_to_address\n\nDeFi yield:\n\n\"Best pools by APR on Attos Earn\" → attos_earn_pools with sortBy=bonus_24h\n\"Show lending strategies\" → attos_earn_strategies with strategyType=Lending\n\"My LP positions\" → attos_earn_lp_positions with wallet address\n\"Attos Earn overview\" → attos_earn_stats\n\nEcosystem & news:\n\n\"What happened in the Radix ecosystem today?\" → today_update\n\"Weekly updates from the last month\" → weekly_updates with weeks=4\n\"What happened in June 2025?\" → specific_month with year=2025, month=6\n\"Ecosystem news from Jan to March 2025\" → specific_date_range\n\"Latest official announcements\" → official_announcements\n\"Monthly ecosystem summaries\" → monthly_updates\n\nKnowledge & community:\n\n\"Explain Cerberus consensus\" → radix_glossary with themes=[\"cerberus\"]\n\"What is sharding?\" → radix_core_concepts with concepts=[\"sharding\"]\n\"Find DeFi dApps\" → radix_dapps with category=\"DeFi\"\n\"Where can I buy XRD?\" → xrd_trading_venues with type=\"onramp\"\n\"Radix Discord and Telegram links\" → radix_socials\n\nMulti-tool workflows:\n\nResolve an RNS domain, then check wallet tokens: rns_to_address → tokens_in_wallet\nResearch a token on Radix, then compare to CMC data: token_details → tokens_on_cmc → token_details_from_cmc\nFull wallet analysis: tokens_in_wallet + performance_of_wallet + distribution_of_wallet + latest_transactions\nDeFi overview: attos_earn_stats + attos_earn_pools + attos_earn_strategies"
      },
      {
        "title": "Data Sources & Freshness",
        "body": "Token prices: Astrolescent API, cached up to 24 hours, updated hourly via cron\nWallet data: Radix Gateway API (Babylon mainnet), real-time\nCoinMarketCap: Live API queries\nEcosystem updates: Aggregated daily/weekly/monthly from Telegram channels and official sources\nValidators: Radix Gateway API, real-time\ndApps directory: Curated dataset, periodically updated\nAttos Earn: Live API queries to earn-api.attos.world (Beta)\nTrading venues & socials: Curated static datasets"
      },
      {
        "title": "Rate Limits",
        "body": "60 requests per minute per IP. Returns HTTP 429 with Retry-After header when exceeded."
      },
      {
        "title": "About",
        "body": "Powered by Emily - an AI assistant for the Radix DLT ecosystem.\nData sourced from the Radix Gateway API, Astrolescent, CoinMarketCap, and Attos Earn."
      }
    ],
    "body": "Emily Your Personal Radix Assistant\n\nQuery the Radix DLT blockchain for wallet balances, token prices, network stats, validators, transactions, ecosystem news, DeFi yield data, trading venues, dApps, and developer resources.\n\nFree to use. No API key required. Mainnet data only.\n\nSetup (auto-configured)\n\nOn first use, check if the emily-radix-assistant server is already registered:\n\nmcporter list emily-radix-assistant\n\n\nIf not found, register it (URL is the only required argument):\n\nmcporter config add emily-radix-assistant https://www.ineedemily.com/api/mcp/mcp\n\n\nVerify with a quick test:\n\nmcporter call emily-radix-assistant.network_stats\n\n\nTo see all available tools and their schemas:\n\nmcporter list emily-radix-assistant --schema --all-parameters\n\nAddress Formats\nWallet addresses start with account_rdx (66 characters total)\nToken addresses start with resource_rdx (67 characters total)\nRNS domains end with .xrd (e.g. alice.xrd)\nAll addresses are mainnet only (Babylon network)\nAvailable Tools (35 total)\nWallet Tools (7)\nTool\tDescription\tRequired Params\tOptional Params\ntokens_in_wallet\tAll tokens with prices, 24H/7D changes\taddress\t-\nperformance_of_wallet\tTotal USD value, 24H/7D performance\taddress\t-\ndistribution_of_wallet\tPortfolio breakdown by %\taddress\tlimit (1-20, default 5), minUSDValue\nhistorical_wallet_value\tWallet value on a past date\taddress, date (YYYY-MM-DD)\t-\nlatest_transactions\tMost recent transactions\taddress\tuntil (ISO date)\nsearch_transactions\tFilter transaction history\taddress\tresourceAddress, startDate, endDate, transactionType (swap/stake/unstake/claim/deposit/withdrawal/all)\ncheck_owned_rns_domains\tRNS (.xrd) domains owned\taddress\t-\nToken Tools (7)\nTool\tDescription\tRequired Params\tOptional Params\ntokens_on_radix\tSearch/list tokens (top by volume when no search)\t-\tsearch, limit (default 10), includeAddress, includePrice, includeVolume, includeSupply, includePriceChanges, includeTvl, includeType, includePriceXRD, includeDescription, includeInfoUrl, includeExplorerUrl\ntoken_gainers_and_losers\tTop/bottom performers\t-\tsortBy (gained/lost/volume_high/volume_low/market_cap_high/market_cap_low), timePeriod (24h/7d), currency (USD/XRD), limit (1-100, default 5)\nwrapped_assets\tBridged assets (xUSDC, xETH, xwBTC...)\t-\tlimit (1-50, default 10), sortBy (volume/tvl/marketCap/name), includePrice, includeVolume, includeSupply, includePriceChanges, includeTvl\ntoken_details\tOn-chain metadata for a specific token\taddress (resource_rdx...)\tincludeTopHolders (0-100)\ntokens_on_cmc\tSearch CoinMarketCap listings\t-\tsearch, limit (1-300, default 10), includePrice, sortBy (rank/name/symbol)\ntoken_details_from_cmc\tDetailed CMC data by IDs\ttokenIds (array of ints)\t-\nhistorical_token_data\tToken price on a specific date\taddress (resource_rdx...), date (YYYY-MM-DD)\t-\nNetwork Tools (3)\nTool\tDescription\tRequired Params\tOptional Params\nnetwork_stats\tXRD price, staking %, DEX volume, TVL, epoch\t-\t-\nall_validators\tValidators with stake amounts and APY\t-\tlimit (default 50)\nrns_to_address\tResolve .xrd domain to wallet address\taddress (e.g. alice.xrd)\t-\nEcosystem & News (8)\nTool\tDescription\tRequired Params\tOptional Params\ntoday_update\tToday's ecosystem update (launches, protocol updates, market moves)\t-\t-\nrecent_daily_updates\tDaily summaries for recent days\t-\tdays (1-30, default 7)\nweekly_updates\tWeekly ecosystem summaries\t-\tweeks (1-12, default 4)\nmonthly_updates\tMonthly ecosystem summaries with growth metrics and milestones\t-\tmonths (1-12, default 3)\nspecific_date_range\tEcosystem summaries for a custom date range (auto-selects daily/weekly/monthly)\tstartDate, endDate (YYYY-MM-DD)\t-\nspecific_month\tEcosystem summary for a specific month\tyear (e.g. 2025), month (1-12)\t-\nofficial_announcements\tLatest official announcements from the Radix Telegram channel\t-\t-\necosystem_summary\tComprehensive summary across timeframes\t-\ttimeframe (daily/weekly/monthly), period (e.g. \"last 7 days\")\nGlossary, dApps & Community (6)\nTool\tDescription\tRequired Params\tOptional Params\nradix_glossary\tRadix terminology (Cerberus, Scrypto, Xi'an, Radix Engine, etc.)\t-\tthemes (array of theme names; omit for available list)\nradix_core_concepts\tCore blockchain and Radix technical concepts (sharding, consensus, atomic transactions)\t-\tconcepts (array of concept names; omit for available list)\nradix_dapps\tDiscover dApps in the ecosystem\t-\tname, tags (array), category (DeFi/NFT/Utility/Meme/Dao)\nradix_developer_resources\tDeveloper docs, SDKs, tools, and learning resources\t-\t-\nxrd_trading_venues\tWhere to buy, trade, bridge, or leverage XRD\t-\ttype (leverage/onramp/bridge/spot), all (boolean)\nradix_socials\tCommunity channels, official accounts, developer chats\t-\tcategory (community/official/resources/developer/market)\nAttos Earn - DeFi Yield (4)\nTool\tDescription\tRequired Params\tOptional Params\nattos_earn_pools\tLiquidity pools with TVL, volume, APR/bonuses\t-\tsortBy (tvl/volume_24h/volume_7d/bonus_24h/bonus_7d), limit (default 10)\nattos_earn_strategies\tYield strategies: lending, staking, liquidation with APR rates\t-\tstrategyType (Lending/Staking/Liquidation), provider (Weft Finance/Root Finance/Defiplaza/Flux), sortBy (bonus_value/total_stake/deposited), limit (default 10)\nattos_earn_lp_positions\tLP positions for a wallet with PnL data\twalletAddress\tsortBy (invested/investedXrd/currentValue/pnlPercentage)\nattos_earn_stats\tPlatform overview: total pools and strategies count\t-\t-\nCoinMarketCap Workflow (2 steps)\n\nTo get detailed market data for any cryptocurrency:\n\nSearch first with tokens_on_cmc to get CMC IDs\nThen query details with token_details_from_cmc using those IDs\nmcporter call emily-radix-assistant.tokens_on_cmc search=Bitcoin limit=1\n# Returns tokenId, e.g. 1\nmcporter call emily-radix-assistant.token_details_from_cmc --args '{\"tokenIds\": [1]}'\n\nUsage Examples\n\nWallet analysis:\n\n\"What tokens are in account_rdx16x...\" → tokens_in_wallet\n\"How is this wallet performing?\" → performance_of_wallet\n\"Show portfolio breakdown for account_rdx...\" → distribution_of_wallet\n\"What was this wallet worth on 2024-06-15?\" → historical_wallet_value\n\"Show recent swaps for account_rdx...\" → search_transactions with transactionType=swap\n\nToken research:\n\n\"Top 10 tokens on Radix by volume\" → tokens_on_radix\n\"Biggest gainers this week\" → token_gainers_and_losers with sortBy=gained, timePeriod=7d\n\"Show me wrapped assets on Radix\" → wrapped_assets\n\"Who are the top holders of HUG?\" → token_details with includeTopHolders=10\n\"What was XRD price on 2024-01-01?\" → historical_token_data\n\nNetwork & staking:\n\n\"Radix network stats\" → network_stats\n\"Top 10 validators by APY\" → all_validators with limit=10\n\"Resolve alice.xrd\" → rns_to_address\n\nDeFi yield:\n\n\"Best pools by APR on Attos Earn\" → attos_earn_pools with sortBy=bonus_24h\n\"Show lending strategies\" → attos_earn_strategies with strategyType=Lending\n\"My LP positions\" → attos_earn_lp_positions with wallet address\n\"Attos Earn overview\" → attos_earn_stats\n\nEcosystem & news:\n\n\"What happened in the Radix ecosystem today?\" → today_update\n\"Weekly updates from the last month\" → weekly_updates with weeks=4\n\"What happened in June 2025?\" → specific_month with year=2025, month=6\n\"Ecosystem news from Jan to March 2025\" → specific_date_range\n\"Latest official announcements\" → official_announcements\n\"Monthly ecosystem summaries\" → monthly_updates\n\nKnowledge & community:\n\n\"Explain Cerberus consensus\" → radix_glossary with themes=[\"cerberus\"]\n\"What is sharding?\" → radix_core_concepts with concepts=[\"sharding\"]\n\"Find DeFi dApps\" → radix_dapps with category=\"DeFi\"\n\"Where can I buy XRD?\" → xrd_trading_venues with type=\"onramp\"\n\"Radix Discord and Telegram links\" → radix_socials\n\nMulti-tool workflows:\n\nResolve an RNS domain, then check wallet tokens: rns_to_address → tokens_in_wallet\nResearch a token on Radix, then compare to CMC data: token_details → tokens_on_cmc → token_details_from_cmc\nFull wallet analysis: tokens_in_wallet + performance_of_wallet + distribution_of_wallet + latest_transactions\nDeFi overview: attos_earn_stats + attos_earn_pools + attos_earn_strategies\nData Sources & Freshness\nToken prices: Astrolescent API, cached up to 24 hours, updated hourly via cron\nWallet data: Radix Gateway API (Babylon mainnet), real-time\nCoinMarketCap: Live API queries\nEcosystem updates: Aggregated daily/weekly/monthly from Telegram channels and official sources\nValidators: Radix Gateway API, real-time\ndApps directory: Curated dataset, periodically updated\nAttos Earn: Live API queries to earn-api.attos.world (Beta)\nTrading venues & socials: Curated static datasets\nRate Limits\n\n60 requests per minute per IP. Returns HTTP 429 with Retry-After header when exceeded.\n\nAbout\n\nPowered by Emily - an AI assistant for the Radix DLT ecosystem. Data sourced from the Radix Gateway API, Astrolescent, CoinMarketCap, and Attos Earn."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/MAvRemu/emily-radix-assistant",
    "publisherUrl": "https://clawhub.ai/MAvRemu/emily-radix-assistant",
    "owner": "MAvRemu",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/emily-radix-assistant",
    "downloadUrl": "https://openagent3.xyz/downloads/emily-radix-assistant",
    "agentUrl": "https://openagent3.xyz/skills/emily-radix-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/emily-radix-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/emily-radix-assistant/agent.md"
  }
}