Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Provides JSON API commands to fetch Picqer dashboard KPIs, picklists, stock movements, and revenue data for order fulfillment monitoring.
Provides JSON API commands to fetch Picqer dashboard KPIs, picklists, stock movements, and revenue data for order fulfillment monitoring.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
JSON-only API for dashboard data. No markdown responses.
All commands return JSON. No chat explanations.
Returns complete DashboardData object with KPIs, picklists, stock, and revenue. Input: { "command": "dashboard.fetch", "filters": { "dateFrom": "2024-01-01", "dateTo": "2024-01-31", "picker": "", "client": "" } }
Returns only picklists data (open, closed, picker stats). Input: { "command": "picklists.fetch", "filters": {} }
Returns stock movements with slow/fast mover categorization. Input: { "command": "stock.fetch", "filters": {} }
Returns revenue per client for sell-stock clients. Input: { "command": "revenue.fetch", "filters": {} }
Always returns JSON. Example success: { "kpis": { "openPicklists": 42, "closedPicklists": 128, ... }, "picklists": { "open": [...], "closed": [...], "pickerStats": [...] }, "stock": { "rows": [...] }, "revenue": { "perClient": [...] }, "filtersUsed": { ... } } Example error: { "error": "Picqer API not configured" }
API key only in local .env file No credentials in OpenClaw config Access via Tailscale only
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.