List electronic approvals, official incoming or outgoing documents, external administrative-network documents, and e-SOP approval items from an explicit user-supplied groupware JSON snapshot or Excel-transcribed JSON snapshot. Use for offline queue review without opening groupware or approving, rejecting, returning, submitting, sharing, or sending anything.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add mrcha033/yonsei-skills --skill list-groupware-approvals --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of List Groupware Approvals?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mrcha033-list-groupware-approvals)More formats (shields.io, HTML) on the badges page.
---
name: list-groupware-approvals
description: List electronic approvals, official incoming or outgoing documents, external administrative-network documents, and e-SOP approval items from an explicit user-supplied groupware JSON snapshot or Excel-transcribed JSON snapshot. Use for offline queue review without opening groupware or approving, rejecting, returning, submitting, sharing, or sending anything.
---
# List Groupware Approvals
Process only the groupware snapshot the user supplied in this task. Do not infer live approval state.
## Workflow
1. Require:
- `schema_version`: `yonsei-offline-snapshot/v1`
- `source_kind`: `user_supplied_json` or `excel_transcribed_json`
- optional `exported_at`
- `records`: approval metadata
2. Require Excel content to be explicitly transcribed or exported to JSON before processing.
3. Run:
```bash
python3 "$SKILL_DIR/scripts/list_groupware_approvals.py" \
--input /path/to/approvals.json \
--action-required-only
```
4. Return the structured JSON and preserve its offline/live boundary.
## Safety contract
- Accept only whitelisted approval metadata; fail on unknown fields.
- Never approve, reject, return, delegate, submit, share, recall, send, fax, or message.
- Exclude recipient addresses, phone or fax numbers, personal contacts, credentials, comments, attachment bodies, and unrelated document content.
- Stop on duplicate IDs, unsupported workflow types or statuses, malformed values, or unknown snapshot metadata.
`my_action_required` reports the supplied snapshot only and grants no authority to act.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!