Transform your AI assistant from reactive to proactive by continuously monitoring specific topics and alerting you only when important developments occur.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install proactive-research
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install proactive-research using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Proactive Research is a specialized tool designed for Openclaw Skills that enables autonomous monitoring of the web for subjects you care about. Instead of requiring manual searches, this skill acts as a background agent that uses AI-powered importance scoring to filter through digital noise. It ensures you only receive immediate notifications for critical events while compiling minor updates into a convenient weekly digest.
By leveraging advanced search routing and memory integration, this skill bridges the gap between raw data and actionable intelligence. It analyzes findings within the context of your previous conversations and personal interests, providing not just links, but meaningful summaries that explain exactly why a development matters to you. This makes it an essential addition for users looking to expand their ecosystem of Openclaw Skills.
To get started with this component of your Openclaw Skills library, initialize your configuration by copying the example file:
cp config.example.json config.json
Add your first monitoring topic using the provided management script:
python3 scripts/manage_topics.py add "AI Model Releases" \
--keywords "GPT,Claude,Llama,release" \
--frequency daily \
--importance high
Finally, automate the monitoring lifecycle by setting up cron jobs on your system:
python3 scripts/setup_cron.py --auto
Proactive Research organizes its operations through a structured set of JSON state files and markdown context files:
| Component | Description |
|---|---|
config.json |
Primary configuration for topics, alert channels, and global settings. |
.research_state.json |
Tracks last check timestamps and alerted URLs to handle deduplication. |
.findings/ |
Directory containing JSON-formatted records of items reserved for the weekly digest. |
memory_hints.md |
User-defined markdown file that provides context for more personalized AI summaries. |
.learning_data.json |
Stores local feedback to adjust importance scoring based on user interaction. |
Loading
A local-first analytics tool that tracks conversation patterns, sentiment, and productivity markers to provide actionable self-knowledge insights.

Agora is a powerful multi-agent orchestration skill that spawns a specialized council of three agents to solve complex problems through parallel reasoning and debate.

A foundational communication layer enabling AI agents to interact via events and automate multi-step workflows without human intervention.

Control AI-powered browser automation agents to scrape data, fill forms, and navigate complex web workflows using a TypeScript SDK.

A comprehensive integration allowing AI agents to manage Outlook emails, calendar events, contacts, and OneDrive files via the Microsoft Graph API.

An automated toolset for programmatic creation, editing, and analysis of Microsoft Office documents including Word, Excel, and PowerPoint.








































