← Back to Skills Marketplace
Organizze
by
Rafael Schettino
· GitHub ↗
· v1.0.0
270
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install organizze
Description
Manage finances via the Organizze API — bank accounts, credit cards, invoices, transactions, transfers, categories, and budgets. THIS SKILL IS NON-OFICIAL AN...
Usage Guidance
This skill appears to do what it says: run curl calls to your Organizze account using an email and API token. Before installing, confirm you actually use Organizze and that you trust the environment where the agent will run commands. Do not paste your token into chat or model prompts. Prefer setting ORGANIZZE_EMAIL/ORGANIZZE_API_TOKEN in your OS session or a secure secrets store rather than saving them in ~/.openclaw/openclaw.json (which is persistent and may be backed up). Check whether your platform logs shell commands or transcripts — if so, avoid executing commands that would cause the token to appear in logs. If the token is ever exposed, rotate it immediately.
Capability Analysis
Type: OpenClaw Skill
Name: organizze
Version: 1.0.0
The 'organizze' skill is a standard API integration for the Organizze financial platform. It uses curl commands with environment variables to interact with the official API (api.organizze.com.br) and includes explicit, well-defined security instructions to prevent the AI agent from leaking sensitive credentials (ORGANIZZE_API_TOKEN). No malicious behavior, data exfiltration, or suspicious execution patterns were found.
Capability Assessment
Purpose & Capability
The name/description describe Organizze API interaction and the skill only asks for ORGANIZZE_EMAIL, ORGANIZZE_API_TOKEN, and ORGANIZZE_USER_AGENT — exactly the values needed for HTTP Basic Auth and User-Agent header to call the documented endpoints. No unrelated credentials, binaries, or install artifacts are requested.
Instruction Scope
SKILL.md instructs the agent to execute curl commands locally against https://api.organizze.com.br/rest/v2 using environment variable expansion for credentials and explicitly warns not to include secrets in model output. This stays within the stated purpose, but it assumes local shell execution and that shell command execution/logging won't expose secrets (shell history, system logs, or platform-level transcript capture could still leak resolved values).
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, so nothing is downloaded or written by an installer. This is the lowest-risk install model.
Credentials
Requested env vars are proportionate to the API usage; ORGANIZZE_API_TOKEN is correctly declared as the primary credential. One caution: the SKILL.md shows storing credentials in ~/.openclaw/openclaw.json as an option — that persists secrets in a config file and may expose them to other local users or backups. Prefer ephemeral or OS-provided secret storage when possible, and avoid committing the file to backups or source control.
Persistence & Privilege
Flags are normal: always=false and user-invocable=true. The skill does not request system-wide privileges, does not modify other skills, and does not demand permanent/always-on inclusion.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install organizze - After installation, invoke the skill by name or use
/organizze - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Organizze skill 1.0.0 (initial release):
- First public release for managing finances via the Organizze API.
- Supports bank account, credit card, invoice, transaction, transfer, category, and budget operations.
- Strict security rules: never reveal, echo, or log API credentials; all secrets handled securely via environment variables.
- Usage instructions included for setup and authentication.
- NOT an official Organizze product; use at your own risk.
Metadata
Frequently Asked Questions
What is Organizze?
Manage finances via the Organizze API — bank accounts, credit cards, invoices, transactions, transfers, categories, and budgets. THIS SKILL IS NON-OFICIAL AN... It is an AI Agent Skill for Claude Code / OpenClaw, with 270 downloads so far.
How do I install Organizze?
Run "/install organizze" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Organizze free?
Yes, Organizze is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Organizze support?
Organizze is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Organizze?
It is built and maintained by Rafael Schettino (@rafaels-dev); the current version is v1.0.0.
More Skills