返回顶部
a

akauntingAkaunting集成

Interact with Akaunting open-source accounting software via REST API. Use for creating invoices, tracking income/expenses, managing accounts, and bookkeeping automation. Triggers on accounting, bookkeeping, invoicing, expenses, income tracking, or Akaunting mentions.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
998
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

akaunting

Akaunting Skill

CLI and API integration for Akaunting, a free open-source accounting platform.

Quick Start

CODEBLOCK0

Setup

1. Deploy Akaunting

CODEBLOCK1

Access web UI at http://YOUR_IP:8080 and complete the setup wizard.

2. Apply Required Fix

Critical: Akaunting has a bug where module event listeners don't auto-register. Run:

CODEBLOCK2

Or manually add to /var/www/html/app/Providers/Event.php in the $listen array:

CODEBLOCK3

3. Configure Credentials

CODEBLOCK4

Or set environment variables: AKAUNTING_URL, AKAUNTING_EMAIL, INLINECODE5

CLI Commands

CommandDescription
INLINECODE6Test API connection
INLINECODE7
List bank accounts | | akaunting categories [--type income\|expense] | List categories | | akaunting transactions [--type income\|expense] | List transactions | | akaunting items | List products/services | | akaunting income --amount X --category Y | Create income | | akaunting expense --amount X --category Y | Create expense | | akaunting item --name X --price Y | Create item |

Add --json to any command for JSON output.

API Reference

See references/api.md for full endpoint documentation.

Key Endpoints

  • - GET /api/ping - Health check
  • INLINECODE17 - Bank accounts
  • INLINECODE18 - Income/expense categories
  • INLINECODE19 - Income/expense records
  • INLINECODE20 - Products/services

Authentication: HTTP Basic Auth with user email/password. User needs read-api permission (Admin role has this by default).

Troubleshooting

"Payment method is invalid" error:
The event listener fix wasn't applied. Run fix_event_listener.py.

401 Unauthorized:
Check credentials in config.json. User must have API access permission.

403 Forbidden on contacts/documents:
User needs additional permissions for these endpoints.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 akaunting-1776419937 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 akaunting-1776419937 技能

通过命令行安装

skillhub install akaunting-1776419937

下载

⬇ 下载 akaunting v1.0.0(免费)

文件大小: 8.09 KB | 发布时间: 2026-4-17 18:59

v1.0.0 最新 2026-4-17 18:59
Initial public release of the Akaunting skill.

- Integrates with Akaunting accounting software via REST API.
- Provides CLI commands to manage accounts, categories, transactions, and items.
- Enables quick creation of income and expense records from the command line.
- Includes Docker deployment instructions and required event listener bug fix.
- Detailed setup and troubleshooting guidance provided.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部