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 agentmods add agents/john-ops-lab/easysourceflow/openclawgit clone --depth 1 https://github.com/john-ops-lab/EasySourceFlowWhat 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 | $0.00000 | $0.00748 |
| Opus 5 | $0.00000 | $0.00374 |
| Sonnet 5 | $0.00000 | $0.00150 |
| Haiku 4.5 | $0.00000 | $0.00075 |
Grade A, and why
openclaw 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 yesterday.
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.
What it actually says
OpenClaw 接入
本文适用于支持原生 openclaw mcp 和 openclaw skills 命令的新版 OpenClaw,最后按 2026.7.1-2 CLI 核对。
1. 预检
node --version
openclaw --version
openclaw config validate
如果 openclaw --version 已因 Node 版本报错,先按当前 OpenClaw 安装器提示切换到受支持的 Node 版本,再继续。不要把 CLI 运行时错误误判为 EasySourceFlow MCP 故障。
2. 注册 MCP
在 EasySourceFlow 项目目录执行,并替换项目路径:
openclaw mcp add easysourceflow \
--command "<PROJECT_ROOT>/.venv/bin/easysourceflow-mcp" \
--env EASYSOURCEFLOW_BASE_URL=http://127.0.0.1:8765
openclaw mcp doctor easysourceflow --probe
mcp add 会先探测再保存;doctor --probe 应确认服务能启动并列出工具。OpenClaw 默认热加载 mcp 配置,通常不需要手工重启 Gateway。
3. 安装 Skill
推荐使用 OpenClaw 原生命令:
openclaw skills install "<PROJECT_ROOT>/skills/easysourceflow" --agent <agent-id> --force
openclaw skills check
也可使用仓库兼容脚本:
scripts/easysourceflow install-skill --client openclaw <agent-workspace>
当前 Skill 位于仓库子目录,不能直接使用 openclaw skills install git:john-ops-lab/EasySourceFlow,因为 Git 安装要求源目录根部存在 SKILL.md。
4. 白名单和会话
如果配置了 agents.defaults.skills 或 agents.list[].skills,确认目标 Agent 的最终列表包含 easysourceflow:
openclaw config get agents.list --json
省略 Agent 自己的 skills 时会继承默认列表;非空 Agent 列表会替换默认列表而不是合并,修改时必须保留原有 Skill。
安装或更新 Skill 后,在目标聊天中单独发送:
/new
/new 用于建立新会话并刷新 Skill 快照。只有配置未热加载、Gateway 运行异常或诊断明确要求时才执行 openclaw gateway restart。
5. 附件和验收
OpenClaw 标准入站附件目录默认被 EasySourceFlow 允许。自定义附件目录时,在 MCP 环境中设置 EASYSOURCEFLOW_DOCUMENT_IMPORT_ROOTS。
最终检查:
openclaw mcp status --verbose
openclaw mcp doctor easysourceflow --probe
openclaw skills check
然后在新会话发送一个文章链接,确认 Agent 调用 easysourceflow_submit_link,并把最终 Markdown 原样返回。
上游参考:OpenClaw MCP · OpenClaw Skills · 配置热加载
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.
- yesterday First seen · 79 lines · 0 tokens per session scan A f973ef868efe
openclaw is an agent published in the GitHub repository john-ops-lab/EasySourceFlow (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 748 tokens. 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-31.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.