Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

fakturowniafakturownia 命令行

Agent Skill

fakturownia 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,128

周安装

133

GitHub Stars

公开资料未说明

下载量

1,096
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:fakturownia(fakturownia 命令行)
来源仓库:https://github.com/sixers/fakturownia
安装命令:
openclaw skills install fakturownia
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install fakturownia

简介

波兰 Fakturownia 会计软件的命令行接口捆绑包。

  • 支持客户、产品、发票和银行账户等核心财务对象管理。
  • 适用于需要批量导入或脚本化操作的自动化财务流程。
  • 需配置软件 API 密钥并确保网络连通性。fakturownia 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 操作前务必备份数据库,防止脚本错误导致数据损坏。

SKILL.md

name
fakturownia
description
Fakturownia CLI bundle: shared guidance, auth, accounts, departments, issuers, users, categories, clients, payments, bank accounts, products, price lists, invoices, recurrings, warehouses, warehouse actions, warehouse documents, webhooks, self-update, schema discovery, diagnostics, and generated invoice recipes for the fakturownia command. Use when an agent needs to work with Fakturownia through this CLI.
metadata
category
bundle
cli_help
fakturownia --help
requires_bins
discovery_hint
Open the bundle-local skills index first, then read the shared skill, then the area skill that matches the task.
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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.7%
按下载量换算895

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills