← Back to Skills Marketplace
leaofelipe

Organizze Skill

by Felipe Leão · GitHub ↗ · v1.3.4 · MIT-0
cross-platform ✓ Security Clean
134
Downloads
0
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install organizze-skill
Description
Runs Organizze personal finance API operations via Node.js CLI scripts: accounts, categories, transactions (filters, tag grouping), credit cards (invoices, p...
Usage Guidance
This skill appears to be a straightforward CLI client for the Organizze API and is internally consistent. Before installing: (1) verify you trust the skill owner (source/homepage unknown); (2) prefer storing credentials in a local .env rather than editing gateway config if you want to minimise central persistence; (3) if you add the token to the OpenClaw UI/gateway, understand it will be stored there and accessible to any platform components with access to gateway configs; (4) review the included source (client/credentials files) yourself—no obfuscated or network-exfiltration code was found; (5) limit and rotate the Organizze token if possible and grant only necessary privileges on the Organizze side.
Capability Assessment
Purpose & Capability
Name/description match the actual files and behavior: Node.js CLI scripts that call the Organizze REST API. Required binaries (node, npm) and env vars (ORGANIZZE_TOKEN, ORGANIZZE_EMAIL, ORGANIZZE_USER_AGENT) are expected and used by the code; package.json and client.js implement Basic auth against api.organizze.com.br.
Instruction Scope
SKILL.md stays largely within scope (checks for required env vars, guides running node scripts, warns not to log credentials). It suggests two setup options; the second option instructs editing ~/.openclaw/openclaw.json directly to store the API key — this writes the token into gateway config and is more sensitive than local .env usage. Otherwise, instructions do not reference unrelated system files or external endpoints.
Install Mechanism
No installer download or remote binary; project uses a minimal dependency (dotenv) from the npm registry per package.json/package-lock.json. There are local source files that run with node; nothing writes arbitrary third‑party code to disk beyond normal npm install.
Credentials
The skill requests exactly three env vars (email, token, user-agent) that are necessary for Basic auth to the Organizze API. This is proportionate. Caveat: advising users to store the API key in the OpenClaw gateway config (openclaw.json or UI) means the token will be persisted in a central place—users should consider who/what has access to the gateway configs.
Persistence & Privilege
Skill does not request always:true or other elevated platform privileges. It is user-invocable and can run autonomously per platform default; nothing in the code modifies other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install organizze-skill
  3. After installation, invoke the skill by name or use /organizze-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.4
docs(readme): add ClawHub link after badges
v1.3.3
fix: declare metadata.openclaw requires.env and primaryEnv; align package version
v1.3.2
refactor: separate env reading from network client to resolve security scanner warning
v1.2.1
## organizze-skill 1.2.1 - Documentation updates in AGENTS.md and README.md. - No changes to functionality or CLI commands.
v1.2.0
Version 1.2.0 - Adds an explicit credential check step before running any CLI commands. - Updates instructions to guide users through environment variable setup, both via OpenClaw UI and manual JSON edit. - Clarifies that ORGANIZZE_TOKEN is required as a credential and no longer listed under env. - Expands setup documentation with clear messages and improved guidance if credentials are missing. - No functional changes to CLI commands or API usage.
v1.1.0
organizze-skill 1.1.0 - Updated package.json version to 1.1.0. - Minor improvements and clarifications made in documentation (README.md). - No functional or API changes in this release.
v1.0.3
Declare required env vars (ORGANIZZE_EMAIL, ORGANIZZE_TOKEN, ORGANIZZE_USER_AGENT) and primary credential in SKILL.md frontmatter to fix metadata mismatch flagged by registry audit
v1.0.2
Revert description to original
v1.0.1
Shorten description to avoid truncation
v1.0.0
Initial release of Organizze Skill — run Organizze API operations through a Node.js CLI interface. - Supports accounts, categories, transactions, credit cards (invoices, payments), and transfers. - Run scripts to list, get, create, update, or delete resources; filter and group transactions by tag. - Outputs pretty-printed JSON to stdout; errors to stderr with proper exit codes. - Requires Node.js 18+, API credentials, and setup via `.env` file. - Unified conventions for amounts (integer cents), dates, and arguments; see SKILL.md for usage examples and details.
Metadata
Slug organizze-skill
Version 1.3.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 10
Frequently Asked Questions

What is Organizze Skill?

Runs Organizze personal finance API operations via Node.js CLI scripts: accounts, categories, transactions (filters, tag grouping), credit cards (invoices, p... It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.

How do I install Organizze Skill?

Run "/install organizze-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Organizze Skill free?

Yes, Organizze Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Organizze Skill support?

Organizze Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Organizze Skill?

It is built and maintained by Felipe Leão (@leaofelipe); the current version is v1.3.4.

💬 Comments