AI Skill Hub 推荐使用:简书子语言 是一款优质的AI工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
简了子语言为简了子语言的为一个简了子语言。子语言为一个子语言的为个简了子语言。子语言为一个子语言的为个简了子语言。
简书子语言 是一款基于 Shell 开发的开源工具,专注于 子语言为一个子语言、子语言为一个子语言、子语言为一个子语言 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
简了子语言为简了子语言的为一个简了子语言。子语言为一个子语言的为个简了子语言。子语言为一个子语言的为个简了子语言。
简书子语言 是一款基于 Shell 开发的开源工具,专注于 子语言为一个子语言、子语言为一个子语言、子语言为一个子语言 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/causa-prima-ai/scribo-skill cd scribo-skill # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 scribo-skill --help # 基本运行 scribo-skill [options] <input> # 详细使用说明请查阅文档 # https://github.com/causa-prima-ai/scribo-skill
# scribo-skill 配置说明 # 查看配置选项 scribo-skill --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export SCRIBO_SKILL_CONFIG="/path/to/config.yml"
<img width="3840" height="1920" alt="A2 _ Claude Skill" src="https://github.com/user-attachments/assets/e3d5067e-b72f-41fe-bf2f-0c8584ac64f5" />
Prerequisites. Hosted assistants (Claude.ai, Claude Desktop, ChatGPT) need nothing installed. For local installs (Claude Code, Codex CLI) you'll need bash 4+, curl, and jq on your machine (openssl optional).
Pick the method that matches how you run your assistant:
| Method | Works with |
|---|---|
| **Plugin install** | Claude Code |
**.zip upload** | Claude.ai, Claude Desktop, ChatGPT |
**git clone** | OpenAI Codex CLI, manual Claude Code |
Plugin install — Claude Code
/plugin marketplace add causa-prima-ai/scribo-skill
/plugin install scribo-skill@scribo-skill
The skill activates as /scribo-skill:scribo and triggers automatically when you ask to draft an invoice.
.zip upload — Claude.ai, Claude Desktop, ChatGPT
1. Download scribo-skill.zip from the latest release. 2. Upload it: - Claude.ai / Claude Desktop — Settings → Customize → Skills → Upload skill. - ChatGPT — New skill → Upload from your computer.
One upload covers new chats on that account.
git clone — Codex CLI, manual Claude Code
Clone once, then copy the inner skills/scribo folder into your assistant's skills directory:
```sh git clone https://github.com/causa-prima-ai/scribo-skill /tmp/scribo-skill cp -r /tmp/scribo-skill/skills/scribo ~/.codex/skills/scribo # Codex CLI
If you use Claude Code, you're two commands away:
/plugin marketplace add causa-prima-ai/scribo-skill
/plugin install scribo-skill@scribo-skill
Then just ask:
Draft an invoice from Example GmbH to Acme GmbH for 3 days of consulting at €1,200/day, 19% VAT.
The skill triggers automatically, asks for anything it's missing, verifies your sender email once (a 6-digit code arrives by email), and returns a downloadable invoice.
On Claude.ai, Claude Desktop, ChatGPT, or Codex CLI instead? Use the matching install method below.
Things you can say to your assistant once the skill is installed:
German B2B invoice (ZUGFeRD)
Invoice Beispiel GmbH for 12 hours of web development at €110/hour, 19% VAT. I'm Example GmbH, VAT ID DE123456789.
Returns a ZUGFeRD invoice — a PDF a human can read, with EN 16931 XML embedded for the recipient's accounting system.
German public-sector invoice (XRechnung)
Same client, but it's for the City of Munich — the Leitweg-ID is 04011000-1234512345-06.
A Leitweg-ID tells Scribo this is a B2G invoice, so it produces XRechnung, the format German public authorities require.
US invoice (plain PDF)
Bill Acme Inc. $4,000 for a brand strategy workshop.
A clean PDF invoice — no e-invoice XML, since the US has no e-invoicing mandate.
Re-download a past invoice
Send me the download link for the invoice I made for Beispiel GmbH last week.
Scribo returns a fresh download link for an invoice you've already generated.
https://github.com/user-attachments/assets/b6603478-4702-4941-bf01-bf4c04bbb098
<details> <summary><strong>Is Scribo really free?</strong></summary>
Yes — free forever. No credit card, no subscription, no paywall before your first invoice. You just need a sender email.
</details>
<details> <summary><strong>Do I need an account or signup?</strong></summary>
No signup form. On your first invoice, Scribo verifies the sender email — a 6-digit code (or one-click link) arrives at that address; one verification covers ~30 minutes of invoicing. The same email doubles as your magic-link login for re-downloads later.
</details>
<details> <summary><strong>Which countries and formats are supported?</strong></summary>
Live today: Germany — ZUGFeRD (B2B) and XRechnung (B2G) — and the United States (plain PDF). Coming next: France (Factur-X), Spain (Facturae), and Belgium / NL / LU / AT (Peppol BIS 3.0).
</details>
<details> <summary><strong>What does "EN 16931-compliant" actually mean here?</strong></summary>
Every EN 16931 output (ZUGFeRD, XRechnung) is validated against the EN 16931-1:2017 rule set (via the Invopop-hosted validator) before it's returned. Output that fails validation never reaches you. US plain PDFs carry no EN 16931 XML, so no schematron validation applies.
</details>
<details> <summary><strong>Is the US version compliant?</strong></summary>
Yes. There is no US e-invoicing mandate, so Scribo produces a fully compliant plain PDF.
</details>
<details> <summary><strong>Does Scribo give tax or legal advice?</strong></summary>
No. Scribo generates and validates compliant invoice documents. It does not determine your tax obligations, VAT treatment, or filing requirements.
</details>
<details> <summary><strong>How do AI agents / LLMs use Scribo?</strong></summary>
Scribo is built to be operated by an agent. It ships as an MCP server, a CLI, and a Claude/Codex skill, plus a public HTTP API and a web app — all on the same backend. An agent can discover Scribo, create an invoice, and return the file on a user's behalf.
</details>
<details> <summary><strong>Who builds Scribo?</strong></summary>
Causa Prima — a company building agentic AI for the CFO office. Operated by Causa Prima Germany GmbH, Munich.
</details>
为一个子语言的为个为一个子语言。子语言为一个子语言的为个子语言。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,简书子语言 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | scribo-skill |
| 原始描述 | 开源MCP工具:Scribo Claude/Codex skill — generate EN 16931-compliant e-invoices (ZUGFeRD, XRe。⭐7 · Shell |
| Topics | 子语言为一个子语言子语言为一个子语言子语言为一个子语言 |
| GitHub | https://github.com/causa-prima-ai/scribo-skill |
| License | NOASSERTION |
| 语言 | Shell |
收录时间:2026-06-03 · 更新时间:2026-06-03 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。