sog
Standards Ops Gadget — CLI for IMAP/SMTP/CalDAV/CardDAV/WebDAV. Open-standards alternative to gog (Google) and mog (Microsoft).
Why use this skill?
Master your communications with the Standards Ops Gadget (sog). A versatile CLI tool for IMAP, SMTP, CalDAV, and WebDAV to automate your digital workflow.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/visionik/sogcliWhat This Skill Does
The Standards Ops Gadget (sog) is a powerful CLI-based tool designed to bridge the gap between open-standard communication protocols and modern automated workflows. By providing a unified interface for IMAP, SMTP, CalDAV, CardDAV, and WebDAV, it enables seamless interaction with email, calendar, contact, and storage servers. Think of it as an open-standards alternative to proprietary suites like Google Workspace or Microsoft 365, allowing users to maintain ownership and control over their data while utilizing CLI-driven automation.
Installation
To integrate this skill into your environment, use the OpenClaw hub CLI tool. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/visionik/sogcli
Ensure that you have the necessary dependencies for the CLI installed and that your system environment is ready to handle network authentication via the system keychain, as this ensures your credentials remain secure.
Use Cases
- Automated Notification Systems: Use
sog mail sendwithin CI/CD pipelines or cron jobs to send automated alerts directly from your own mail server without relying on third-party transactional email APIs. - Personal Data Orchestration: Synchronize your calendar and contacts across diverse services via CalDAV and CardDAV, enabling a standardized way to query your schedule and address books from a single interface.
- Inbox Triage: Script the processing of incoming mail by using
sog mail listandsog mail searchto automatically move, flag, or reply to emails based on metadata or specific query parameters. - Cold Storage and Archival: Manage WebDAV storage programmatically to back up configuration files, logs, or attachments without leaving your terminal environment.
Example Prompts
- "Check my unread emails from the last 24 hours and summarize them for me."
- "Add a meeting to my work calendar for next Tuesday at 2 PM titled 'Project Sync' and invite [email protected]."
- "Search for the latest invoice from 'CloudProvider' in my inbox and forward it to my accounting email address."
Tips & Limitations
- Authentication: Always use the
--discoverflag during initial setup to minimize configuration errors. If your provider uses non-standard ports, ensure you explicitly define them. - Scripting: Utilize the
--jsonor--plainflags when building larger automation scripts to ensure the output is easily pipeable into other tools like jq or grep. - Security: The skill relies on system-level keychains to store passwords. Ensure your host machine has a secure password manager configured to avoid storing plaintext credentials.
- Scope: Note that while sog is excellent for automation, it is a terminal-based tool; it does not replace the GUI experience of a full-featured mail client but rather provides the raw primitives to manipulate your digital life via text-based commands.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-visionik-sogcli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, data-collection, external-api
Related Skills
ecto
Ghost.io Admin API CLI for managing blog posts, pages, tags, and content.
oura-ring-data
Access Oura Ring health data using the ouracli CLI tool. Use when user asks about "oura data", "sleep stats", "activity data", "heart rate", "readiness score", "stress levels", or wants health metrics from their Oura Ring.
mog
Microsoft Ops Gadget — CLI for Microsoft 365 (Mail, Calendar, Drive, Contacts, Tasks, Word, PowerPoint, Excel, OneNote).