← 返回 Skills 市场
Organizze Skill
作者
Felipe Leão
· GitHub ↗
· v1.3.4
· MIT-0
134
总下载
0
收藏
0
当前安装
10
版本数
在 OpenClaw 中安装
/install organizze-skill
功能描述
Runs Organizze personal finance API operations via Node.js CLI scripts: accounts, categories, transactions (filters, tag grouping), credit cards (invoices, p...
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install organizze-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/organizze-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Organizze Skill 是什么?
Runs Organizze personal finance API operations via Node.js CLI scripts: accounts, categories, transactions (filters, tag grouping), credit cards (invoices, p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。
如何安装 Organizze Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install organizze-skill」即可一键安装,无需额外配置。
Organizze Skill 是免费的吗?
是的,Organizze Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Organizze Skill 支持哪些平台?
Organizze Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Organizze Skill?
由 Felipe Leão(@leaofelipe)开发并维护,当前版本 v1.3.4。
推荐 Skills