yida-agent-center

yida-agent-center is a skill for Claude Code, Codex from openyida/openyida. It costs 53 tokens per session (1,093 once invoked), scanned A, original, MIT.

An agent-management tool for Yida, a business workflow platform. It manages temporary substitutes who handle or submit approval processes for current employees or departed employees.

In plain words
What is it for?
Use it to list active substitutes, find users, create or update current-employee substitutions, configure full or partial process coverage, and revoke substitutions.
Why use it?
It helps transfer workflow responsibility with explicit people, dates, process scope, and permission checks. This reduces the risk of assigning approvals to the wrong person or changing a wider set of processes than intended.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list active substitutes, find users, create or update current-employee substitutions, configure full or partial process coverage, and revoke substitutions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openyida/openyida/yida-agent-center
Install

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.

Any agent
npx skills add openyida/openyida --skill yida-agent-center
Clone the repo
git clone --depth 1 https://github.com/openyida/openyida

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for yida-agent-center

README.md
[![agentmods](https://agentmods.dev/badge/skills/openyida/openyida/yida-agent-center.svg)](https://agentmods.dev/skills/openyida/openyida/yida-agent-center)
Your own site
<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>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,093 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash c9b82b6ebe78, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

yida-skills/skills/yida-agent-center/SKILL.md · 123 lines

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-usercorp-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

Read the full file on GitHub · 123 lines

Changes

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.

  1. 8d ago First seen · 123 lines · 53 tokens per session scan A c9b82b6ebe78

Subscribe to this mod's changes

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.