← 返回 Skills 市场
1897
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sogcli
功能描述
Standards Ops Gadget — CLI for IMAP/SMTP/CalDAV/CardDAV/WebDAV. Open-standards alternative to gog (Google) and mog (Microsoft).
安全使用建议
This skill appears to be what it claims: a Go-based CLI for mail, calendars, contacts, tasks, and WebDAV. Before installing, consider these practical safety steps:
- Prefer installing a specific, signed/tagged release instead of @latest (e.g., go install github.com/visionik/sogcli/cmd/[email protected]) to reduce supply-chain risk.
- Inspect the repository (README, recent commits, open issues, maintainer activity) if you don't already trust the source.
- Use the default keychain storage rather than the 'file' storage option so passwords are kept in the system keyring, not in plaintext files.
- Be aware the binary will create/modify ~/.config/sog/config.json and will make network connections to whatever servers you configure (this is required functionality). Remove credentials/config if you uninstall.
- The SKILL.md contained a unicode-control-chars scanner hit — this may be harmless (emoji/formatting), but if you plan to allow autonomous agent invocation, inspect the raw SKILL.md for hidden characters.
If you want extra caution: build the binary from a checked-out tagged commit locally (go build) and audit the code paths that handle password storage and network endpoints before using it with sensitive accounts.
功能分析
Type: OpenClaw Skill
Name: sogcli
Version: 0.3.0
The skill bundle is classified as suspicious due to the `sog idle --exec` command in `internal/cli/idle.go`. This command allows the execution of arbitrary shell commands upon receiving new mail, which is a powerful and potentially risky capability. While explicitly documented in `SKILL.md` and `README.md` as an intended feature for automation, it could be abused by a malicious prompt to the AI agent to execute harmful payloads. There is no clear evidence of intentional malicious behavior within the provided code or documentation, but the capability itself presents a significant risk.
能力评估
Purpose & Capability
Name/description (Standards Ops Gadget) match the included code and SKILL.md: a Go CLI implementing IMAP/SMTP/CalDAV/CardDAV/WebDAV clients. Required binary is 'sog' and the install uses a go package from github.com/visionik/sogcli — all appropriate for a Go CLI. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md tells the agent to invoke the sog CLI and documents commands; the runtime behaviors described (reading ~/.config/sog/config.json, using system keychain, contacting IMAP/SMTP/CalDAV/CardDAV/WebDAV endpoints) are consistent with an email/calendar/contacts/files client. There are no instructions to read unrelated system files or to send data to unexpected endpoints in the docs. Note: the CLI will access the user's account configuration and passwords (via keychain or optional file storage) and will make network connections to whatever servers the user configures — which is expected for this tool.
Install Mechanism
Install uses 'go install github.com/visionik/sogcli/cmd/sog@latest' which is standard for Go CLIs; this downloads and builds source from the GitHub repo. This is expected and proportionate, but using @latest means you pull the tip (supply-chain risk if repository is compromised). No exotic download URLs or archive extraction are present.
Credentials
The skill declares no required environment variables (SKILL.md documents optional SOG_ACCOUNT). It does require access to user passwords/config (stored in system keychain by default, or optionally a file if the user chooses 'file' storage). That access is appropriate for an email/CalDAV/CardDAV/WebDAV client. There are no unrelated credential requests.
Persistence & Privilege
The skill is not always-included and follows normal model-invocation defaults. It stores its own config under ~/.config/sog/config.json and uses the system keychain (or an optional file). It does not request elevated system privileges or attempt to modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sogcli - 安装完成后,直接呼叫该 Skill 的名称或使用
/sogcli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
- Major release introducing sog: a CLI tool supporting IMAP/SMTP, CalDAV, CardDAV, and WebDAV as an open-standards alternative to Google and Microsoft CLIs.
- Adds unified commands for managing email, calendars, contacts, tasks, and files through standard protocols.
- Includes secure credential management for multiple protocols with native OS integration.
- Provides powerful search, scripting, and automation options with support for JSON and TSV outputs.
- Introduces advanced features such as iTIP/iMIP meeting invites, IMAP push notifications (IDLE), and credential separation per protocol.
- Full support confirmed for Fastmail; compatible with other standards-compliant providers.
元数据
常见问题
Sog 是什么?
Standards Ops Gadget — CLI for IMAP/SMTP/CalDAV/CardDAV/WebDAV. Open-standards alternative to gog (Google) and mog (Microsoft). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1897 次。
如何安装 Sog?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sogcli」即可一键安装,无需额外配置。
Sog 是免费的吗?
是的,Sog 完全免费(开源免费),可自由下载、安装和使用。
Sog 支持哪些平台?
Sog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sog?
由 visionik(@visionik)开发并维护,当前版本 v0.3.0。
推荐 Skills