skills/agently-request/SKILL.md
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.
npx skillsauth add agentera/agently-skills agently-requestInstall 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 work stays on the request side: provider setup, prompt contracts, output contracts, response consumption, session continuity, or retrieval.
If the owner layer is still unclear, start with agently-playbook. If the
request clearly needs branching, waiting, resume, or durable orchestration, use
agently-triggerflow and read this skill only for model-step details.
${ENV.xxx}, settings namespaces, or connectivity checks -> references/model-setup.mdreferences/prompt-management.md.image(question=..., file=...|url=...|files=[...]|urls=[...]); keep .attachment([...]) for low-level rich-content passthrough or exact mixed-content ordering.output(...), ensure_keys, or validation -> references/output-control.mdreferences/model-response.mdreferences/session-memory.mdreferences/knowledge-base.md${ENV.xxx} placeholders when deployment values differ by environment.image(question=..., file=...|url=...|files=[...]|urls=[...]); use .attachment([...]) only when the caller already owns provider-style rich content blocks.output(...) tuple ensure flags for fixed required leaves; use runtime ensure_keys only for runtime-dependent paths0.78, 3/5, or 8/10 as
the primary judgment.get_response() when the same model result must be read multiple waysworkspace.build_context(...) when ordinary multi-turn task work needs a
ContextPack from prior Workspace records; use low-level workspace.search(...)
for debugging or explicit filtersworkspace.get_data(...), workspace.links(...),
workspace.latest_checkpoint(...), and workspace.checkpoint_history(...)
when building explicit loops that store structured state and record lineagereferences/model-setup.mdreferences/prompt-management.mdreferences/output-control.mdreferences/model-response.mdreferences/session-memory.mdreferences/knowledge-base.mddevelopment
Use when the user needs Agently Dynamic Task, model-generated or app-submitted DAG planning, TaskDAG validation, DynamicTaskResolver handlers, or TaskDAGExecutor execution through Agently.create_dynamic_task. Dynamic Task is a first-class Agently API that uses TriggerFlow as an 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 needs workflow orchestration such as branching, concurrency, approvals, waiting and resume, runtime stream, restart-safe execution, mixed sync/async function or module orchestration, event-driven fan-out, process-clarity refactors that make stages explicit, performance-oriented refactors that collapse split requests, or workflow definitions and chunk-level runtime metadata that must stay visible for debugging and visualization. The user does not need to say TriggerFlow explicitly.
tools
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.