agently-tools
Installation
SKILL.md
Agently Tools
This skill covers Agently's tool system for local Python tools, built-in tools, and request-time tool loops. It focuses on tool registration, agent scoping, loop control, built-in Search/Browse/Cmd usage, and result inspection. It does not cover MCP transport registration, TriggerFlow orchestration, or generic web-service design.
Prerequisite: Agently >= 4.0.8.5.
Scope
Use this skill for:
@agent.tool_funcagent.register_tool(...)agent.use_tools(...)- built-in
Search,Browse, andCmd set_tool_loop(...)- custom plan-analysis or tool-execution handlers
- tool logs and tool results from one model request
Do not use this skill for: