Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add openyida/openyida --skill yida-agent-centergit clone --depth 1 https://github.com/openyida/openyidaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/openyida/openyida/yida-agent-center)<a href="https://agentmods.dev/skills/openyida/openyida/yida-agent-center"><img src="https://agentmods.dev/badge/skills/openyida/openyida/yida-agent-center.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00053 | $0.01093 |
| Opus 5 | $0.00026 | $0.00547 |
| Sonnet 5 | $0.00011 | $0.00219 |
| Haiku 4.5 | $0.00005 | $0.00109 |
Grade A, and why
yida-agent-center scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
代理中心管理
严格要求 (MUST DO)
- 创建、更新、撤销代理会影响真实流程审批/提交责任,执行前必须向用户确认被代理人/离职人、代理人、代理类型、时间范围和影响范围。
- 同名人员必须先用
agent-center search-user或corp-manager search-user确认 userId 和部门路径,不得只凭姓名操作。 - 离职代理只有平台管理员可操作;如果接口返回无权限,不要重试,提示用户切换管理员账号或联系平台管理员。
- 普通在职代理必须传
--start和--end;离职代理不要传时间,平台按离职状态生效。 - 部分流程代理使用
--range part时,必须提供--range-form <appType:formUuid>或--range-json/--range-file。
常用命令
查询代理列表:
openyida agent-center list --status EFF --page 1 --size 20
搜索人员,确认 userId:
openyida agent-center search-user "余浩" --dept "宜搭,钉钉官方同学"
新增在职代理(默认代处理流程):
openyida agent-center create \
--source-user <被代理人userId> \
--target-user <代理人userId> \
--start "2026-05-20 09:00" \
--end "2026-05-21 18:00" \
--notify-source y
新增代提交流程代理:
openyida agent-center create \
--source-user <被代理人userId> \
--target-user <代理人userId> \
--category start \
--start "2026-05-20 09:00" \
--end "2026-05-21 18:00"
新增部分流程代理:
openyida agent-center create \
--source-user <被代理人userId> \
--target-user <代理人userId> \
--start "2026-05-20 09:00" \
--end "2026-05-21 18:00" \
--range part \
--range-form APP_xxx:FORM_xxx,APP_xxx:FORM_yyy
新增离职代理:
openyida agent-center create \
--type departure \
--source-user <离职人userId> \
--target-user <代理人userId>
编辑代理人:
openyida agent-center update <agentUuid> --target-user <新代理人userId> --type normal
撤销代理:
openyida agent-center cancel <agentUuid> --type normal
openyida agent-center cancel <agentUuid> --type departure
查询部分流程范围:
openyida agent-center range <agentUuid>
参数映射
| CLI 参数 | 页面含义 | 接口字段 |
|---|---|---|
--source-user |
被代理人 / 离职人 | sourceActionerId |
--target-user |
代理人 | toActionerId |
--type normal |
新增代理 | agentType=NORMAL |
--type departure |
离职设置 | agentType=DEPARTURE |
--category execute |
代处理流程 | agentCategory=EXECUTE |
--category start |
代提交流程 | agentCategory=START |
--notify-source y |
代理任务通知被代理人 | originIsView=y |
--range all |
全部流程 | agentRangeType=ALL |
--range part |
部分流程 | agentRangeType=PART |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 123 lines · 53 tokens per session scan A c9b82b6ebe78
yida-agent-center is a skill published in the GitHub repository openyida/openyida (210 stars, last pushed yesterday), licensed MIT. It adds 53 tokens to every session and 1,093 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
packet-factory
Creates, reviews, and dispatches atomic work packets. Every task with a side effect requires an APPROVED packet before execution. Scope is immutable after approval — expansion requires a new packet.
plan-to-issues
Convert any phased plan file, or a conversation about what to build, into labelled GitHub issues under one tracking epic mapping each issue to its source task. No plan file required. Don't use for writing plans, resolving issues, or triage.
tasks-generator
Generate sprint-based development tasks from a PRD. Use when asked to create tasks or break down requirements. Don't use for PRD/TAD authoring or task execution.
website-clone-final-report
Generate a website-clone closure report comparing baseline analysis, builder metadata, planned tasks, and implemented results. Use after a completed rebuild. Don't use for live audits, ongoing monitoring, implementation, or speculative metrics.
webflow-mcp:review-comments
Review open comment threads on a Webflow site and triage each one.
doris-debug-tablet
Use for Doris tablet/replica health, version skew, clone backlog, disk balance, and tablet repair. Commands: SHOW PROC tablethealth, SHOW TABLET, ADMIN REPAIR.