# Send Kenya Tax Rates to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kenya-tax-rates",
    "name": "Kenya Tax Rates",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/enjuguna/kenya-tax-rates",
    "canonicalUrl": "https://clawhub.ai/enjuguna/kenya-tax-rates",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/kenya-tax-rates",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kenya-tax-rates",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/kenya-tax-rates"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kenya-tax-rates",
    "downloadUrl": "https://openagent3.xyz/downloads/kenya-tax-rates",
    "agentUrl": "https://openagent3.xyz/skills/kenya-tax-rates/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kenya-tax-rates/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kenya-tax-rates/agent.md"
  }
}
```
## Documentation

### Kenya Tax Rates Skill

Calculate Kenya payroll taxes and deductions with up-to-date rates for PAYE, SHIF, NSSF, and Housing Levy.

### Features

PAYE - 5-band progressive tax (10% to 35%)
SHIF - 2.75% Social Health Insurance (replaced NHIF Oct 2024)
NSSF - Two-tier pension with auto date-based limits
Housing Levy - 1.5% Affordable Housing Levy
Tax Reliefs - Personal, insurance, pension, mortgage

### Usage

Install the npm package:

npm install kenya-tax-rates

### Quick Net Salary

import { getNetSalary } from 'kenya-tax-rates';

const netSalary = getNetSalary(100000);
// Returns ~KES 75,000

### Full Payroll Breakdown

import { calculatePayroll } from 'kenya-tax-rates';

const result = calculatePayroll({
  grossSalary: 100000,
  pensionContribution: 5000,  // optional
  insurancePremium: 2000,     // optional
});

// Returns:
// {
//   grossSalary: 100000,
//   taxableIncome: 93590,
//   deductions: { shif: 2750, nssf: 2160, housingLevy: 1500, paye: 18594 },
//   netSalary: 74995,
//   employerContributions: { nssf: 2160, housingLevy: 1500 }
// }

### Individual Calculators

import { calculatePaye, calculateShif, calculateNssf, calculateHousingLevy } from 'kenya-tax-rates';

// PAYE with reliefs
const paye = calculatePaye(85000);

// SHIF (2.75%, min KES 300, no cap)
const shif = calculateShif(50000); // 1375

// NSSF (auto-detects 2024/2025 rates based on current date)
const nssf = calculateNssf(80000);

// Housing Levy (1.5%)
const levy = calculateHousingLevy(100000); // 1500

### PAYE Monthly Bands

Income (KES)Rate0 - 24,00010%24,001 - 32,33325%32,334 - 500,00030%500,001 - 800,00032.5%Above 800,00035%

### NSSF Limits (auto-selected by date)

PeriodLower LimitUpper LimitMax ContributionFeb 2024 - Jan 2025KES 7,000KES 36,000KES 2,160From Feb 2025KES 8,000KES 72,000KES 4,320

### Reliefs

Personal Relief: KES 2,400/month
Insurance Relief: 15% of premiums, max KES 5,000/month
Pension Deduction: Max KES 30,000/month

### API Reference

FunctionDescriptioncalculatePayroll(input)Full payroll with all deductionsgetNetSalary(gross, date?)Quick net salary calculationcalculatePaye(taxableIncome)PAYE with reliefscalculateShif(grossSalary)SHIF contributioncalculateNssf(earnings, date?)NSSF two-tier contributioncalculateHousingLevy(grossSalary)Housing levy (1.5%)

### Source

npm: kenya-tax-rates
GitHub: enjuguna/kenya-tax-rates
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: enjuguna
- Version: 1.0.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/kenya-tax-rates)
- [Send to Agent page](https://openagent3.xyz/skills/kenya-tax-rates/agent)
- [JSON manifest](https://openagent3.xyz/skills/kenya-tax-rates/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/kenya-tax-rates/agent.md)
- [Download page](https://openagent3.xyz/downloads/kenya-tax-rates)