ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

erp

Plan resources, track inventory, and coordinate departments with reporting. Use when allocating resources, managing stock, or tracking department KPIs.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain1/erp
Or

ERP

Enterprise resource planning productivity toolkit (v2.0.0). Log and track business activities across multiple categories — planning, tracking, reviews, reminders, priorities, archiving, tagging, timelines, reports, and weekly reviews. Each command records timestamped entries to its own log file, giving you a complete audit trail of all business operations.

Commands

CommandDescription
erp add <input>Add a new entry to the general log. Without args, shows recent entries.
erp plan <input>Record a planning note (resource allocation, project plan, etc.). Without args, shows recent plan entries.
erp track <input>Track an activity, metric, or progress item. Without args, shows recent tracked entries.
erp review <input>Log a review note (performance review, process review, etc.). Without args, shows recent reviews.
erp streak <input>Record a streak milestone or daily streak entry. Without args, shows recent streaks.
erp remind <input>Set a reminder or note something to follow up on. Without args, shows recent reminders.
erp prioritize <input>Log a prioritization decision or rank items. Without args, shows recent priorities.
erp archive <input>Archive a completed item or record. Without args, shows recent archived entries.
erp tag <input>Tag or categorize an entry. Without args, shows recent tags.
erp timeline <input>Add an event to the timeline. Without args, shows recent timeline entries.
erp report <input>Log a report or summary. Without args, shows recent reports.
erp weekly-review <input>Record a weekly review summary. Without args, shows recent weekly reviews.
erp statsShow summary statistics: entry counts per category, total entries, data size, and earliest record date.
erp export <fmt>Export all data to a file. Supported formats: json, csv, txt.
erp search <term>Search across all log files for a keyword (case-insensitive).
erp recentShow the 20 most recent entries from the activity history log.
erp statusHealth check: version, data directory, total entries, disk usage, last activity.
erp helpShow the built-in help with all available commands.
erp versionPrint the current version (v2.0.0).

Data Storage

All data is stored as plain-text log files in ~/.local/share/erp/:

  • Per-command logs — Each command (add, plan, track, etc.) writes to its own .log file (e.g., add.log, plan.log).
  • History log — Every operation is also appended to history.log with a timestamp and command name.
  • Export files — Generated in the same directory as export.json, export.csv, or export.txt.

Entries are stored in timestamp|value format, making them easy to grep, parse, or pipe into other tools.

Requirements

Metadata

Stars4097
Views1
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain1-erp": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#erp#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.