communication-officer
Send results and data files to stakeholders via email.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Send results and data files to stakeholders via email.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fetch and store transcripts from YouTube videos for deep content analysis.
Specialized in the MLCommons Croissant metadata specification. Can generate, validate, and serialize dataset metadata into compliant JSON-LD.
Universal Numeric Fingerprint (UNF) generator. For strings, it splits into words and sorts them alphabetically to provide order-invariant fingerprints. Supports dataframes and files too.
The Visual Systems Architect is an expert in translating complex technical requirements and infrastructure setups into structured, visually intuitive architectural diagrams (Mermaid.js).
Secure GitHub Orchestrator for Croissant Toolkit. Connect any repository, discovery skills, and audit ODRL sovereignty status.
ODRL Secure Login Interface. Uses authorization keys from ~/.odrl/authorize.did to automatically unpackage protected skills from the vault.
| name | communication_officer |
| description | Send results and data files to stakeholders via email. |
The Communication Officer skill automates the delivery of generated Croissant files and summaries to selected recipients.
.jsonld files as attachments.To use this skill with your Google account (slava@codata.org), you must set your credentials.
[!IMPORTANT] Google requires an App Password for SMTP. Regular passwords will not work.
- Go to your Google Account Security.
- Enable 2-Step Verification.
- Search for "App Passwords" and generate one for "Mail".
export SMTP_USER="slava@codata.org"
export SMTP_PASS="your-16-character-app-password"
export SMTP_SERVER="smtp.gmail.com"
export SMTP_PORT="587"
You can also add these to your ~/.zshrc or ~/.bash_profile to make them permanent.
python3 skills/communication_officer/scripts/send_email.py \
"stakeholder@example.com" \
"Croissant Dataset Ready" \
"The translation and metadata extraction are complete."
python3 skills/communication_officer/scripts/send_email.py \
"stakeholder@example.com" \
"Project Update" \
"Please find the latest Croissant JSON-LD file attached." \
"./data/croissant/my_dataset.jsonld"