{
  "schemaVersion": "1.0",
  "item": {
    "slug": "radon-ai",
    "name": "Radon AI",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/latekvo/radon-ai",
    "canonicalUrl": "https://clawhub.ai/latekvo/radon-ai",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/radon-ai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=radon-ai",
    "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/radon-ai"
    },
    "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/radon-ai",
    "agentPageUrl": "https://openagent3.xyz/skills/radon-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/radon-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/radon-ai/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": "What this skill provides",
        "body": "Radon AI is an MCP server that provides a set of tools that enhances your agent. It provides up-to-date knowledge of the React Native ecosystem, access to a comprehensive set of debugging data that is otherwise unavailable, and the ability to interact directly with your app.\n\nWe index most React Native libraries along with their relevant documentation, versions, APIs, configuration details and usage patterns to provide additional and accurate context. The knowledge database is updated daily."
      },
      {
        "title": "Available tools",
        "body": "get_library_description - Returns a detailed description of a library and its use-cases.\nquery_documentation - Returns documentation snippets relevant to the provided query.\nreload_application - Triggers a reload of the app running in the development emulator. Use this tool whenever you are debugging the state and want to reset it, or when the app crashes or breaks due to an interaction. There are 3 reload methods:\n\nreloadJs: Causes the JS bundle to be reloaded. Does not trigger any rebuild or restart of the native part of the app. Use this to restart the JS state of the app.\nrestartProcess: Restarts the native part of the app. Use this method for resetting state of bugged native libraries or components.\nrebuild: Rebuilds both the JS and the native parts of the app. Use it whenever changes are made to the native part, as such changes require a full rebuild.\n\n\nview_application_logs - Returns all the build, bundling and runtime logs. Use this function whenever the user has any issue with the app, if builds are failing, or when there are errors in the console.\nview_screenshot - Displays a screenshot of the app development viewport. Use this function whenever it is necessary to inspect what the user sees on their mobile device.\nview_component_tree - Displays the component tree (view hierarchy) of the running app. This tool only displays mounted components, so some parts of the project might not be visible. Use this tool when a general overview of the UI is required, such as when resolving layout issues or looking for the relation between the project file structure and component structure.\nview_network_logs - View the contents of the network inspector. Returns a list of all network requests made by the app, including method, URL, status, duration, and size. Use this tool to debug networking issues, inspect API calls, or verify that the app is communicating correctly with backend services. Accepts a pageIndex parameter (0-based index or \"latest\").\nview_network_request_details - Get all details of a specific network request. Returns headers, body, and other metadata for a given request. Use this tool after view_network_logs to inspect a specific request in detail. Accepts a requestId parameter."
      },
      {
        "title": "When to use these tools",
        "body": "When working on a React Native or Expo project that has Radon IDE running in VS Code or Cursor.\nUse query_documentation and get_library_description to look up accurate, current information about libraries instead of relying on training data.\nUse view_application_logs and view_screenshot to debug runtime errors, build failures, or UI issues.\nUse view_component_tree to understand the app's component hierarchy before making structural changes.\nUse reload_application after making code changes to verify fixes or see updates reflected in the running app.\nUse view_network_logs and view_network_request_details to debug networking issues, inspect API calls, or verify backend communication."
      },
      {
        "title": "Prerequisites",
        "body": "Radon IDE extension must be installed and active in VS Code or Cursor.\nA React Native or Expo project must be open with Radon IDE running.\nAn active Radon IDE license."
      },
      {
        "title": "Limitations",
        "body": "Responses augmented by Radon AI are still prone to LLM errors. Verify important information before acting on it!\nThe knowledge base contains documentation files only - it does not index the full source code of the libraries."
      }
    ],
    "body": "What this skill provides\n\nRadon AI is an MCP server that provides a set of tools that enhances your agent. It provides up-to-date knowledge of the React Native ecosystem, access to a comprehensive set of debugging data that is otherwise unavailable, and the ability to interact directly with your app.\n\nWe index most React Native libraries along with their relevant documentation, versions, APIs, configuration details and usage patterns to provide additional and accurate context. The knowledge database is updated daily.\n\nAvailable tools\nget_library_description - Returns a detailed description of a library and its use-cases.\nquery_documentation - Returns documentation snippets relevant to the provided query.\nreload_application - Triggers a reload of the app running in the development emulator. Use this tool whenever you are debugging the state and want to reset it, or when the app crashes or breaks due to an interaction. There are 3 reload methods:\nreloadJs: Causes the JS bundle to be reloaded. Does not trigger any rebuild or restart of the native part of the app. Use this to restart the JS state of the app.\nrestartProcess: Restarts the native part of the app. Use this method for resetting state of bugged native libraries or components.\nrebuild: Rebuilds both the JS and the native parts of the app. Use it whenever changes are made to the native part, as such changes require a full rebuild.\nview_application_logs - Returns all the build, bundling and runtime logs. Use this function whenever the user has any issue with the app, if builds are failing, or when there are errors in the console.\nview_screenshot - Displays a screenshot of the app development viewport. Use this function whenever it is necessary to inspect what the user sees on their mobile device.\nview_component_tree - Displays the component tree (view hierarchy) of the running app. This tool only displays mounted components, so some parts of the project might not be visible. Use this tool when a general overview of the UI is required, such as when resolving layout issues or looking for the relation between the project file structure and component structure.\nview_network_logs - View the contents of the network inspector. Returns a list of all network requests made by the app, including method, URL, status, duration, and size. Use this tool to debug networking issues, inspect API calls, or verify that the app is communicating correctly with backend services. Accepts a pageIndex parameter (0-based index or \"latest\").\nview_network_request_details - Get all details of a specific network request. Returns headers, body, and other metadata for a given request. Use this tool after view_network_logs to inspect a specific request in detail. Accepts a requestId parameter.\nWhen to use these tools\nWhen working on a React Native or Expo project that has Radon IDE running in VS Code or Cursor.\nUse query_documentation and get_library_description to look up accurate, current information about libraries instead of relying on training data.\nUse view_application_logs and view_screenshot to debug runtime errors, build failures, or UI issues.\nUse view_component_tree to understand the app's component hierarchy before making structural changes.\nUse reload_application after making code changes to verify fixes or see updates reflected in the running app.\nUse view_network_logs and view_network_request_details to debug networking issues, inspect API calls, or verify backend communication.\nPrerequisites\nRadon IDE extension must be installed and active in VS Code or Cursor.\nA React Native or Expo project must be open with Radon IDE running.\nAn active Radon IDE license.\nLimitations\nResponses augmented by Radon AI are still prone to LLM errors. Verify important information before acting on it!\nThe knowledge base contains documentation files only - it does not index the full source code of the libraries."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/latekvo/radon-ai",
    "publisherUrl": "https://clawhub.ai/latekvo/radon-ai",
    "owner": "latekvo",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/radon-ai",
    "downloadUrl": "https://openagent3.xyz/downloads/radon-ai",
    "agentUrl": "https://openagent3.xyz/skills/radon-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/radon-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/radon-ai/agent.md"
  }
}