← Back to Skills Marketplace
icystssi-lang

simpleerp

by icystssi-lang · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
99
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install simpleerp
Description
Provides procedures for calling the SimpleERP HTTP API. Runtime: shell with curl/curl.exe or PowerShell (Invoke-WebRequest/Invoke-RestMethod). Credentials: s...
Usage Guidance
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install simpleerp
  3. After installation, invoke the skill by name or use /simpleerp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug simpleerp
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is simpleerp?

Provides procedures for calling the SimpleERP HTTP API. Runtime: shell with curl/curl.exe or PowerShell (Invoke-WebRequest/Invoke-RestMethod). Credentials: s... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install simpleerp?

Run "/install simpleerp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is simpleerp free?

Yes, simpleerp is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does simpleerp support?

simpleerp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created simpleerp?

It is built and maintained by icystssi-lang (@icystssi-lang); the current version is v1.0.1.

💬 Comments