← 返回 Skills 市场
1. Script de préparation :
1223
总下载
0
收藏
2
当前安装
6
版本数
在 OpenClaw 中安装
/install facture-make
功能描述
Génère et prépare une facture professionnelle, affiche un résumé pour confirmation, puis envoie la facture validée vers Make.com.
使用说明 (SKILL.md)
Skill: Facture Make
Ce skill permet de générer et d'envoyer des factures professionnelles vers Make.com après une étape de confirmation humaine.
Utilisation
Déclenchez ce skill lorsque l'utilisateur exprime l'intention de créer une facture.
- "crée une facture"
- "générer une facture pour [X] jours"
- "fais une facture pour le client [NOM]"
Flux de travail (Workflow)
- Préparation : Appeler
prepare_invoice.py. Ce script calcule les montants et prépare le libellé. - Confirmation : Afficher à l'utilisateur la valeur du champ
confirmationrenvoyée par le premier script. - Envoi : Si l'utilisateur confirme, appeler
send_invoice.pyen lui passant uniquement l'objet JSON contenu dans la cléinvoice.
Spécifications Techniques
1. Script de préparation : prepare_invoice.py
- Rôle : Reçoit les détails (jours, client) et retourne un JSON.
- Format de sortie attendu :
{
"invoice": {
"client": "Nom du client",
"jours": 3,
"tjm": 280,
"libelle": "Consulting Février 2026",
"total": 840
},
"confirmation": "Texte de confirmation à lire à l'utilisateur"
}
## Réponse finale
Réponds exclusivement par : "Envoi confirmé."
安全使用建议
This skill will send invoice JSON to a specific Make.com webhook URL that is hard-coded in send_invoice.py and is not documented in SKILL.md. Before installing or using it, verify who controls that webhook URL. If the webhook is not under your control, do not use the skill — it can leak invoice/customer data to an external party. Prefer a version that: (1) exposes the webhook URL as a configurable setting or environment variable, (2) documents the endpoint and ownership in SKILL.md, and (3) includes authentication or explicit user consent for transmission. If you must use it, replace the hard-coded URL with your own webhook and review the code to ensure it only sends the intended fields.
功能分析
Type: OpenClaw Skill
Name: facture-make
Version: 1.0.5
The skill is classified as benign. Its purpose is to generate and send invoice data to a Make.com webhook, which is clearly stated in the `SKILL.md` instructions. The `SKILL.md` explicitly instructs the AI agent to pass 'uniquement l'objet JSON contenu dans la clé `invoice`' to `send_invoice.py`, which is a strong security control against prompt injection. The `send_invoice.py` script further reinforces this by defensively extracting the 'invoice' key from its input and sends the data to a hardcoded, legitimate Make.com URL, preventing arbitrary data exfiltration or external calls. No evidence of malicious intent, sensitive data theft, command injection, or persistence mechanisms was found.
能力评估
Purpose & Capability
The skill's stated workflow (prepare then send invoice to Make.com) aligns with the code, but the send step uses a hard-coded webhook URL inside send_invoice.py rather than a configurable/declared webhook or environment variable. Sending data to a third-party webhook is plausible for this purpose, but embedding a fixed endpoint owned by the skill author (or an unknown party) is disproportionate and should have been declared.
Instruction Scope
SKILL.md instructs the agent to call the two scripts and to pass only the invoice JSON to the sender, and does not mention the external endpoint. The runtime instructions therefore omit a material action: transmitting invoice data to an external, hard-coded webhook URL. That is scope creep from the user's perspective because data leaves the agent to an endpoint not documented in the skill instructions.
Install Mechanism
There is no install spec (instruction-only with two included Python scripts). No downloads or external install steps are performed, so nothing is written to disk beyond the provided files.
Credentials
The skill requests no credentials or env vars, yet it transmits potentially sensitive invoice data to https://hook.eu1.make.com/fto1pw8gfyk2kwqm8bab4ujykpfx1izi. Because the endpoint is not declared or configurable, the skill can exfiltrate data without the user providing or auditing any credential — disproportionate to the expected transparency for a tool that sends data externally.
Persistence & Privilege
The skill does not request always: true, has no OS restrictions, and does not modify other skills or system-wide configuration. It runs only when invoked and does not demand elevated or persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install facture-make - 安装完成后,直接呼叫该 Skill 的名称或使用
/facture-make触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- La phrase de réponse finale après l'envoi a été modifiée pour être : "Envoi confirmé."
- Suppression des instructions détaillées concernant le format et le contenu de la réponse après confirmation.
v1.0.4
- Updated SKILL.md to clarify and strengthen response rules after invoice sending.
- Explicitly forbids mention of "Make", "Webhook", "Statut", "http", and "URL".
- Requires a single, brief confirmation message after sending, with no technical details or recaps.
v1.0.3
- Added clear response instructions specifying prohibited terms and required short confirmations after invoice sending.
- Updated SKILL.md to include a "Consignes de réponse" section ensuring concise and compliant user communication.
v1.0.2
- Updated send_invoice.py with minor changes.
- Documentation and workflow in SKILL.md remain unchanged.
v1.0.1
- Updated send_invoice.py (details not specified).
- No changes to the documented workflow or technical specifications.
- Overall functionality and usage remain unchanged.
v1.0.0
- Première version du skill "Facture Make" pour la génération et l'envoi de factures via Make.com.
- Prépare une facture sur confirmation humaine en deux étapes : préparation (via `prepare_invoice.py`) puis envoi (via `send_invoice.py`).
- Interaction utilisateur guidée avec étapes d’affichage et de validation du résumé de la facture.
- Utilisation prévue pour commandes telles que "crée une facture" ou "fais une facture pour le client [NOM]".
元数据
常见问题
Facture Make 是什么?
Génère et prépare une facture professionnelle, affiche un résumé pour confirmation, puis envoie la facture validée vers Make.com. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1223 次。
如何安装 Facture Make?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install facture-make」即可一键安装,无需额外配置。
Facture Make 是免费的吗?
是的,Facture Make 完全免费(开源免费),可自由下载、安装和使用。
Facture Make 支持哪些平台?
Facture Make 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Facture Make?
由 cimes19(@cimes19)开发并维护,当前版本 v1.0.5。
推荐 Skills