xbot-visual-flow-reader

xbot-visual-flow-reader is a skill for Claude Code, Codex from apexcheng/yingdao-xbot-ai-agent. It costs 72 tokens per session (621 once invoked), scanned A, original, MIT.

A read-only guide for inspecting ShadowBot or Yingdao visual automation projects. It maps visual flows, Python code flows, selectors, images, and package metadata without guessing hidden steps.

In plain words
What is it for?
Auditing, tracing, documenting, debugging, or planning a migration of ShadowBot or Yingdao projects.
Why use it?
It helps explain older visual workflows when their main flow files are stored in a format that is not ordinary readable code.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Auditing, tracing, documenting, debugging, or planning a migration of ShadowBot or Yingdao projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/apexcheng/yingdao-xbot-ai-agent/xbot-visual-flow-reader
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 apexcheng/yingdao-xbot-ai-agent --skill xbot-visual-flow-reader
Clone the repo
git clone --depth 1 https://github.com/apexcheng/yingdao-xbot-ai-agent

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 xbot-visual-flow-reader

README.md
[![agentmods](https://agentmods.dev/badge/skills/apexcheng/yingdao-xbot-ai-agent/xbot-visual-flow-reader/github.svg)](https://agentmods.dev/skills/apexcheng/yingdao-xbot-ai-agent/xbot-visual-flow-reader)
Your own site
<a href="https://agentmods.dev/skills/apexcheng/yingdao-xbot-ai-agent/xbot-visual-flow-reader"><img src="https://agentmods.dev/badge/skills/apexcheng/yingdao-xbot-ai-agent/xbot-visual-flow-reader/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for xbot-visual-flow-reader

Your own site · 80×15
<a href="https://agentmods.dev/skills/apexcheng/yingdao-xbot-ai-agent/xbot-visual-flow-reader"><img src="https://agentmods.dev/badge/skills/apexcheng/yingdao-xbot-ai-agent/xbot-visual-flow-reader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 621 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.00072 $0.00621
Opus 5 $0.00036 $0.00311
Sonnet 5 $0.00014 $0.00124
Haiku 4.5 $0.00007 $0.00062

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

Security

Grade A, and why

xbot-visual-flow-reader 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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/inspect_visual_project.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

project-template/.agents/skills/xbot-visual-flow-reader/SKILL.md · 45 lines

What it actually says

xbot Visual Flow Reader

读取已有影刀可视化编排项目,输出可追溯的流程地图。本 Skill 默认只读;用户只要求理解或排错时,不修改 .pybxpackage.json、元素库或图像库。

先做项目盘点

在真实项目根目录执行:

python .agents/skills/xbot-visual-flow-reader/scripts/inspect_visual_project.py .

脚本只读取结构元数据,不输出 package.json 中的变量值,也不解码 .pybx。根据输出确认:

  • startup 和所有 flow 的 name / filename / kind / groupName
  • Visual flow 对应 .pybx 是否存在,Code flow 对应 .py 是否存在。
  • Code flow 的公开函数、参数和 import 关系。
  • 全局变量名称、元素库和图像库条目数。

证据顺序

  1. package.json:确认启动流、flow 类型和文件映射。
  2. Code flow .py:确认 main(args)、公开函数、参数与调用边界。
  3. selectorsV2.xml / imagesV2.xml / package.py:确认资源名称和对象来源。
  4. Visual flow .pybx:这是影刀维护的二进制流程文件,不把它当作文本、JSON 或 Python 猜测内部步骤。
  5. 需要步骤级逻辑时,使用当前环境可用的影刀 Studio 只读检视能力;先从已安装工具的 help 发现真实命令,不编造命令、标志或流程 ID。

无法打开 Studio 或没有可读导出时,明确写“未确认 Visual flow 内部步骤”,并请用户提供对应流程截图或可读导出;不根据文件名补全业务逻辑。

输出要求

将结果分成:

  1. 已确认结构:启动流、Visual / Code flow 列表、实际存在的文件。
  2. 已确认调用关系:有代码、Studio 或可读导出直接证明的调用。
  3. 未确认内容:仅能从名称推测或必须运行才能确认的部分。
  4. 修改风险:启动流、全局变量、元素库、图像库和 Code flow 之间的影响。

不在输出中泄露账号、密码、Token、Cookie、Webhook、客户数据或 package.json 变量值。

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 45 lines · 72 tokens per session scan A ba726eb9bbb7

Subscribe to this mod's changes

xbot-visual-flow-reader is a skill published in the GitHub repository apexcheng/yingdao-xbot-ai-agent (26 stars, last pushed yesterday), licensed MIT. It adds 72 tokens to every session and 621 once invoked, about $0.0004 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-09-04.

Related

Other skills, from other repositories