sped

Automate Detail Shipments Excel downloads from BeOne Analytics with Playwright.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/roycolumbia-code/claude-global-config --skill sped
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sped
Source: https://github.com/roycolumbia-code/claude-global-config/tree/main/skills/sped
Command: npx skills add https://github.com/roycolumbia-code/claude-global-config --skill sped

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the download of "Detail Shipments" Excel files from BeOne Analytics (Qlik Sense) for a specific year, streamlining the process and reducing manual effort.

Core Features & Use Cases

  • Year-Specific Download: Download the "Detail Shipments" Excel file for a specified year.
  • Login and Logout: Handles login and explicit logout for single-session access.
  • Filter and Export: Applies filter "Competence Year" and exports as xlsx file.
  • Use Case: Useful for tasks like "download shipments 2026" or "extract shipments for year X".

Quick Start

Run the /sped command to download shipments for the current year, or /sped <anno> to download for a specific year (e.g., /sped 2025).

Frequently Asked Questions about sped

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate downloading Excel files from BeOne Analytics?

Automating Excel downloads from BeOne Analytics is achieved using a Python and Playwright script that logs in, applies the Competence Year filter, exports the Detail Shipments data as an xlsx file, and logs out explicitly.

Can I download Detail Shipments data from Qlik Sense for a specific year?

Yes, you can download Detail Shipments data for a specific year by running the download command with the desired year parameter, which automatically applies the Competence Year filter in BeOne Analytics before exporting.

Do I need Python and Playwright to extract shipments data from BeOne Analytics?

Yes, Python and Playwright are required dependencies to execute the browser automation script that handles login, filtering, and the Detail Shipments Excel export from BeOne Analytics.

How does the BeOne Analytics export script handle single-session access?

The BeOne Analytics export script handles single-session access by performing a secure login at the start and executing an explicit logout after the Detail Shipments Excel file is successfully downloaded.

What is the best way to filter BeOne Analytics data by year for an Excel download?

The best way to filter BeOne Analytics data by year for an Excel download is using an automated Playwright script that applies the Competence Year filter directly within the Qlik Sense interface before exporting the xlsx file.