← 返回 Skills 市场
vincenzor

Balzac

作者 Vincenzo Ruggiero · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ✓ 安全检测通过
122
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install balzac
功能描述
AI content platform CLI — create workspaces, manage SEO keywords, generate article suggestions, write articles, and publish to WordPress, Webflow, Wix, GoHig...
使用说明 (SKILL.md)

Balzac CLI

AI-powered SEO content platform. Authenticate, create a workspace from any domain, and Balzac analyzes your site, generates keyword-driven article suggestions, writes SEO-optimized articles, and publishes them.

npm install -g balzac-cli

Get an API key: https://app.hirebalzac.ai/api_keys

Setup

export BALZAC_API_KEY=bz_your_key_here
# Or: balzac auth login bz_your_key_here

balzac config set workspace \x3Cworkspace-id>   # set default workspace

Core Workflow

# 1. Create workspace from a domain
balzac workspaces create --domain https://myblog.com --wait
balzac config set workspace "$(balzac --json workspaces list | jq -r '.workspaces[0].id')"

# 2. Generate suggestions and accept one (5 credits)
balzac suggestions generate                          # costs 1 credit
sleep 30
balzac suggestions list --status proposed
balzac suggestions accept \x3Csuggestion-id>            # costs 5 credits

# 3. Or write directly from a topic (5 credits)
balzac write "How to use AI for content marketing" --wait

# 4. Export or publish
balzac articles export \x3Cid> --format markdown
balzac articles publish \x3Cid> --integration \x3Cintegration-id>

Commands

Command What it does
balzac workspaces list/create/get/delete Manage workspaces
balzac keywords list/create/enable/disable Manage SEO keywords
balzac suggestions list/generate/accept/reject AI article suggestions
balzac briefings create --topic "..." Direct write instruction (5 cr)
balzac write "topic" [--wait] Shortcut: briefing + optional wait
balzac articles list/get/export/rewrite/publish Manage articles
balzac articles regenerate-picture \x3Cid> New cover image (1 cr)
balzac competitors list/add/remove Track competitor domains
balzac links list/add/remove Reference links for articles
balzac integrations list/create/get/reconnect Publishing integrations
balzac settings get/update Workspace settings
balzac tones list Available tones of voice
balzac config set/get/reset CLI configuration

Credit Costs

Action Credits
Generate 10 suggestions 1
Write article (accept suggestion or create briefing) 5
Rewrite article 3
Regenerate picture 1

Key Notes

  • Use --json flag for scriptable JSON output; pipe to jq.
  • Use -w \x3Cid> or balzac config set workspace \x3Cid> for workspace-scoped commands.
  • Article writing is async — use write --wait or poll articles get \x3Cid>.
  • Workspace creation is async — use --wait flag.
  • Supported integrations: WordPress, Webflow, Wix, GoHighLevel, Webhook.
  • Run balzac \x3Ccommand> --help for full option details.
安全使用建议
This skill appears coherent for controlling the Balzac CLI. Before installing: 1) Verify the npm package 'balzac-cli' and its publisher on npm (review downloads, repository link, and recent releases) before running a global install. 2) Only supply a BALZAC_API_KEY you trust; review Balzac's privacy/terms because article content and site data will be sent to their service. 3) Integrations (WordPress/Webflow/Wix/etc.) will require additional credentials or tokens stored by the CLI—provide those only to trusted services and consider using least-privilege accounts. 4) If you allow autonomous agent invocation, remember the agent could run balzac CLI commands using the provided API key; keep keys scoped and rotate/revoke if needed. 5) Note the registry metadata omission of a formal install spec is minor but you may want to inspect the upstream project and homepage (https://developer.hirebalzac.ai) before proceeding.
功能分析
Type: OpenClaw Skill Name: balzac Version: 1.0.9 The skill bundle provides documentation and integration instructions for the 'Balzac CLI', a legitimate AI content platform. It utilizes a standard npm package (balzac-cli) and requires an API key for its own service (hirebalzac.ai). No evidence of malicious intent, data exfiltration, or prompt injection was found; the instructions are strictly functional and aligned with the stated purpose of managing SEO content.
能力评估
Purpose & Capability
Name/description, required binary ('balzac'), and required env var (BALZAC_API_KEY) align with a CLI that talks to the Balzac service and publishes content. The supported integrations (WordPress, Webflow, etc.) are consistent with the skill's stated purpose.
Instruction Scope
SKILL.md limits actions to installing/using the balzac CLI and using BALZAC_API_KEY; commands shown call the CLI and pipe JSON to jq. There are no instructions to read unrelated system files or export unrelated credentials. Publishing/integration steps will contact external services, which is expected for this tool.
Install Mechanism
There is no registry-level install spec, but SKILL.md recommends installing the official-looking npm package (npm install -g balzac-cli). Installing an npm CLI is a reasonable install method for this purpose; users should still verify the npm package and publisher before global install.
Credentials
Only one env var (BALZAC_API_KEY) is required and is directly related to the service. The skill does not request unrelated credentials or system config paths.
Persistence & Privilege
always:false (no forced presence). The skill is user-invocable and allows normal autonomous invocation, which is the platform default and appropriate here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install balzac
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /balzac 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.9
- Added detailed SKILL.md documenting Balzac CLI setup, usage, commands, and credit costs - Explains authentication, workspace creation, article suggestions, writing, and publishing workflows - Lists all major CLI commands with clear descriptions and parameters - Outlines integration options (WordPress, Webflow, Wix, GoHighLevel, Webhook) - Provides guidance on async command usage and workspace management - Clarifies credit spending for various actions
元数据
Slug balzac
版本 1.0.9
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Balzac 是什么?

AI content platform CLI — create workspaces, manage SEO keywords, generate article suggestions, write articles, and publish to WordPress, Webflow, Wix, GoHig... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。

如何安装 Balzac?

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

Balzac 是免费的吗?

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

Balzac 支持哪些平台?

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

谁开发了 Balzac?

由 Vincenzo Ruggiero(@vincenzor)开发并维护,当前版本 v1.0.9。

💬 留言讨论