
π Getting Started
Welcome to the OpenClaw Tool Call Viewer. This application provides a web user interface to browse call history from the OpenClaw session tool. It requires no additional software other than Node.js, making it easy to set up and use.
π¦ Prerequisites
Before you can use the OpenClaw Tool Call Viewer, youβll need to have Node.js installed on your computer. Follow these steps to get Node.js:
- Visit the Node.js official website.
- Download the latest stable version for your operating system.
- Follow the installation instructions provided on the website.
π οΈ Features
- User-friendly Interface: Navigate through session tool calls easily.
- Zero Dependencies: Only require Node.js to run.
- History Tracking: View call history clearly and effectively.
- Cross-Platform: Works on Windows, macOS, and Linux.
π₯ Download & Install
To get the OpenClaw Tool Call Viewer, visit the Releases page to download the latest version.
Download openclaw-tool-call-viewer
- Click the link to visit the Releases page.
- Look for the latest release version listed at the top.
- Download the appropriate version for your operating system.
π Running the Application
Once you have downloaded the software, follow these steps to run it:
- Extract the Files: If your download is in a zip format, extract the files to a folder on your computer.
- Open a Terminal or Command Prompt:
- Windows: Press
Windows + R, type cmd, and hit Enter.
- macOS: Press
Command + Space, type Terminal, and hit Enter.
- Linux: Open your Terminal from your application menu.
- Navigate to the Folder:
- Use the
cd command to change to the folder where you extracted the files. For example:
- Install Dependencies: Run the following command to install the necessary packages:
- Run the Application: After the installation is complete, start the application with the command:
- Open Your Browser: Once the application is running, open your web browser and visit
http://localhost:3000 to access the tool.
After launching the application, the interface will allow you to:
- Browse through all recorded tool calls.
- View detailed information about each call.
- Search and filter through the history based on criteria you select.
π Troubleshooting
If you encounter any issues while running the application, consider the following tips:
- Check Node.js Installation: Ensure Node.js is correctly installed. You can verify this by running
node -v in your terminal. If you see a version number, itβs installed.
- Dependencies Issue: If you receive an error related to missing packages, you may need to run
npm install again.
- Port Issues: If
localhost:3000 does not work, ensure that no other applications are using that port.
ποΈ Contributing
If you want to contribute to the OpenClaw Tool Call Viewer, please follow these guidelines:
- Fork the repository and create your branch.
- Make your changes and commit them.
- Push your changes to your fork and submit a pull request.
π¬ Support
For further assistance, please check the Issues section on GitHub. Here, you can report any bugs or ask for help with using the application.
β
License
This application is licensed under the MIT License. You are free to use, modify, and share it under the terms of this license.
Download openclaw-tool-call-viewer