Automated PR Reviewer
This skill provides automated pull request reviews, identifying potential security vulnerabilities, logic errors, and st...
This skill enables you to search and analyze your agent's complete conversation history stored in JSONL session log files. It provides various queries and tools for extracting information, summarizing costs, and understanding past interactions. Useful for recalling details from previous sessions or analyzing agent behavior over time.
Allows searching and analyzing session logs to recall past conversations, analyze usage costs, and understand agent behavior over time.
When a user references older/parent conversations, asks what was said before, or when analyzing agent behavior and costs across multiple sessions.
None. Relies on access to the agent's session logs stored in `~/.openclaw/agents/<agentId>/sessions/`.
Returns relevant information extracted from the session logs, such as specific messages, cost summaries, or tool usage statistics, formatted as text or JSON.
1. Ensure `jq` and `rg` are installed on your system. You can typically install them using your system's package manager (e.g., `apt-get install jq ripgrep` on Debian/Ubuntu). 2. Verify that `jq` and `rg` are in your system's PATH. 3. No further installation is required; the skill will automatically access the session logs in the default location.
1. Open the Cursor IDE terminal. 2. Install `jq` and `rg` using your system's package manager (e.g., `brew install jq ripgrep` on macOS). 3. Ensure the paths to `jq` and `rg` are correctly configured in your Cursor environment. 4. The skill is ready to use once `jq` and `rg` are accessible from the terminal within Cursor.
1. Install `jq` (a lightweight command-line JSON processor) from [https://stedolan.github.io/jq/download/](https://stedolan.github.io/jq/download/). 2. Install `rg` (ripgrep, a line-oriented search tool that recursively searches directories for a regex pattern) from [https://github.com/BurntSushi/ripgrep#installation](https://github.com/BurntSushi/ripgrep#installation). 3. Add the directories containing the `jq` and `rg` executables to your system's PATH environment variable.
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.