📦 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 累计
安全扫描
OpenClaw
安全
medium confidenceThe 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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
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.