Attendance / sign-in sheet
SkillFiles & storageGenerate printable attendance / 签到表 spreadsheets from name lists. Use when the user asks for 签到表, attendance sheet, meeting sign-in table, or similar printable roster tables (not full payroll attendance scoring unless asked).
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Attendance / sign-in sheet skill
What this skill tells your AI
The instructions your AI receives, as published by vixues/leagent in backend/leagent/skills/builtin/attendance-signin-sheet/SKILL.md and read by ahel’s review.
Scope
- In scope: printable sign-in / 签到 sheet with people rows and signature columns.
- Out of scope: full attendance anomaly scoring, leave math, or payroll — decline or hand off unless the user explicitly expands scope.
Before generating
If layout/business params are missing, call ask_user alone for 3–5 blockers:
- Meeting / title text (and whether rows 1–3 are print title rows)
- Name source (which attachment / column)
- Sort order (e.g. by department, roster order)
- Row height / grid / print centering (defaults: row height 22, show gridlines, landscape or portrait per user)
- Extra columns (employee id, department, signature, date)
Generate
- Prefer
excel_generatorwith real data rows (never header-only). - If scripting is required, use
code_execution, then cite the managedfile_id/download_urlfrom the tool result (never a sandbox path). - If
quality_passedis false, fill data and regenerate until the download has content rows.
After user corrections
Fold corrected rules (row height, title rows, sort map) back into this skill / procedure memory for the next run — do not only fix the one-off file.
Signals
- GitHub stars
- 220
- Forks
- 40
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
attendance-signin-sheet- Source
- github.com/vixues/leagent