shaon

shaon is a skill for Claude Code, Codex from avivsinai/skills-marketplace. It costs 22 tokens per session (678 once invoked), scanned A, a copy of shaon, MIT.

A personal assistant for an Israeli employee's Hilan account, an online system for attendance and payslips. It handles the user's own work hours, salary slips, attendance reports, and related records.

In plain words
What is it for?
Use it to view payslips, inspect or report attendance, fill missing clock-ins, review work hours, and resolve attendance corrections.
Why use it?
It reduces the need to search through Hilan manually for routine personal employment information. Attendance changes are previewed first and require confirmation before submission.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Use it to view payslips, inspect or report attendance, fill missing clock-ins, review work hours, and resolve attendance corrections.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/avivsinai/skills-marketplace/shaon
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add avivsinai/skills-marketplace --skill shaon
Clone the repo
git clone --depth 1 https://github.com/avivsinai/skills-marketplace

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for shaon

README.md
[![agentmods](https://agentmods.dev/badge/skills/avivsinai/skills-marketplace/shaon/github.svg)](https://agentmods.dev/skills/avivsinai/skills-marketplace/shaon)
Your own site
<a href="https://agentmods.dev/skills/avivsinai/skills-marketplace/shaon"><img src="https://agentmods.dev/badge/skills/avivsinai/skills-marketplace/shaon/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for shaon

Your own site · 80×15
<a href="https://agentmods.dev/skills/avivsinai/skills-marketplace/shaon"><img src="https://agentmods.dev/badge/skills/avivsinai/skills-marketplace/shaon.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 678 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00678
Opus 5 $0.00011 $0.00339
Sonnet 5 $0.00004 $0.00136
Haiku 4.5 $0.00002 $0.00068

Measured 5d ago against content hash 2bd0d75493ab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

shaon scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to shaon — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/shaon/skills/shaon/SKILL.md · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Shaon

Use the MCP tool when it covers the requested operation. Use the shaon CLI for unsupported operations, diagnosis, or when the user asks for the CLI. Inspect shaon --help or the relevant subcommand help for exact flags.

Choose the task

  • Month status, missing days, and errors: start with shaon attendance overview.
  • Daily or monthly attendance details: use shaon attendance read commands.
  • Corrections: preview the relevant attendance report or attendance resolve command first.
  • Payslips and salary: use shaon payroll commands.
  • Authentication or account setup: use shaon auth commands.

Prefer structured output when another tool will consume the result. Do not request credentials or a browser login for a read until the command reports that authentication is required.

Human-attested writes

Attendance submissions are claims about real work performed. The user must attest the facts; neither inferred calendar events nor an agent's judgment is enough.

  • Reporting commands preview by default. Show the employee, date or range, times, report type, and resulting action.
  • Run with --execute (or MCP execute: true) only after the user explicitly authorizes that concrete submission.
  • Never autonomously rerun a write with --execute.
  • After an ambiguous timeout or transport error, read back attendance state before proposing another submission.
  • CAPTCHA and attended login steps must be completed by the user.

Example safe flow:

shaon attendance overview --month 2026-09
shaon attendance report day 2026-09-03 --type regular --hours 09:00-17:30
# Only after the user confirms that preview:
shaon attendance report day 2026-09-03 --type regular --hours 09:00-17:30 --execute

Use shaon attendance report range --help before a range correction; resolve weekends, holidays, leave, and partial days instead of assuming identical work hours for every date.

Range reports and auto-fill skip Friday and Saturday unless explicitly overridden. Auto-fill is capped at 10 days by default; use its help before changing that limit.

Read the full file on GitHub · 77 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed · -116 lines · -65 tokens per session 2bd0d75493ab
  2. 12d ago First seen · 193 lines · 87 tokens per session scan A 0f1af9305c23

Subscribe to this mod's changes

shaon is a skill published in the GitHub repository avivsinai/skills-marketplace (2 stars, last pushed today), licensed MIT. It adds 22 tokens to every session and 678 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to shaon, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

investor-materials

Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets.

affaan-m/ECC · 61 tokens

stock-analyzer

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

FrancyJGLisboa/agent-skill-creator · 48 tokens

memstack-business-invoice-generator

Use this skill when the user says 'invoice', 'generate invoice', 'create invoice', 'bill client', 'line items', 'payment terms', or needs professional invoices with tax calculations and payment instructions. Do NOT use for contracts or financial projections.

cwinvestments/memstack · 57 tokens

memstack-business-financial-model

Use this skill when the user says 'financial model', 'projections', 'revenue forecast', 'unit economics', 'break-even', 'cash flow', or mentions MRR, churn, CAC, LTV, or runway. Builds monthly projections with scenario modeling. Do NOT use for pricing strategy or invoice generation.

cwinvestments/memstack · 71 tokens

memstack-business-freelancer-toolkit

Use when the user says 'track my time', 'freelancer invoice', 'billable hours', 'time tracking', 'freelance finances', 'client billing', 'project hours', or needs invoicing, time tracking, or analytics patterns for freelance work. Do NOT use for general invoice templates or proposal writing.

cwinvestments/memstack · 75 tokens

finance-investor-relations

An investor-relations tool for preparing pitch decks and three-year financial models for fundraising. An IR, or investor-relations, deck explains a company to potential investors, while the model covers sales, profit, cash flow, and valuation.

modu-ai/moai-cowork · 180 tokens