Skip to content
Automation
Skill

/search-groupware-documents

Search whitelisted metadata and supplied summaries in an explicit user-supplied groupware document export covering official incoming or outgoing documents, electronic approvals, external administrative-network documents, e-SOP, SMS, FAX, or messenger records. Use only for

From plugin
yonsei-skills
952 skills1 MCP
Install
$ npx -y skills add mrcha033/yonsei-skills --skill search-groupware-documents --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/search-groupware-documents

Context preview

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

Search whitelisted metadata and supplied summaries in an explicit user-supplied groupware document export covering official incoming or outgoing documents, electronic approvals, external administrative-network documents, e-SOP, SMS, FAX, or messenger records. Use only for

SKILL.md

search-groupware-documents.SKILL.md
name: search-groupware-documents
description: Search whitelisted metadata and supplied summaries in an explicit user-supplied groupware document export covering official incoming or outgoing documents, electronic approvals, external administrative-network documents, e-SOP, SMS, FAX, or messenger records. Use only for offline JSON or Excel-transcribed JSON exports explicitly scoped for this search; never search live groupware or unrelated content.

Search Groupware Documents

Search only an export the user explicitly supplied for this task. General groupware or mailbox search is out of scope.

Workflow

1. Require:

  • `schema_version`: `yonsei-offline-snapshot/v1`
  • `source_kind`: `user_supplied_json` or `excel_transcribed_json`
  • `export_scope`: `explicit_user_supplied_export`
  • `records`: whitelisted document metadata

2. Require `.xlsx` content to be exported or transcribed to JSON first. 3. Run:

   python3 "$SKILL_DIR/scripts/search_groupware_documents.py" \
     --input /path/to/documents.json \
     --query "research agreement" \
     --document-type official_document_inbound

4. Return structured matches and identify the matched whitelisted fields. Do not expand the search beyond the export.

Safety contract

  • Reject unknown fields rather than indexing or echoing them.
  • Do not ingest attachment bodies, complete message bodies, recipient addresses, phone or fax numbers, credentials, or access-control data.
  • Never download, open, share, forward, submit, send, fax, message, approve, reject, or delete.
  • Do not call a zero-result search proof that no such live document exists.
  • Stop on an implicit or missing export scope, duplicate document ID, unsupported document type, malformed keywords, or invalid snapshot.
Read more
Ships withyonsei-skills

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

Get the whole plugin

Other skills on yonsei-skills.