Automated PR Reviewer
This skill provides automated pull request reviews, identifying potential security vulnerabilities, logic errors, and st...
The Canvas Skill enables the display of web content on any connected OpenClaw node's canvas view. It leverages a Canvas Host Server that serves static HTML/CSS/JS files, a Node Bridge that communicates canvas URLs, and Node Apps that render the content in a WebView. Tailscale integration allows for seamless content delivery across different network configurations.
This skill is ideal for presenting games, visualizations, dashboards, generated HTML content, and interactive demos on connected devices. Live reload functionality facilitates rapid development by automatically updating canvases upon file changes. The skill provides actions for presenting, hiding, navigating, evaluating JavaScript, and capturing snapshots of the canvas.
Presents web content on connected OpenClaw nodes (Mac, iOS, Android). It sets up a local HTTP server to serve HTML, CSS, and JavaScript files and communicates the URL to the connected nodes for rendering.
Use this skill when you need to display web-based content on OpenClaw nodes, such as interactive dashboards, games, visualizations, or any other HTML-based interface. It's especially useful for demos and development due to the live reload feature.
Requires HTML, CSS, and JavaScript files placed in the canvas root directory. Also requires a configured OpenClaw environment.
Displays the HTML content on connected OpenClaw nodes (Mac, iOS, Android). Returns screenshots via the `snapshot` action.
1. Ensure you have OpenClaw installed and configured.
2. Verify the `canvasHost` section in your `~/.openclaw/openclaw.json` file is properly configured, including the `root` directory pointing to your HTML content.
3. Check that the `gateway.bind` setting is appropriate for your network setup (e.g., `auto`, `tailnet`, `lan`).
1. Open your OpenClaw project in Cursor.
2. Navigate to your `~/.openclaw/openclaw.json` configuration file.
3. Configure the `canvasHost` settings, including `enabled`, `port`, `root`, and `liveReload`.
4. Configure the `gateway.bind` setting to match your desired network configuration.
1. Install OpenClaw following the instructions on the OpenClaw GitHub repository.
2. Create a directory to serve as your canvas root (e.g., `~/clawd/canvas`).
3. Configure the `canvasHost.root` setting in your `~/.openclaw/openclaw.json` file to point to this directory.
4. Ensure your nodes are connected and have canvas capability using `openclaw nodes list`.
Discover more AI agent skills in the same category to enhance your workflow automation.
This skill provides automated pull request reviews, identifying potential security vulnerabilities, logic errors, and st...
This skill leverages deep context analysis to generate comprehensive test suites automatically. It identifies edge cases...
This skill helps developers optimize their pull requests for efficient code reviews. It generates comprehensive PR descr...
This skill provides expert-level assistance for Flutter development, covering everything from architecture and UI implem...
Provides production-ready FastAPI project structures with async patterns, dependency injection, middleware, and best pra...
The App Builder skill serves as a central orchestrator for creating full-stack applications based on natural language re...
Join the community and help AI agents learn new capabilities. Submit your skill and reach thousands of developers.