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 instructions/hyper-beast/bilitvnative/agents-mdgit clone --depth 1 https://github.com/Hyper-Beast/BiliTVNativeWhat 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.02564 | $0.02564 |
| Opus 5 | $0.01282 | $0.01282 |
| Sonnet 5 | $0.00513 | $0.00513 |
| Haiku 4.5 | $0.00256 | $0.00256 |
Grade A, and why
BiliTVNative AGENTS.md 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 2d 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 — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BiliTVNative 开发代理规则
项目目标
使用 Kotlin、Jetpack Compose、Compose for TV 和 Media3,将 BiliTVNative 构建为原生 Android TV 应用。
现有 Flutter 项目 ../BiliTV 是行为参考。除非用户明确要求,否则不要修改 Flutter 项目。
任务纪律
- 只处理用户明确要求的任务。
- 除非当前任务编译、运行或一致性维护必需,否则不要顺手生成后续功能代码。
- 不要为未来功能创建当前没有实际用途的占位抽象。
- 变更范围要小,便于审查和运行。
- 对复杂模块,先定义接口和数据结构;只有在用户确认或当前任务明确需要时,再实现具体行为。
- 保持
DEVELOPMENT_PROGRESS.md最新。每完成一个可验证任务,都要在同一次变更中更新状态和验证备注。
当前产品决策
- Android 包名:
com.kirin.bilitv。 - 最低 SDK:当前
minSdk 23;只有在不损害 UI 质量、性能、Compose 或 Media3 的前提下,才评估minSdk 21。 - 首发 ABI:
armeabi-v7a。 - 保留
arm64-v8a构建能力,但不要把它作为首个主发布包。 - 不做应用内更新检查。
- 不做可扩展插件系统。
- 只保留空降助手作为内置设置开关。
- 直播播放暂缓,直到用户明确要求恢复。
- 弹幕渲染可以使用已内置的字节跳动
danmaku-render-engineDanmakuView;除非性能分析或产品需求证明有必要,否则不要替换为自定义渲染器。 - 设置页固定分为
播放设置、UI/UX、系统设置三组;播放器相关开关不要放回系统设置里。 - 关于页是设置页右侧的纯展示面板:焦点移到“关于”行时自动展示,右侧项目地址、协议、二维码和第三方库信息不可获得焦点、不可点击。
设计系统规则
- 在 Material 3 for TV / Compose for TV 之上使用
BiliTV 设计系统。 - 所有颜色、间距、圆角、焦点缩放、动画时长和缓动曲线必须来自
BiliTokens.kt。 BiliPink必须是#FB7299。- 不要在 Composable 内硬编码
Color(0x...)、#FF...、随机dp或随机动画时长。 - 如果需要新的视觉值,先把它加入 tokens。
- 焦点视觉语言应使用缩放、边框、阴影和 elevation,不要只依赖颜色。
- 优先保证电视远距离可读性和 D-pad 操作清晰度,而不是手机端的信息密度。
主页视觉与性能规则
- 主页、搜索、动态、历史、设置、侧边栏和标签栏使用主页专用主题系统;播放器视频内容不跟随主页主题。
- 液态玻璃开启和关闭两条路径都必须可用。开启时只影响卡片、导航、设置、搜索和播放器覆盖层控件;播放器
SurfaceView本体永远不参与采样、裁切、透明或变换。 - 主页主题固定为 4 种:默认粉、深黑、高级灰、蓝灰。新增主题色必须先进入
BiliTokens.kt,再通过HomeColorScheme暴露给页面。 - 视觉性能模式固定为 3 档:流畅、均衡、精致。设置必须通过 DataStore 持久化。
- 流畅档优先保证低端电视可用:关闭平滑滚动、焦点阴影、封面模糊、流光、重动画、封面预取和图片内存缓存;列表封面使用较低尺寸和
RGB_565。 - 均衡档是默认推荐档:保留主题色、假玻璃、轻缩放、边框、文字颜色过渡、封面轻提亮和平滑滚动,但不启用高成本实时模糊。
- 精致档必须由用户手动开启:在均衡档基础上启用更强玻璃氛围、环境高光、更高质量缩略图、更大的图片缓存,以及跟随主题色的焦点卡片斜向流光、液态玻璃感边缘、轻微放大和卡片上浮。
- 进入播放器后,主页 Composable 必须释放或暂停;主页背景、卡片阴影/流光、封面预取等不应在播放期间继续运行。
TV 焦点规则
- D-pad 焦点必须确定。
- 复杂网格不要依赖默认最近邻焦点搜索。
- 侧边栏到内容区、内容区到侧边栏的切换必须使用
FocusRequester/ 焦点属性。 - 从播放器、对话框、面板或设置页返回时必须恢复焦点。
- 从播放器返回首页时,尽量聚焦之前选中的视频卡片。
- 长按 D-pad 不得丢焦点,也不能跳到隐藏项。
播放器规则
- 使用 Media3 ExoPlayer。
- 默认视频渲染使用
SurfaceView。 - 不要对视频 surface 本身应用圆角裁切、透明度动画、缩放变换或复杂 Compose 特效。
- 控制层、弹幕、面板和叠加层作为独立 UI 层叠在播放器上方。
- 播放请求使用专用的 Media3
OkHttpDataSource.Factory包装器。 - 播放分片请求必须稳定携带 B 站请求头和 Cookie。
- 在选择播放编码偏好或 B 站播放参数前,先探测设备 MediaCodec 能力。
- 编码探测只能作为参考,不能当作绝对事实。播放仍必须支持 H.264 回退和设备级降级规则。
- 不要保留常驻播放器 HUD 或诊断叠加层。性能排查使用
adb shell dumpsys gfxinfo、dumpsys meminfo、日志和可删除的临时 instrumentation。 - 临时诊断信息绝不能显示 Cookie、SESSDATA、tokens 或其他敏感值,完成排查后必须清理。
- 播放器状态必须与普通页面状态隔离,避免播放期间大范围重组。
- 播放器内不要新增独立周期性
Timer或 coroutine 轮询;播放位置、缓冲、时钟分钟变化、在线人数节流和迷你进度条状态应合并到BiliMotion.PlayerProgressUpdateMs的生命周期绑定循环。完成动作延迟、控制层自动隐藏和 seek 预览自动确认只允许作为可取消的一次性延迟。 - 在
onPause保存播放进度,不要等到onStop或onDestroy。
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.
- 2d ago First seen · 139 lines · 2,564 tokens per session scan A bdae8be60b0f
BiliTVNative AGENTS.md is an instructions file published in the GitHub repository Hyper-Beast/BiliTVNative (174 stars, last pushed 1mo ago), licensed MIT. It adds 2,564 tokens to every session, about $0.0128 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 instructions, from other repositories
Amarok-Hider AGENTS.md
Instructions for deltazefiro/Amarok-Hider, covering amarok, project overview, build, e2e test and agent rules.
AppClaw CLAUDE.md
Instructions for appclawhq/AppClaw, covering claude.md, what is appclaw?, build & run commands, architecture and entry point & cli modes (src/index.ts).
MobiAI-Core CLAUDE.md
Instructions for ArisGuimera/MobiAI-Core, covering mobiai — mobile development ai ecosystem, bootstrap and principles.
freetube CLAUDE.md
Instructions for leshkodev/freetube, covering claude.md, 1. what this project is, 2. non-negotiable constraints, 3. tech stack (locked) and 4. project structure.
ConsultMe CLAUDE.md
Instructions for Tarek-Bohdima/ConsultMe, covering claude.md, project context, common commands, module graph and conventions enforced by tooling.
Plonk AGENTS.md
Instructions for ostapondo/Plonk, covering agent rules, layout, adding a module, build & verify and code style.