agently-agent-extensions

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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agently-agent-extensions" with this command: npx skills add agentera/agently-skills/agentera-agently-skills-agently-agent-extensions

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, auto_func, or KeyWaiter
  • combine with agently-model-response or agently-triggerflow only when the scenario needs those layers

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agently-playbook

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-model-setup

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-output-control

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-langgraph-to-triggerflow

No summary provided by upstream source.

Repository SourceNeeds Review