A dual-language tax assistant designed to provide precise answers based on the official Tax Code of the Republic of Kazakhstan.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install kz-tax-code
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install kz-tax-code using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The kz-tax-code assistant is a highly specialized tool for Openclaw Skills that enables AI agents to query and interpret the Tax Code of the Republic of Kazakhstan (НК РК / ҚР Салық кодексі). It serves as a single source of truth for developers and accountants, retrieving data directly from local markdown versions of the legislation rather than relying on potentially outdated LLM training data. The skill supports both Russian and Kazakh languages, featuring automatic language detection to ensure accessibility across the region.
This skill is particularly valuable because it bridges the gap between raw legislative text and actionable financial insights. It handles complex tax scenarios, including various tax forms (910, 920, 700, etc.), deductions, and specific tax rates. By integrating this into your Openclaw Skills library, you ensure that your coding agent has the technical capacity to verify articles, calculate payroll taxes, and stay compliant with the latest government regulations from the KGD.
This skill requires a Node.js runtime. Install it within your workspace and initialize the data sources using the following commands:
# Fetch the current budget indicators in Russian
node skills/kz-tax-code/scripts/fetch.js --doc=Z2500000065 --lang=ru --out=skills/kz-tax-code/data/budget-current-ru.md --insecure
# Search for a specific article within the tax code
node skills/kz-tax-code/scripts/search.js --article=363
The skill organizes its knowledge base using a structured file system within the data directory:
| File | Description |
|---|---|
data/laws.json |
Mapping of external laws (Budget, Pension) with URLs and known values. |
data/versions.json |
Metadata tracking the current and outdated versions of the Tax Code. |
data/*.md |
Localized markdown files containing the full text of the legislation. |
data/budget-current-*.md |
Dynamically fetched budget indicators (MRP, MZP). |
Loading
A professional accounting automation tool to manage clients, items, and financial documents through the Morning (GreenInvoice) API.

A comprehensive read-only market data assistant for the Hyperliquid exchange that supports natural language and terminal-style command parsing.

A framework to stabilize AI Agent execution by replacing soft prompts with hard-coded gate scripts and persistent style contexts.

A sophisticated prompting framework that simulates a multi-expert panel to provide diverse viewpoints and consensus for complex decision-making.

A comprehensive tracking utility for monitoring, managing, and optimizing AI API expenditures across major providers like OpenAI, Anthropic, and Google.

A comprehensive suite of SDKs for building and automating DeFi operations on the Sui blockchain using Cetus Protocol.








































