← 返回 Skills 市场
sixers

Fakturownia CLI

作者 sixers · GitHub ↗ · v0.6.7 · MIT-0
cross-platform ✓ 安全检测通过
106
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install fakturownia
功能描述
Fakturownia CLI bundle: shared guidance, auth, accounts, departments, issuers, users, categories, clients, payments, bank accounts, products, price lists, in...
使用说明 (SKILL.md)

Auto-generated by go run ./cmd/gen-skills. Do not edit manually.

fakturownia

Use this as the entrypoint for the generated Fakturownia CLI skill bundle.

Start Here

  1. Open the skills index to choose the right subskill.
  2. Read fakturownia-shared for auth prerequisites, global flags, output behavior, and schema discovery.
  3. Then open the subskill that matches the task area.

Before You Use It

  • Confirm fakturownia is already available on PATH with fakturownia --version before attempting task-specific commands.
  • Save credentials before API calls with fakturownia auth login --prefix acme --api-token "$FAKTUROWNIA_API_TOKEN".
  • If the environment already provides credentials, still run fakturownia auth status --json to confirm the resolved profile, prefix, and token source.
  • Run fakturownia account get --json as the first authenticated smoke test before attempting task-specific writes or reads.

Subskills

  • fakturownia-shared: Fakturownia CLI shared patterns: authentication prerequisites, global flags, output modes, --fields vs --columns, --raw, schema discovery, and binary maintenance. Use before any area-specific fakturownia task.
  • fakturownia-auth: Fakturownia CLI auth: persist, inspect, and remove profiles and API tokens with fakturownia auth ....
  • fakturownia-accounts: Fakturownia CLI accounts: create, inspect, delete, and unlink system accounts using the README-backed account contract, with sanitized structured output and optional profile persistence.
  • fakturownia-departments: Fakturownia CLI departments: list, fetch, create, update, delete, and upload department logos, with README-backed request and output discovery.
  • fakturownia-issuers: Fakturownia CLI issuers: list, fetch, create, update, and delete issuers with README-backed field and payload discovery.
  • fakturownia-users: Fakturownia CLI users: create or invite account users through the README-backed add-user endpoint and inspect the accepted user payload shape.
  • fakturownia-webhooks: Fakturownia CLI webhooks: list, fetch, create, update, and delete webhooks using conservative README-backed request and output discovery.
  • fakturownia-categories: Fakturownia CLI categories: list, fetch, create, update, and delete categories, and inspect README-backed category fields and request schemas.
  • fakturownia-clients: Fakturownia CLI clients: list, fetch, create, update, and delete clients, and inspect README-backed client fields and request schemas.
  • fakturownia-payments: Fakturownia CLI payments: list, fetch, create, update, and delete banking payments, including the README-backed include=invoices list mode and request-body discovery.
  • fakturownia-bank-accounts: Fakturownia CLI bank accounts: list, fetch, create, update, and delete bank accounts, and inspect the bank-account addendum fields that also affect invoice payloads.
  • fakturownia-products: Fakturownia CLI products: list, fetch, create, update, and delete products, including warehouse-aware reads and README-backed request schemas.
  • fakturownia-price-lists: Fakturownia CLI price lists: list, fetch, create, update, and delete price lists, including upstream-shaped position payloads and schema-backed discovery.
  • fakturownia-invoices: Fakturownia CLI invoices: list, fetch, create, update, delete, email, cancel, send to KSeF through the API-native gov flow, download invoice attachments, and discover invoice fields and payloads through schema output.
  • fakturownia-recurrings: Fakturownia CLI recurrings: list, create, update, and delete recurring invoice definitions with README-backed request and output discovery.
  • fakturownia-warehouses: Fakturownia CLI warehouses: list, fetch, create, update, and delete warehouses, and inspect README-backed warehouse fields and request schemas.
  • fakturownia-warehouse-actions: Fakturownia CLI warehouse actions: list warehouse actions with explicit README-backed filters and inspect conservative action fields through schema output.
  • fakturownia-warehouse-documents: Fakturownia CLI warehouse documents: list, fetch, create, update, and delete warehouse documents, including kind selection and invoice linking through payload fields.
  • fakturownia-schema: Fakturownia CLI schema discovery: inspect supported commands, flags, examples, exit codes, and output schemas with fakturownia schema ....
  • fakturownia-doctor: Fakturownia CLI diagnostics: validate config resolution, credential-store access, reachability, authenticated API access, and release integrity with fakturownia doctor run.

