data-analyzer
Guidance for analyzing structured data, generating statistics and producing data-driven insights. Use when the user asks to analyze data, compute statistics,…
Generate 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).
$ npx -y skills add vixues/LeAgent --skill attendance-signin-sheet --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/attendance-signin-sheetContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate 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).
name: attendance-signin-sheet description: > Generate 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). license: Apache-2.0 allowed-tools: ask_user excel_generator excel_reader code_execution csv_processor metadata: version: 1.0.0 category: office tags: [attendance, signin, spreadsheet, 签到表, 考勤]
or hand off unless the user explicitly expands scope.
If layout/business params are missing, call **`ask_user` alone** for 3–5 blockers:
1. Meeting / title text (and whether rows 1–3 are print title rows) 2. Name source (which attachment / column) 3. Sort order (e.g. by department, roster order) 4. Row height / grid / print centering (defaults: row height 22, show gridlines, landscape or portrait per user) 5. Extra columns (employee id, department, signature, date)
`file_id` / `download_url` from the tool result (never a sandbox path).
content rows.
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.
Open-source desktop AI agent that gets work done — plans & self-corrects, agentic visual workflows, generative UI, and 100+ offline tools in one self-hostable stack.
Repo: vixues/LeAgent
Guidance for analyzing structured data, generating statistics and producing data-driven insights. Use when the user asks to analyze data, compute statistics,…
Guidance for processing documents, extracting content, and transforming structured information. Use when the user asks to process, parse, extract, or transform…
Review procurement contracts and purchase packages against uploaded compliance rules (招标/采购制度). Use for 采购审核, contract compliance checklists, or procurement…
Authors Agent Skills v1.0 packages (SKILL.md plus references/scripts), runs package_skill to produce a standards-compliant zip, and uses install_skill to add…
Audit travel / 差旅报销 claims against uploaded policy handbooks and rate tables (lodging caps, transport, per diem). Use for 差旅费审核, travel expense review, or…
Guidance for creating, managing and executing workflow automations that chain multiple tools and agents together. Use when the user asks about building,…