Picqer Fulfillment
Skill by johnmcgucki
Why use this skill?
Integrate Picqer fulfillment data into your OpenClaw agent. Access real-time picklists, stock reports, and revenue data with JSON-based commands.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/johnmcgucki/picqer-fulfillmentWhat This Skill Does
The Picqer Fulfillment skill for OpenClaw provides a direct, JSON-only interface to the FutureFulfillment Picqer dashboard. It acts as an integration layer, allowing AI agents to query logistics, warehouse, and financial data without human intervention or manual dashboard navigation. The skill bridges the gap between raw Picqer data and conversational AI, enabling users to request real-time updates on picking progress, inventory health, and revenue generation through natural language queries.
Installation
To integrate this skill into your environment, use the OpenClaw hub CLI tool. Ensure you have your Picqer credentials stored locally in a secure .env file, as the skill does not store sensitive tokens within the agent configuration.
Command:
clawhub install openclaw/skills/skills/johnmcgucki/picqer-fulfillment
Security note: This skill is designed for use within private infrastructure and should be accessed via a secure Tailscale tunnel to maintain data integrity and prevent unauthorized external access.
Use Cases
This skill is ideal for warehouse managers, operations leads, and business analysts. Use it to:
- Automate daily reporting on picker performance and open picklists.
- Identify slow-moving stock before it ties up too much capital.
- Retrieve rapid snapshots of revenue per client for automated billing cycles.
- Quickly investigate fulfillment bottlenecks by comparing closed versus open picklist volumes.
Example Prompts
- "How many picklists were completed in January 2024, and what was the revenue breakdown by client?"
- "Show me the current stock status and highlight any items that are classified as slow-moving."
- "Summarize the current warehouse workload, including active picklists and the top-performing pickers."
Tips & Limitations
- Data Filtering: When using
dashboard.fetch, always specify your date ranges to ensure the API returns performant JSON payloads. - Performance: Because this skill communicates directly with the Picqer API, ensure your network connection is stable. The response time is dependent on the size of your warehouse data.
- Formatting: The output is strictly JSON. If you need a human-readable summary, ask your OpenClaw agent to parse the JSON and draft a report. Avoid modifying the .env file while the agent is actively processing requests to prevent authentication failures.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-johnmcgucki-picqer-fulfillment": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api