agently-agent-extensions
Original:🇺🇸 English
Translated
Use when the user wants tool use, MCP access, HTTP or streaming API exposure, auto-function helpers, or wait-for-key behavior through Agently-native extension surfaces rather than custom wrappers first.
3installs
Sourceagentera/agently-skills
Added on
NPX Install
npx skill4agent add agentera/agently-skills agently-agent-extensionsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Agently Agent Extensions
Use this skill when the problem is agent-side extension rather than prompt shape, output contract, or workflow control.
Native-First Rules
- prefer built-in extension surfaces before handwritten wrappers
- keep extension choice explicit: tools, MCP, FastAPIHelper, , or
auto_funcKeyWaiter - combine with or
agently-model-responseonly when the scenario needs those layersagently-triggerflow
Anti-Patterns
- do not build a parallel tool dispatcher before checking native tool and MCP support
- do not create a custom waiter or auto-function shim first
Read Next
references/overview.md