Fork Library Entry
keel_library_forkDuplicate a verified strategy from Keel's library into your own workspace, then edit and backtest it as your own — start from proven code instead of building from scratch.
Instructions
Fork a verified Keel Library entry into the caller's org as a normal, editable strategy — the supported way to start from something proven instead of composing from scratch. For a first strategy, ma-crossover-crypto is the simple default new web users get. The fork is a full copy — edit it and run backtests like any other strategy. The entry's published metrics belong to the library's verified run — produce the fork's own evidence with keel_backtest_run. To fork one of YOUR strategies or a share link, use keel_strategy_fork (it takes ids, not slugs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional name for the forked strategy. | |
| slug | Yes | Library entry slug (kebab-case, from `keel_library_list`). | |
| variant_id | No | Optional variant preset from `keel_library_get`; omit for the entry's default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |