← 返回 Skills 市场
rafaels-dev

Organizze

作者 Rafael Schettino · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
270
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install organizze
功能描述
Manage finances via the Organizze API — bank accounts, credit cards, invoices, transactions, transfers, categories, and budgets. THIS SKILL IS NON-OFICIAL AN...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install organizze
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /organizze 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug organizze
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Organizze 是什么?

Manage finances via the Organizze API — bank accounts, credit cards, invoices, transactions, transfers, categories, and budgets. THIS SKILL IS NON-OFICIAL AN... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 270 次。

如何安装 Organizze?

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

Organizze 是免费的吗?

是的,Organizze 完全免费(开源免费),可自由下载、安装和使用。

Organizze 支持哪些平台?

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

谁开发了 Organizze?

由 Rafael Schettino(@rafaels-dev)开发并维护,当前版本 v1.0.0。

💬 留言讨论