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"