📦 Norman: Financial Overview — Norman:工具

v1.0.1

[AI辅助] Get a complete financial overview of the business including balance, recent transactions, outstanding invoices, and upcoming tax obligations. Use when the us...

0· 514·0 当前·0 累计
stanlee000 头像by @stanlee000 (Stan Kharlap)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill's instructions, required calls, and stated purpose are internally consistent and proportionate, but it depends on an external 'norman-finance' connector (MCP) for data/access and declares no credentials itself — verify that connector and permissions before installing.
评估建议
This skill appears coherent for producing a business financial overview, but it depends on an external 'norman-finance' connector (MCP) to supply the actual account data and authentication. Before installing or enabling it: (1) verify the identity, trustworthiness, and privacy policy of the 'norman-finance' connector/provider; (2) check what credentials or account permissions the connector requires and who will control them; (3) ensure you consent to the agent accessing financial data and that a...
详细分析 ▾
用途与能力
Name and description match the runtime instructions: the SKILL.md explicitly lists calls to get company details, balance, transactions, invoices, and tax info — exactly the data needed for a financial overview.
指令范围
Instructions only direct the agent to call a small, well-scoped set of finance-related functions and to format the output in EUR. There are no references to unrelated files, environment variables, system paths, or external endpoints in the SKILL.md itself.
安装机制
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk and there is no package download to review.
凭证需求
The skill declares no required environment variables or credentials. It does, however, list a dependency on an MCP connector ('norman-finance') in metadata. Accessing financial accounts normally requires authentication; the skill likely relies on the MCP to provide credentials/authorization. Confirm what the MCP requires and who controls those credentials before use.
持久化与权限
Flags show the skill is user-invocable, not always-included, and can be invoked autonomously (platform default). The skill does not request persistent/privileged system presence.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/2/20

- Updated skill documentation for clarity and completeness about financial overview capabilities - Added detailed instructions on retrieving and presenting company details, balances, transactions, invoices, and tax obligations - Improved the response structure to prioritize key data and actionable recommendations - Specified to use EUR currency formatting and concise presentation

无害

安装命令

点击复制
官方npx clawhub@latest install norman-financial-overview
镜像加速npx clawhub@latest install norman-financial-overview --registry https://cn.longxiaskill.com

技能文档

Provide a comprehensive financial overview by gathering data from multiple sources:

  • Company details: Call get_company_details 到 获取 business name 和 context
  • Current balance: Call get_company_balance 到 show 可用 funds
  • Recent transactions: Call search_transactions 带有 recent 日期 range (最后的 30 days) 到 show cash flow
  • Outstanding invoices: Call list_invoices 和 highlight unpaid 或 overdue ones
  • Tax status: Call get_vat_next_report 到 show upcoming tax deadlines 和 get_company_tax_statistics 对于 tax overview

Present the information in a clear, structured format:

  • 开始 带有 company name 和 current balance
  • Show brief income vs expenses summary 从 recent transactions
  • 列表 任何 overdue invoices 需要 attention
  • Highlight upcoming tax deadlines
  • End 带有 actionable recommendations (e.g., "您 有 3 overdue invoices totaling X EUR")

Use EUR currency formatting. Be concise but thorough.

数据来源ClawHub ↗ · 中文优化:龙虾技能库