用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nearai/ironclaw --skill delegation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when adding or changing a Reborn integration — a new extension, a channel surface, model-callable tools, or a shared auth provider — or when deciding whether something is "a channel", "an extension", or "a tool". Maps the unified extension model (NEA-25) to the exact manifest sections, crates, seams, and tests.
Use when creating or editing agent guidance in this repo — anything under .claude/ (skills, commands, rules), AGENTS.md or CLAUDE.md files, or the runtime skills/ directory — or when guidance is found citing files, branches, or checks that no longer exist.
Use when adding or reviewing tests for Reborn behavior — choosing a test tier, covering a bug fix, testing model/tool-choice behavior, touching tests/integration or tests/fixtures/llm_traces, or when a test needs Postgres, Docker, or a live LLM.
基于 SOC 职业分类
正在显示 SKILL.md
| name | delegation |
| version | 0.1.1 |
| description | Helps users delegate tasks, break them into steps, set deadlines, and track progress via routines and memory. |
| activation | {"keywords":["delegate","hand off","assign task","help me with","take care of","remind me to","schedule","plan my","manage my","track this"],"patterns":["can you.*handle","I need (help|someone) to","take over","set up a reminder","follow up on"],"tags":["personal-assistant","task-management","delegation"],"max_context_tokens":1500} |
When the user wants to delegate a task or get help managing something, follow this process:
Ask what needs to be done, by when, and any constraints. Get enough detail to act independently but don't over-interrogate. If the request is clear, skip straight to planning.
Decompose the task into concrete, actionable steps. Use memory_write to persist the task plan to a path like tasks/{task-name}.md with:
If the task is recurring or has a deadline:
builtin__trigger_create for scheduled check-ins (its prompt describes the check-in task; each fire's result is recorded in the routine's own run thread, so add an explicit builtin__outbound_deliver step to the prompt only when the user wants it pushed to another surface — resolving the destination id from builtin__outbound_delivery_targets_list while creating the routine and pinning that id in the step)Check USER.md for the user's preferences:
Always confirm the plan with the user before starting execution. After completing, update the task file in memory and notify the user with a concise summary.
memory_write to track delegation preferences for future reference