{
  "markdown": "# Worker K\n\n**AI workforce skills for Claude Code** — Excel, Word, PDF, research, bank reconciliation, and more. Built for accounting and professional service firms.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\n## What is Worker K?\n\nWorker K is a collection of Claude Code skills that turn Claude into a capable office assistant. Originally built for Malaysian accounting and audit firms, its skills are useful for any professional services context.\n\nWith Worker K installed, you can ask Claude to:\n- Read and create Excel spreadsheets with professional formatting\n- Generate Word documents, letters, and reports\n- Extract data from PDFs, merge/split files, add watermarks\n- Conduct structured research on tax, audit, and regulatory topics\n- Reconcile bank statements against cash books\n- Extract structured data from claim forms\n- Browse websites and scrape data with Playwright\n\n## Features\n\n### Office Documents\n- **Excel** — Read, create, edit, analyze, reconcile, chart, pivot, convert (.xlsx/.xls/.csv)\n- **Word** — Read, create, edit, mail merge, convert to PDF (.docx)\n- **PDF** — Extract text/tables, merge, split, watermark, fill forms, generate reports\n\n### Professional Services\n- **Research** — Structured research across accounting, tax, audit, and regulatory domains\n- **Bank Reconciliation** — Automated bank-to-book matching with professional Excel output\n- **Claim Extraction** — Parse expense/insurance/medical claims from PDF/Excel into structured data\n- **Management Rep Letter** — Template-based letter generation for audit engagements\n\n### Web Automation\n- **Web Browse** — Browse, screenshot, scrape tables, fill forms, download files via Playwright\n\n## Installation\n\n```bash\nclaude plugin install WeiKhjan/worker-k\n```\n\n## Configuration\n\n### Python Dependencies\n\nMost skills require Python libraries. Install them before first use:\n\n```bash\npip install openpyxl xlrd pandas xlsxwriter python-docx docx2txt pdfplumber PyPDF2 reportlab pikepdf fpdf2 playwright beautifulsoup4 tabulate\n```\n\nFor web browsing, also install the Playwright browser:\n\n```bash\nplaywright install chromium\n```\n\n### No Authentication Required\n\nWorker K skills process everything locally on your machine. No API keys, OAuth setup, or external accounts needed.\n\n## Usage Examples\n\n### Example 1: Analyze an Excel File\n\n> \"Read Sales_Q1.xlsx and create a pivot table summarizing revenue by product category and month. Add a bar chart.\"\n\nWorker K will use the `excel-processing` skill to:\n1. Parse the Excel file with openpyxl\n2. Analyze data with pandas pivot_table\n3. Generate a formatted workbook with the pivot table and chart\n\n### Example 2: Research Tax Rules\n\n> \"Research the latest withholding tax rates for royalty payments to non-residents in Malaysia. Include DTA treaty rates for Singapore and Japan.\"\n\nWorker K will use the `research` skill to:\n1. Reference Section 109 of the Income Tax Act 1967\n2. Search for current DTA treaty rates\n3. Output a structured research memo with citations\n\n### Example 3: Bank Reconciliation\n\n> \"Generate a bank reconciliation for March 2026. Here's the bank statement and cash book.\"\n\nWorker K will use the `bank-reconciliation` skill to:\n1. Parse both source files\n2. Auto-match transactions by amount and date\n3. Classify reconciling items (outstanding cheques, deposits in transit, bank charges)\n4. Generate a professionally formatted Excel reconciliation statement\n\n### Example 4: Extract Claim Data\n\n> \"Extract all the claim details from these 5 expense claim PDFs and give me a consolidated summary.\"\n\nWorker K will use the `claim-form-extraction` skill to:\n1. Parse each PDF for claimant info, line items, and amounts\n2. Validate totals against line item sums\n3. Output a consolidated Excel workbook with summary and detail sheets\n\n## Agent Personas\n\nWorker K powers multiple AI agent personas, each specialized for different roles:\n\n| Persona | Specialization |\n|---------|---------------|\n| **Executive Assistant** | International operations, email, travel, scheduling |\n| **Audit Agent** | Malaysian external audit, ISA compliance, working papers |\n| **Tax Agent** | Malaysian tax computation, SST, withholding tax, PCB/MTD |\n| **Report Compilation Agent** | MPERS/MFRS financial reporting, director's reports |\n\nLearn more at [workerk.aitomate.it.com](https://workerk.aitomate.it.com)\n\n## Skills Reference\n\n| Skill | Command | Description |\n|-------|---------|-------------|\n| Excel Processing | `/excel-processing` | Read, create, edit, analyze, reconcile, chart, pivot |\n| Word Processing | `/word-processing` | Read, create, edit, mail merge, convert to PDF |\n| PDF Processing | `/pdf-processing` | Extract, merge, split, watermark, fill forms, report |\n| Research | `/research` | Structured research on professional topics |\n| Web Browse | `/web-browse` | Browse, screenshot, scrape, fill forms, download |\n| Bank Reconciliation | `/bank-reconciliation` | Bank-to-book reconciliation with Excel output |\n| Claim Extraction | `/claim-form-extraction` | Parse claim forms into structured Excel data |\n| Management Rep Letter | `/management-rep-letter` | Template-based audit letter generation |\n\n## Privacy Policy\n\nWorker K processes all data locally on your machine. No telemetry, no data collection, no external servers.\n\nSee [PRIVACY.md](PRIVACY.md) for the full privacy policy, or visit [workerk.aitomate.it.com/privacy](https://workerk.aitomate.it.com/privacy).\n\n## Security\n\nSee [SECURITY.md](SECURITY.md) for our vulnerability reporting policy.\n\n## Support\n\n- **Issues**: [github.com/WeiKhjan/worker-k/issues](https://github.com/WeiKhjan/worker-k/issues)\n- **Website**: [workerk.aitomate.it.com](https://workerk.aitomate.it.com)\n- **Email**: support@aitomate.it.com\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 5789,
  "sha": "99022b49904ca3418ccb07c35cd62220d1221e7d4eb6b9ab6460d8f1ae315928",
  "repo_slug": "weikhjan/worker-k",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_weikhjan_worker_k_worker_k_f250dfc7/readme"
}