shaon
v0.8.3Rust CLI and agent skill for personal attendance, payslip, salary, and related self-service tasks on the user's own Hilan account.
By Aviv SinaiLicense: MIT2 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add shaon@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/avivsinai/skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/shaon/.
Plugin files
├── .codex-plugin/plugin.json└── skills/shaon/SKILL.md
Included Skills1
Personal attendance, payslip, salary, and related self-service tasks on the user's own Hilan account. Trigger on shaon, attendance, clock in/out, payslip, salary slip, work hours, תלוש, תלוש שכר, משכורת, דוח נוכחות, corrections log, forgot to clock in, forgot to report, or any request about the user's own Israeli employer self-service portal.
Plugin manifests1
{
"name": "shaon",
"version": "0.8.3",
"description": "Rust CLI and agent skill for personal attendance, payslip, salary, and related self-service tasks on the user's own Hilan account.",
"author": {
"name": "Aviv Sinai",
"url": "https://github.com/avivsinai"
},
"repository": "https://github.com/avivsinai/shaon",
"license": "MIT",
"skills": "./skills/",
"keywords": [
"shaon",
"attendance",
"presence",
"payslip",
"hr",
"automation"
],
"interface": {
"displayName": "Shaon CLI",
"shortDescription": "Automate your own Hilan attendance, payslips, salary, and reports",
"category": "Developer Tools"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[shaon on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shaon)