← 返回 Skills 市场
abhi152003

Tally Skill

作者 abhi152003 · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ⚠ suspicious
121
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tally-skill
功能描述
Full-service CA skill for TallyPrime running locally. Read accounting reports (day book, trial balance, P&L, balance sheet, outstandings, GST) and post or up...
安全使用建议
This skill looks like a legitimate local TallyPrime integration, but do not install it blindly. Before installing or enabling autonomous use: 1) Verify the discrepancy in metadata — ask the publisher why the registry shows no required env but the SKILL.md requires TALLY_URL and lists curl. 2) Ensure TALLY_URL is set only to a trusted local address (e.g., http://localhost:9000) — do not point it to an external or unknown host. 3) Confirm curl (or equivalent) will be available if the agent uses it. 4) Because templates may POST TDL/XML that can create/alter data inside Tally, test the skill in a non-production company or a sandbox copy first. 5) Prefer to keep autonomous invocation disabled unless you fully trust the skill origin and have verified the TALLY_URL configuration. Finally, the skill owner and homepage are unknown — consider requesting provenance (source repo or vendor info) before using in production.
功能分析
Type: OpenClaw Skill Name: tally-skill Version: 1.0.6 The tally-skill bundle is a legitimate automation tool designed for Chartered Accountants to interact with local TallyPrime instances via XML-over-HTTP. It provides comprehensive templates for managing accounting masters, posting various voucher types, and exporting financial reports (SKILL.md, reference/vouchers.md, reference/reports.md). The instructions for the AI agent include strong safety constraints, such as mandatory preflight checklists, idempotency requirements using unique GUIDs, and explicit user confirmation before any write or alteration operations, which mitigates the risk of accidental data corruption.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
SKILL.md clearly describes a local TallyPrime XML-over-HTTP integration and only needs a TALLY_URL to operate — that is proportionate. However, the registry/requirements block at the top of the package metadata lists no required env vars or primary credential while the SKILL.md and its internal metadata declare TALLY_URL (and list curl under bins/required). This mismatch between declared manifest requirements and the runtime instructions is an incoherence that should be resolved before trusting the skill.
Instruction Scope
The instructions stay on-task: all operations are HTTP POSTs to $TALLY_URL using Tally XML/TDL templates, with explicit preflight checks and repeated admonitions to ask the user before any write. They do not instruct reading unrelated local files or contacting other services. Note: the templates include TDL payloads (custom reports/collections), which will be executed by the target Tally instance — this is expected for the stated purpose but is powerful, so the target URL must be trusted.
Install Mechanism
No install spec and no code files — this is instruction-only, so nothing is written to disk by an installer. That reduces supply-chain risk. The only runtime dependency implied by the docs is using curl for reachability checks; there is no download/install step to review.
Credentials
Functionally, requesting a single TALLY_URL is appropriate for a Tally integration. However, the package metadata shown to the scanner claims 'Required env vars: none' and 'Primary credential: none' while SKILL.md and its embedded metadata require TALLY_URL and even mark it as primaryCredential — this inconsistency is a red flag. Also note the security implication: if TALLY_URL is set to a non-local address, the skill could send accounting data to an arbitrary remote server. The credential name suggests a URL rather than a secret token; nonetheless, it must be verified that it points to a local, trusted Tally instance.
Persistence & Privilege
The skill does not request always:true, has no install script, and does not declare changes to other skills or system-wide configs. It allows autonomous invocation (disableModelInvocation: false), which is normal for skills; combine that with the TALLY_URL risk if you plan to enable autonomous use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tally-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tally-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
Version 1.0.6 (Tally-Skill) Changelog - Added detailed technical reference files: `errors.md`, `inventory.md`, `masters.md`, `reports.md`, and `vouchers.md` for complete coverage of error handling, inventory, masters, reports, and voucher operations. - Expanded skill documentation for multi-company CA workflows, new company setup, and GST ledger best practices. - Significantly improved posting rules: strict preflight posting checklist, voucher class confirmation, and idempotency via GUIDs. - Enhanced support for both read (reports/outstandings/statements) and write (voucher posting/alteration/cancellation) operations with granular template references. - Updated rules for accounting entries, XML escaping, and proper ledger grouping—improving accuracy and reducing risk of Tally data errors.
v0.1.0
Initial release of TallyPrime integration for OpenClaw agents. - Connects to a local TallyPrime instance via XML-over-HTTP (no cloud API required). - Supports automated reading of reports and posting of accounting entries from user input or documents. - Ensures all ledger and company details are confirmed with the user before posting entries. - Includes instructions for handling invoices, ledger checks/creation, and posting purchase vouchers in Tally. - Provides guidance on date formats, amount signs, error handling, and avoiding duplicate entries with GUIDs. - Requires the TALLY_URL environment variable and curl utility for all operations.
元数据
Slug tally-skill
版本 1.0.6
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Tally Skill 是什么?

Full-service CA skill for TallyPrime running locally. Read accounting reports (day book, trial balance, P&L, balance sheet, outstandings, GST) and post or up... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Tally Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tally-skill」即可一键安装,无需额外配置。

Tally Skill 是免费的吗?

是的,Tally Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tally Skill 支持哪些平台?

Tally Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tally Skill?

由 abhi152003(@abhi152003)开发并维护,当前版本 v1.0.6。

💬 留言讨论