Recipes

  • Open the recipes index for higher-level invoice and recurring workflows from the upstream README.

CLI Entry Point

fakturownia --help
安全使用建议
This bundle is documentation and recipes for using the Fakturownia CLI rather than code that installs or reaches out to unknown endpoints. Before installing or using it: 1) ensure the fakturownia binary you will run is from a trusted source (install from the official repo/release referenced in the manifest), 2) protect any API tokens (FAKTUROWNIA_API_TOKEN) and only provide them to trusted agents or test accounts, 3) avoid using --raw or storing CLI-returned secrets unless necessary, and 4) if you don't trust autonomous agent actions, restrict the skill from running automatically and invoke it manually instead. If you want higher assurance, verify the referenced GitHub repository and test the workflow on a non-production account first.
功能分析
Package: fakturownia (xpi) Version: 0.6.7 Description: Generated skill bundle for the fakturownia CLI, covering authentication, schema discovery, diagnostics, and the main Fakturownia API areas through a stable agent-first command contract. The provided files constitute a 'skill bundle' for AI agents (such as Claude Code or Cursor) to interface with the Fakturownia CLI tool. The package contains metadata (manifest.json), command definitions, and usage recipes in Markdown format. It describes how to perform invoicing tasks, manage clients, and handle authentication via the 'fakturownia' binary. There is no executable code (JavaScript/Python) within the package itself, and the logic described is consistent with a legitimate administrative tool for the Fakturownia service.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description describe a CLI wrapper for the Fakturownia invoicing API and the bundle only requires the 'fakturownia' binary and relevant CLI commands; requested env vars (FAKTUROWNIA_PROFILE, FAKTUROWNIA_URL, FAKTUROWNIA_API_TOKEN) appear and are appropriate for this purpose.
Instruction Scope
SKILL.md and subskill recipes instruct the agent to verify the CLI is on PATH, run auth/login/status, and use the CLI for API operations. Instructions reference only the CLI, local files/stdin for inputs, and the documented env vars; they do not direct reading arbitrary host files or exfiltrating data to unexpected endpoints.
Install Mechanism
No install spec is present (instruction-only), so nothing will be downloaded or written by the skill itself. The manifest documents the binary requirement but does not provide a bootstrap that would fetch arbitrary code.
Credentials
Environment variables and credential usage are limited to the Fakturownia CLI's profile/token configuration (FAKTUROWNIA_API_TOKEN, FAKTUROWNIA_PROFILE, FAKTUROWNIA_URL). These are proportional and expected for a CLI that authenticates to an external invoicing service.
Persistence & Privilege
Skill is not always-enabled, is user-invocable, and allows normal autonomous invocation (platform default). It does not request system-wide modifications or access to other skills' configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fakturownia
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fakturownia 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.6.7
Remove binary installation instructions from the generated skill bundle and keep the readiness flow focused on local verification, authentication, and smoke tests.
v0.6.5
Add explicit bootstrap guidance so agents install the CLI, authenticate, and verify access before API calls.
元数据
Slug fakturownia
版本 0.6.7
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Fakturownia CLI 是什么?

Fakturownia CLI bundle: shared guidance, auth, accounts, departments, issuers, users, categories, clients, payments, bank accounts, products, price lists, in... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 Fakturownia CLI?

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

Fakturownia CLI 是免费的吗?

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

Fakturownia CLI 支持哪些平台?

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

谁开发了 Fakturownia CLI?

由 sixers(@sixers)开发并维护,当前版本 v0.6.7。

💬 留言讨论