← 返回 Skills 市场
mikipalet

Zernio CLI

作者 mikipalet · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ⚠ suspicious
211
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install zernio-cli
功能描述
Schedule and manage social media posts across 14 platforms from the CLI
安全使用建议
This CLI appears to do exactly what it says: manage and schedule posts via the Zernio API. Before installing, consider: (1) The tool stores your API key in plaintext at ~/.zernio/config.json (and will read legacy ~/.late/config.json); protect that file and rotate the key if the machine is shared. (2) You can configure a custom API base URL via env or auth:set --url — only use trusted endpoints because the CLI will send your API key there. (3) The CLI uses an SDK package (@zernio/node) and opens the browser for device auth; verify the npm package and repository (package.json points to https://github.com/zernio-dev/zernio-cli and homepage zernio.com) if you want provenance assurance. (4) If you plan to allow autonomous agents to call this skill, be aware an agent with access to the skill can use your API key to post on connected social accounts — grant the API key only the minimum needed permissions and consider creating a limited-scope key.
功能分析
Type: OpenClaw Skill Name: zernio-cli Version: 1.0.5 The skill bundle provides a legitimate CLI tool for the Zernio social media management platform, allowing users and AI agents to schedule posts across multiple platforms. The code implements standard CLI patterns, including a device authorization flow for authentication, local configuration storage in `~/.zernio/config.json`, and media uploads via presigned URLs. All network activity is directed to the official `zernio.com` domain, and no evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description (social scheduling CLI) match required artifacts: ZERNIO_API_KEY, SDK dependency (@zernio/node), commands to list accounts, create posts, upload media, and auth flows. Declared dependencies (open, yargs) and config paths (~/.zernio/config.json and legacy ~/.late/config.json) are appropriate for a CLI of this type.
Instruction Scope
SKILL.md and command implementations stay within the stated purpose: they call the Zernio API via the SDK or direct fetch, read/write the CLI's own config, read local media files for upload, and open a browser for device auth. No instructions request unrelated system data or broad discretionary data collection.
Install Mechanism
There is no high-risk arbitrary download; installation is via npm (SKILL.md recommends `npm install -g @zernio/cli`) and package.json lists standard dependencies. The bundle includes source files rather than an opaque remote installer.
Credentials
Only ZERNIO_API_KEY (primary credential) is required — this is proportional. The CLI persists the API key in plaintext under ~/.zernio/config.json (and supports legacy ~/.late/config.json). The skill also supports setting a custom API URL via env or auth:set --url; if redirected to a malicious endpoint this could expose the API key, so the user should only configure trusted endpoints.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide agent settings. It stores its own config under the user's home directory (~/.zernio) which is normal for a CLI.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zernio-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zernio-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Updated metadata to specify environment variable requirements in the Clawdbot format. - No changes to commands, features, or documentation content.
v1.0.4
- Initial CLI implementation released. - Added commands for authentication, profiles, accounts, posts, analytics, and media management. - Full TypeScript source structure established. - Includes configuration, error handling, and output utilities. - Supports scheduling and managing posts across 14 social platforms from the terminal.
v1.0.3
- Added a new README.md file to the project. - No changes to core functionality or commands. - Existing documentation and usage remain unchanged.
v1.0.2
- All source code and documentation files removed from the package. - The CLI functionality is no longer included in this release. - SKILL.md left unchanged; feature descriptions remain for reference.
v1.0.1
No user-visible changes in this release. - Version updated to 1.0.1. - No file or documentation changes detected.
v1.0.0
Initial release of Zernio CLI. - Schedule and manage social media posts across 14 major platforms directly from the command line. - Support for authentication via browser, manual API key, or environment variable. - Commands to list, create, update, and delete profiles and connected social accounts. - Create, schedule, draft, publish, and delete posts, with media upload support. - Analytics features available for post performance and best posting times (with add-on). - JSON output for easy integration with scripts or AI agents.
元数据
Slug zernio-cli
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Zernio CLI 是什么?

Schedule and manage social media posts across 14 platforms from the CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 211 次。

如何安装 Zernio CLI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zernio-cli」即可一键安装,无需额外配置。

Zernio CLI 是免费的吗?

是的,Zernio CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Zernio CLI 支持哪些平台?

Zernio CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Zernio CLI?

由 mikipalet(@mikipalet)开发并维护,当前版本 v1.0.5。

💬 留言讨论