A flexible automation skill that allows users to define custom data sources and schedules for generating and delivering periodic reports.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install report
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 report using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Report skill is a specialized utility designed for Openclaw Skills that bridges the gap between raw data and actionable insights. It provides a structured framework for users to define what data they need, how often they need it, and where it should be delivered. By handling the complexities of cron-based scheduling and content formatting, it ensures that developers and teams stay informed without manual intervention.
This skill is built with a security-first approach, relying on user-provided environment variables for API access rather than storing sensitive credentials. Whether you are tracking financial metrics, repository activity, or system logs, this component of Openclaw Skills offers a reliable way to automate your reporting workflows.
To initialize the reporting environment for Openclaw Skills, create the base directory:
mkdir -p ~/report
Ensure any required external API keys are exported in your environment. For example:
export STRIPE_API_KEY="sk_test_..."
export GITHUB_TOKEN="ghp_..."
The skill manages information using a transparent file-based hierarchy within the Openclaw Skills ecosystem:
| File/Folder | Purpose |
|---|---|
~/report/memory.md |
Serves as the global index and stores user preferences. |
~/report/{name}/config.md |
Contains the specific YAML configuration for an individual report. |
~/report/{name}/data.jsonl |
Stores historical data points in a newline-delimited JSON format. |
~/report/{name}/generated/ |
A directory containing all previously produced report outputs. |
Loading
A versatile AI agent skill for navigating the rental market as a tenant, landlord, host, or guest.

Streamline your application deployment process on Render with automated codebase analysis and Blueprint generation.

A comprehensive remote access management skill for establishing secure RDP, VNC, and SSH X11 connections with automated tunneling.

A sophisticated memory management system for AI agents that prioritizes high-value context while pruning low-value noise.

A professional-grade workflow for designing, securing, and shipping contract-first REST APIs with built-in observability and testing.

Build a personalized restaurant tracking system to catalog dining memories, favorite spots, and wishlist locations.








































