Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

erpERP 搜索

Agent Skill

erp 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,385

周安装

501

GitHub Stars

公开资料未说明

下载量

3,888
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:erp(ERP 搜索)
来源仓库:https://github.com/bytesagain1/erp
安装命令:
openclaw skills install erp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install erp

简介

规划资源、跟踪库存并通过报告协调部门。在分配资源、管理库存或跟踪部门 KPI 时使用。

SKILL.md

name
erp
version
2.0.0
author
BytesAgain
homepage
https://bytesagain.com
source
https://github.com/bytesagain/ai-skills
license
MIT-0
tags
[erp, tool, utility]
description
Plan resources, track inventory, and coordinate departments with reporting. Use when allocating resources, managing stock, or tracking department KPIs.

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

  • Bash 4.0+ (uses set -euo pipefail)
  • coreutilsdate, wc, du, head, tail, grep, basename, cut
  • No external dependencies, API keys, or network access required
  • Works fully offline on any POSIX-compatible system

When to Use

  1. Daily operational logging — Track what happened across departments each day: sales calls, support tickets resolved, inventory received, tasks completed.
  2. Resource planning and prioritization — Use plan and prioritize to record allocation decisions and rank items by importance before committing resources.
  3. Weekly business reviews — Run weekly-review to summarize the week, then stats to see aggregate numbers and export json to share with stakeholders.
  4. Reminder and follow-up management — Use remind to note items that need attention later, and search to quickly find past reminders by keyword.
  5. Audit trail and compliance — Every action is timestamped and logged to history.log, providing a complete chronological record of all ERP activities for auditing purposes.

Examples

# Add a new inventory item
erp add "Received 500 units of Widget-A from Supplier-X"

# Plan resource allocation for Q2
erp plan "Allocate 3 engineers to Project Alpha for Q2"

# Track a KPI
erp track "Customer satisfaction score: 4.7/5.0"

# Set a priority
erp prioritize "Ship feature-X before feature-Y — customer deadline March 30"

# Record a weekly review
erp weekly-review "Week 12: shipped 3 features, resolved 15 tickets, revenue +8%"

# Search for anything mentioning 'Widget'
erp search Widget

# Export everything to JSON for reporting
erp export json

# Check system health
erp status

# View summary statistics
erp stats

Tips

  • Run any data command without arguments to see recent entries (e.g., erp add shows the last 20 add entries).
  • Use erp recent for a quick overview of all activity across all categories.
  • Pipe exports to other tools: cat ~/.local/share/erp/export.csv | column -t -s,
  • Back up your data by copying ~/.local/share/erp/ to your preferred backup location.

*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.76%
按下载量换算3,218

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills