steedos-object-functions

Installation
SKILL.md

Steedos Object Functions | Steedos 对象函数

Overview | 概述

Object functions are server-side JavaScript functions defined as .function.yml files. They encapsulate business logic and can be exposed as REST API endpoints, called from buttons, triggers, or other functions.

对象函数是定义为 .function.yml 文件的服务端 JavaScript 函数。它们封装业务逻辑,可以作为 REST API 端点暴露,从按钮、触发器或其他函数调用。

File Location | 文件位置

steedos-packages/
└── my-package/
    └── main/default/
        └── functions/
            ├── approve_order.function.yml
            ├── cancel_order.function.yml
            └── sync_to_erp.function.yml
Related skills
Installs
13
GitHub Stars
1.6K
First Seen
Apr 24, 2026