Borrowing it
Nothing to install: this file belongs to xjuIcthub/xju-feiyue-extensions. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/xjuIcthub/xju-feiyue-extensions/main/CLAUDE.mdgit clone --depth 1 https://github.com/xjuIcthub/xju-feiyue-extensionsWrote 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/instructions/xjuicthub/xju-feiyue-extensions/claude-md)<a href="https://agentmods.dev/instructions/xjuicthub/xju-feiyue-extensions/claude-md"><img src="https://agentmods.dev/badge/instructions/xjuicthub/xju-feiyue-extensions/claude-md/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.
<a href="https://agentmods.dev/instructions/xjuicthub/xju-feiyue-extensions/claude-md"><img src="https://agentmods.dev/badge/instructions/xjuicthub/xju-feiyue-extensions/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.01302 | $0.01302 |
| Opus 5 | $0.00651 | $0.00651 |
| Sonnet 5 | $0.00260 | $0.00260 |
| Haiku 4.5 | $0.00130 | $0.00130 |
Grade A, and why
xju-feiyue-extensions CLAUDE.md scanned grade A with 1 finding 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 11d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -A Mozilla 'https://feiyue.selab.top/feiyue-grinder.user.js?v=<版本>' | grep -m1 @version How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — xju-feiyue-extensions
软件开发实验室(XjuSelab)的浏览器侧工具 monorepo。现有 Tampermonkey / ScriptCat 用户脚本模式保持不变:三个脚本 + 一个共享后端仍统一通过 feiyue.selab.top 分发。需要 Chrome 扩展权限的工具放在 extensions/。
仓库地图
scripts/feiyue-solver/ 飞跃·解题 Solver — CourseGrading(Java/OJ) AI 解题(原 cg-ai-solver/xiji)
scripts/feiyue-grinder/ 飞跃·刷课 Grinder — 华为小学期自动刷课(原 huawei-sxz-shuake)
├─ feiyue-grinder.user.js
├─ feiyue-grinder-bank/ 共享云题库后端,grinder 测验 + solver 章习题 共用(stdlib http.server + SQLite + Docker)
└─ tests/ jsdom + node:test
scripts/feiyue-importer/ 飞跃·导入 Importer — 新疆大学教务成绩单一键导入飞跃学分统计(原 Aurash frontend/public/import.user.js)
extensions/notme/ notme — Chrome MV3 浏览器环境镜像扩展(定位 / 时区 / 语言 / 请求头 / WebRTC)
deploy/ 本机一键部署到 feiyue 的脚本
docs/DEVELOPMENT.md 架构 / 开发流程 / 测试 / 部署 / CDP 调试
docs/TROUBLESHOOTING.md ★ 踩过的坑 & 解法(改动前必读)
CONVENTIONS.md 命名 / 版本 / @updateURL / 身份 规范
飞跃·导入 Importer 的脚本本体已在本仓(
scripts/feiyue-importer/)。其后端中转端点/notes/transcript-stash与导入向导仍属 Aurash(飞跃 web 应用)——改脚本时留意两边联动(安装检测标记window.__feiyueImporterReady/data-feiyue-importer、向导安装链接IMPORT_USERJS_URL),详见scripts/feiyue-importer/README.md。
铁律(改动前必看)
- 改用户脚本必自增
@version,否则 Tampermonkey 不更新。脚本头必须有@updateURL+@downloadURL指向 feiyue 裸链接(缺了就永远不自动更新——本仓血泪教训)。 - 改 grinder 里被测的纯逻辑函数时,同步
scripts/feiyue-grinder/tests/sxz-core.mjs的拷贝,否则测试与线上脚本脱节。 - 不要改已发布脚本的
@name/@namespace/ 技术 ID——Tampermonkey 以此为身份,改了会被当成新脚本、用户丢配置(API Key 等)。仅在「无安装用户(内测期)」时可对齐改名。 - 部署只能从本机跑:
huawei2(华为云)只能经win-wsl2内网二跳访问,GitHub 云端 CI 到不了它。用deploy/deploy.sh,不要尝试 CI 自动部署。 - API Key / 账号绝不进仓库,只存浏览器本地 GM。提交前
grep -rE 'sk-[A-Za-z0-9]{20,}' scripts/自查。 - feiyue-grinder-bank 的题库数据(
/data/bank.db)在 Docker 卷里,重建容器勿删卷。 - 不要把 Chrome 扩展硬改成用户脚本。
extensions/notme依赖declarativeNetRequest、chrome.privacy、后台 service worker 等扩展能力;这些不是脚本猫能完整替代的。扩展按manifest.json加载,用户脚本按scripts/*/*.user.js发布。
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.
- 11d ago First seen · 56 lines · 1,302 tokens per session scan A b5b8cbb46cac
xju-feiyue-extensions CLAUDE.md is an instructions file published in the GitHub repository xjuIcthub/xju-feiyue-extensions (5 stars, last pushed 2mo ago), licensed MIT. It adds 1,302 tokens to every session, about $0.0065 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).