Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计提醒

radon-ai氡气

Agent Skill

radon-ai 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

22,256

周安装

956

GitHub Stars

公开资料未说明

下载量

7,801
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:radon-ai(氡气)
来源仓库:https://github.com/latekvo/radon-ai
安装命令:
openclaw skills install radon-ai
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install radon-ai

简介

集成 Radon IDE 的 AI 助手功能,辅助 React Native 应用开发调试。

  • 支持查询库文档、查看日志流量、截屏与组件树检查等操作。
  • 提升移动端开发效率,减少手动查阅官方文档的时间消耗。
  • 需配合 Radon IDE 使用,普通编辑器环境下可能无法激活全部能力。
  • 安装命令:openclaw skills install radon-ai

SKILL.md

name
radon-ai
description
Use Radon IDE's AI tools for React Native development - query library docs, view logs and network traffic, take screenshots, inspect component trees, and interact with the user's app
license
MIT
metadata
ecosystem
react-native
author
Software Mansion

What this skill provides

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.

We 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.

Available tools

  • get_library_description - Returns a detailed description of a library and its use-cases.
  • query_documentation - Returns documentation snippets relevant to the provided query.
  • reload_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:

- reloadJs: 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. - restartProcess: Restarts the native part of the app. Use this method for resetting state of bugged native libraries or components. - rebuild: 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.

  • view_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.
  • view_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.
  • view_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.
  • view_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").
  • view_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.

When to use these tools

  • When working on a React Native or Expo project that has Radon IDE running in VS Code or Cursor.
  • Use query_documentation and get_library_description to look up accurate, current information about libraries instead of relying on training data.
  • Use view_application_logs and view_screenshot to debug runtime errors, build failures, or UI issues.
  • Use view_component_tree to understand the app's component hierarchy before making structural changes.
  • Use reload_application after making code changes to verify fixes or see updates reflected in the running app.
  • Use view_network_logs and view_network_request_details to debug networking issues, inspect API calls, or verify backend communication.

Prerequisites

  • Radon IDE extension must be installed and active in VS Code or Cursor.
  • A React Native or Expo project must be open with Radon IDE running.
  • An active Radon IDE license.

Limitations

  • Responses augmented by Radon AI are still prone to LLM errors. Verify important information before acting on it!
  • The knowledge base contains documentation files only - it does not index the full source code of the libraries.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.22%
按下载量换算5,946

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills