Skip to content
Automation
Skill

/list-erp-requests

List personnel, finance, budget, purchasing, or facilities requests from an explicit user-supplied ERP JSON snapshot or Excel-transcribed JSON snapshot. Use when the user asks to review or filter an exported ERP request list offline without opening Yonsei ERP or changing request

From plugin
yonsei-skills
952 skills1 MCP
Install
$ npx -y skills add mrcha033/yonsei-skills --skill list-erp-requests --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/list-erp-requests

Context preview

The summary Claude sees to decide when to auto-load this skill.

List personnel, finance, budget, purchasing, or facilities requests from an explicit user-supplied ERP JSON snapshot or Excel-transcribed JSON snapshot. Use when the user asks to review or filter an exported ERP request list offline without opening Yonsei ERP or changing request

SKILL.md

list-erp-requests.SKILL.md
name: list-erp-requests
description: List personnel, finance, budget, purchasing, or facilities requests from an explicit user-supplied ERP JSON snapshot or Excel-transcribed JSON snapshot. Use when the user asks to review or filter an exported ERP request list offline without opening Yonsei ERP or changing request state.

List ERP Requests

Process only a snapshot the user explicitly supplied in this task. Do not log in, fetch live ERP data, or infer that the snapshot is current.

Workflow

1. Require a UTF-8 JSON object with:

  • `schema_version`: `yonsei-offline-snapshot/v1`
  • `source_kind`: `user_supplied_json` or `excel_transcribed_json`
  • `exported_at`: optional source timestamp string
  • `records`: request objects

2. If the input is an `.xlsx` file, ask the user to export or transcribe the relevant rows to JSON. Do not parse a workbook in this skill. 3. Run:

   python3 "$SKILL_DIR/scripts/list_erp_requests.py" \
     --input /path/to/requests.json \
     --category finance \
     --status submitted

4. Return the script's structured JSON. Describe it as an offline snapshot result, never as live ERP state.

Safety contract

  • Accept only the script's field whitelist. Unknown fields fail closed instead of being echoed.
  • Never approve, reject, save, submit, share, pay, or change a request.
  • Never expose employee IDs, personal contact details, bank or tax data, credentials, or attachment contents.
  • Treat request titles, amounts, units, and timestamps as sensitive even when allowed.
  • Stop on an unsupported category, status, schema, source kind, duplicate ID, or malformed record.

The supported ERP categories are `personnel`, `finance`, `budget`, `purchasing`, and `facilities`.

Read more
Ships withyonsei-skills

연세대학교 생활에서 자주 반복되는 확인·정리 작업을 자연어로 처리하는 비공식 오픈소스 플러그인 모음입니다. 연세대학교 공식 서비스가 아닙니다. 학교 계정 권한을 늘리거나 수강신청·출석·예약 제한을 우회하지 않습니다.

Get the whole plugin

Other skills on yonsei-skills.