← Back to Skills Marketplace
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toolweb-financy
Description
Professional personal finance management API with analytics, multi-currency support, and transaction tracking.
Usage Guidance
This skill's API docs look coherent, but proceed cautiously. The main concerns: (1) No authentication is described — ask the publisher how access control and user authentication are enforced and why there are no required credentials; do not send real user financial data until you confirm auth and encryption. (2) The source/publisher and homepage are unknown; request a vendor website, privacy policy, and contact info. (3) The export includes a download URL on api.toolweb.in — verify ownership of that domain and the TLS/certificate, and ask where exported data is stored and for how long. (4) Because the skill can invoke network calls, prefer testing with synthetic data first, restrict network access where possible, and avoid granting any credentials until you confirm the implementation and security practices. If the publisher cannot provide authentication details and a privacy/security statement, treat the integration as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: toolweb-financy
Version: 1.0.0
The skill bundle provides a standard interface for a personal finance tracking API hosted at api.toolweb.in. The documentation (SKILL.md) and OpenAPI specification (openapi.json) describe typical financial management features such as transaction logging, dashboard analytics, and data export without any evidence of malicious intent, obfuscation, or prompt injection.
Capability Assessment
Purpose & Capability
The name, description, SKILL.md, and openapi.json are consistent: endpoints for transactions, dashboard, categories, export are present and align with the stated purpose. However, a production-grade personal finance API would normally require authentication/authorization and privacy/account-scoped access — the skill declares no credentials and the docs show only a userId in request bodies, which is unexpected for handling sensitive financial data.
Instruction Scope
SKILL.md contains API usage examples and endpoint documentation only; it does not instruct the agent to read local files, environment variables, or perform unrelated system operations. There are no instructions that explicitly collect or aggregate unrelated system data.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is written to disk and no third-party packages are pulled by an installer — low install risk.
Credentials
No required environment variables or primary credential are declared. For a finance API this is atypical: you'd expect API keys, OAuth, or at least a bearer token and guidance about authentication. The sample export response references an external download URL (https://api.toolweb.in/tools/financy/exports/...), which implies data may be hosted off-platform; without declared auth or a privacy policy, sending user financial data to that endpoint may expose sensitive information.
Persistence & Privilege
The skill does not request elevated privileges, does not set always:true, and does not attempt to modify other skills or agent-wide configuration in the provided files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toolweb-financy - After installation, invoke the skill by name or use
/toolweb-financy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Financy - Personal Finance Tracker API.
- Supports real-time transaction tracking with multi-currency and category-based organization.
- Provides dashboard analytics, including summaries, spending trends, and category breakdowns.
- Allows transaction creation, updating, and deletion.
- Exports transaction data as CSV for external use.
- Includes endpoints for retrieving supported categories and a health check.
Metadata
Frequently Asked Questions
What is Financy?
Professional personal finance management API with analytics, multi-currency support, and transaction tracking. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Financy?
Run "/install toolweb-financy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Financy free?
Yes, Financy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Financy support?
Financy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Financy?
It is built and maintained by ToolWeb (@krishnakumarmahadevan-cmd); the current version is v1.0.0.
More Skills