← 返回 Skills 市场
simpleerp
作者
icystssi-lang
· GitHub ↗
· v1.0.1
· MIT-0
99
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install simpleerp
功能描述
Provides procedures for calling the SimpleERP HTTP API. Runtime: shell with curl/curl.exe or PowerShell (Invoke-WebRequest/Invoke-RestMethod). Credentials: s...
安全使用建议
This skill appears to do what it says: run HTTP calls against SimpleERP using curl/PowerShell. Before using it, consider: 1) the agent will execute curl/Invoke-WebRequest commands automatically once you provide or the environment supplies an API key — if you want to review actions first, do not provide a production admin key. 2) Admin routes (create/rotate API keys, debug endpoints) are available via the API—only give a key with the minimal permissions needed. 3) If you have the simpleerp-api repo checked out in the workspace, the agent may read specific project files when asked to inspect filters/code; avoid installing the skill in sensitive workspaces if you don't want that. 4) Prefer using a staging instance or scoped API key rather than a production admin key. Overall the skill is coherent and low-risk given these precautions.
能力标签
能力评估
Purpose & Capability
Name/description match the contents: SKILL.md provides curl/PowerShell examples and workflows for the API and explicitly documents use of an x-api-key; there are no unrelated environment variables, binaries, or install actions requested.
Instruction Scope
The runtime instructions tell the agent to run curl/PowerShell commands automatically (including admin and create/rotate API-key endpoints when requested). The skill also allows optional inspection of a local simpleerp-api workspace if already present (workspace-root relative paths). This is reasonable for debugging but means the agent may read project files if the repo exists in the workspace.
Install Mechanism
No install spec or code files — the skill is instruction-only, so nothing is downloaded or written to disk by an installer.
Credentials
No required environment variables; the only optional credential reference is SIMPLEERP_API_KEY (used as the x-api-key) which is appropriate and documented. The skill does not request unrelated secrets or multiple external credentials.
Persistence & Privilege
always:false (no forced inclusion). disable-model-invocation is false (normal autonomous invocation). The skill does not request system-wide configuration changes or persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install simpleerp - 安装完成后,直接呼叫该 Skill 的名称或使用
/simpleerp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Credentials handling updated: now tries user-provided API key first, then SIMPLEERP_API_KEY environment variable; if neither are available, requests the key once before running authenticated commands.
- Improved clarity in API key requirements: only GET /api/health can run without authentication; all other endpoints enforce x-api-key.
- Expanded description on supported runtime environments: distinguishes between shell, curl, and PowerShell invocation.
- Minor clarifications on admin route permissions and credential handling (no searching unrelated files or inventing keys).
- General documentation refinements for accuracy and user guidance; no functional changes to endpoints or domain coverage.
v1.0.0
Initial release of simpleerp skill, providing comprehensive guidance for interacting with the SimpleERP HTTP API.
- Supports list, get, create, update, and delete for products, inventory, orders, master data, reports, and administrative endpoints via curl or PowerShell.
- Automatically runs HTTP commands/scripts to fulfill user requests—no manual command execution needed.
- Enforces base URL defaults, API key authentication, and proper use-case coverage, avoiding unsupported or insecure operations.
- Includes full reference mapping and dynamic list query guidance; supports explicit filters and pagination.
- Details workflows for report endpoints, including helper ID resolution and multi-select filters.
元数据
常见问题
simpleerp 是什么?
Provides procedures for calling the SimpleERP HTTP API. Runtime: shell with curl/curl.exe or PowerShell (Invoke-WebRequest/Invoke-RestMethod). Credentials: s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 simpleerp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install simpleerp」即可一键安装,无需额外配置。
simpleerp 是免费的吗?
是的,simpleerp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
simpleerp 支持哪些平台?
simpleerp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 simpleerp?
由 icystssi-lang(@icystssi-lang)开发并维护,当前版本 v1.0.1。
推荐 Skills