legacy/v1/skills/agently-agent-extensions/SKILL.md
Use when the user wants Action Runtime or tool use, MCP access, HTTP or streaming API exposure, auto-function helpers, wait-for-key behavior, or optional `agently-devtools` observation, evaluation, and playground integration through Agently-native extension surfaces rather than custom wrappers first.
npx skillsauth add agentera/agently-skills agently-agent-extensionsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the problem is agent-side extension rather than prompt shape, output contract, or workflow control.
auto_func, KeyWaiter, or agently-devtoolsAgently.execution_environment as an advanced framework/plugin surface, not the default app-development APIagent.enable_* component helpers before exposing core manager/provider conceptsagent.enable_python(...), agent.enable_shell(...), agent.enable_workspace(...), agent.enable_nodejs(...), and agent.enable_sqlite(...) for common Python, shell, workspace, Node.js, and SQLite accessenable_* helper desc= values as optional extra guidance by default; use desc_mode="override" only when the app intentionally replaces the default capability descriptionLiteral for finite options such as desc_mode@agent.action_func and agent.use_actions(...) as the primary action APIs; tool_func and use_tool remain compatibility aliasesfrom agently.builtins.actions import Search, Browse and agent.use_actions(Search(...)) / agent.use_actions(Browse(...)); do not invent enable_search(...) or ActionToolsagently-devtools as an optional companion package installed from PyPI, not as a required source checkoutAgently.event_centeragently-model-response or agently-triggerflow only when the scenario needs those layersAgently.execution_environment can own the dependencypip install agently-devtools is the supported public pathObservationBridgereferences/overview.mdreferences/devtools.mdtools
Use when the user wants to build, initialize, validate, optimize, or refactor a model-powered assistant, internal tool, automation, evaluator, or workflow from a business scenario or common problem statement, including project-structure refactors or starter skeletons that may separate model setup, prompt config, and orchestration, even if the request also mentions a UI, app shell, or local model service such as Ollama, and it is still unclear whether the solution should stay a single request, add supporting capabilities, or become orchestration. The user does not need to mention Agently explicitly.
data-ai
Use when the user needs Agently TaskDAG / Dynamic Task, model-generated or app-submitted DAG planning, TaskDAG validation, DynamicTaskResolver handlers, TaskDAGExecutor execution, or the Agently.create_dynamic_task compatibility facade. TaskDAG is the DAG foundation capability; Dynamic Task is the convenience facade over it and uses TriggerFlow as the execution substrate.
tools
Use when the user wants Agently runtime extension capabilities: Action Runtime, built-in action packages, legacy tool compatibility, MCP access, Execution Environment lifecycle, FastAPIHelper or streaming API exposure, auto-function helpers, KeyWaiter, or optional agently-devtools observation, evaluation, and playground integration.
development
Use when the user is shaping Agently request-side behavior: model setup, settings files, prompt management, structured output, response reuse, streaming consumption, session memory, embeddings, knowledge-base indexing, retrieval, or retrieval-backed answers within one request family.