← All skills
Tencent SkillHub · Developer Tools

Klientenportal

Automate RZL Klientenportal.at — a web-based portal by RZL Software for exchanging receipts, invoices, and reports with your tax accountant. Login/logout, upload documents (Belegübergabe), list released files, and download Kanzleidokumente via Playwright.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Automate RZL Klientenportal.at — a web-based portal by RZL Software for exchanging receipts, invoices, and reports with your tax accountant. Login/logout, upload documents (Belegübergabe), list released files, and download Kanzleidokumente via Playwright.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SETUP.md, SKILL.md, scripts/klientenportal.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.5.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

RZL Klientenportal

Automate klientenportal.at — a web portal by RZL Software for securely exchanging accounting documents between clients and their tax accountant. Entry point: {baseDir}/scripts/klientenportal.py

Setup

See SETUP.md for prerequisites and setup instructions.

Login / Logout

python3 {baseDir}/scripts/klientenportal.py login # Test login (validates credentials) python3 {baseDir}/scripts/klientenportal.py logout # Clear stored browser session

Upload Documents (Belegübergabe)

Upload receipts/invoices to a specific Belegkreis category: python3 {baseDir}/scripts/klientenportal.py upload -f invoice.pdf --belegkreis KA python3 {baseDir}/scripts/klientenportal.py upload -f *.xml --belegkreis SP CodeNameUse forEREingangsrechnungenIncoming invoices (default)ARAusgangsrechnungenOutgoing invoicesKAKassaCredit card paymentsSPSparkasseBank account receipts

List Released Files

Show files your accountant has released (freigegebene Dokumente): python3 {baseDir}/scripts/klientenportal.py released

Received Files (from Accountant)

List files received from your accountant (Kanzleidokumente / Auswertungen): python3 {baseDir}/scripts/klientenportal.py received # List all python3 {baseDir}/scripts/klientenportal.py received -n 5 # Latest 5 python3 {baseDir}/scripts/klientenportal.py received --json # JSON output Output columns: Datei, Von, Dokumentbereich, Empfangen

Download Received Files

Download specific files from the received files list: python3 {baseDir}/scripts/klientenportal.py received-download --latest # Latest file python3 {baseDir}/scripts/klientenportal.py received-download 1 2 3 # By index (1=latest) python3 {baseDir}/scripts/klientenportal.py received-download "10-12_2025" # By name pattern python3 {baseDir}/scripts/klientenportal.py received-download "10-12_2025" -o ~/Downloads # Custom output Single-file downloads are auto-extracted from ZIP wrapper.

Download Kanzleidokumente (Legacy)

Download all available Kanzleidokumente at once: python3 {baseDir}/scripts/klientenportal.py download # To default dir python3 {baseDir}/scripts/klientenportal.py download -o /path/to/dir # Custom output dir Default output: /tmp/openclaw/klientenportal/

Options

--visible — Show the browser window (useful for debugging or first login)

Recommended Flow

login → upload / released / download → logout Always call logout after completing all operations to clear the stored browser session.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • SETUP.md Docs
  • scripts/klientenportal.py Scripts