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 skills add rexchengm/fios-skills --skill notion-fios-initgit clone --depth 1 https://github.com/rexchengm/fios-skillsWrote 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/skills/rexchengm/fios-skills/notion-fios-init)<a href="https://agentmods.dev/skills/rexchengm/fios-skills/notion-fios-init"><img src="https://agentmods.dev/badge/skills/rexchengm/fios-skills/notion-fios-init/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/skills/rexchengm/fios-skills/notion-fios-init"><img src="https://agentmods.dev/badge/skills/rexchengm/fios-skills/notion-fios-init.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.00166 | $0.01761 |
| Opus 5 | $0.00083 | $0.00881 |
| Sonnet 5 | $0.00033 | $0.00352 |
| Haiku 4.5 | $0.00017 | $0.00176 |
Grade A, and why
notion-fios-init 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 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.
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 — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
FIOS 初始化(FIOS Init)
把 FIOS 技能套件绑定到买家自己那份 FIOS Notion 副本。FIOS 模板每个人复制出来的库 / 页面 ID 都不同,技能本身不含任何人的 ID——靠本技能在初始化时按买家自己的 FIOS 现场发现并生成本地配置。
全程只读买家的 Notion 结构(导出 hub 页、读
v1/data_sources/<id>与v1/databases/<id>)。不创建、不修改、不删除任何 Notion 数据。
何时使用
- 买家第一次用 FIOS 技能前。
- 买家换了 Notion 账号 / 重新复制了模板 → 重新绑定。
- 任何 FIOS 技能报「找不到 notion-intake-rules.json / schema / fios-dimension-pages.json」「未初始化」。
前置条件(先和买家确认齐全)
- 已拥有 FIOS 模板:买家已购买并把 FIOS 模板复制进了自己的 Notion(本技能不发模板,只做绑定)。
- 装好
ntnCLI 并完成 Notion 授权:- 买家在 https://www.notion.so/my-integrations 新建一个 internal integration,拿到 token。
- 用买家自己的 token 配置
ntn(按 ntn 文档:通常是ntn首次运行引导,或设置其配置文件 /NOTION_TOKEN)。 - 验证:
ntn api v1/users/me能返回买家自己的 bot 用户即可。
- 把 FIOS 分享给 integration:在 Notion 里打开 FIOS 顶层页(「数据管理」hub 页,里面列齐了全部数据库),右上角
•••→ 「连接」/「Connections」→ 选刚建的 integration。分享顶层即可让其下所有库可读。 - 本机有
node、jq、python3。
⚠️ 只把 FIOS 这一份分享给 integration 就够了。本技能以 hub 页为锚、只认 hub 引用的库,买家的其他模板不会被牵连。
初始化流程
第 1 步:拿到 hub 页 URL
向买家要 FIOS「数据管理」hub 页的 URL(就是模板里那个用 callout 列出全部数据库的总览页)。
浏览器地址栏复制即可,形如 https://www.notion.so/...32位十六进制...。
第 2 步:跑初始化脚本
本技能 scripts/ 在 <skills>/notion-fios-init/scripts/,底座技能在同级 <skills>/notion-life-system/。
<skills>/notion-fios-init/scripts/fios_init.zsh "<hub页URL>"
脚本依次完成(每步都有日志):
- 导出 hub 页 →
~/.fios/数据管理.page.md(含全部<database>引用)。 - 只读拉取每个库结构 →
~/.fios/notion-system-structure/。 - 重建
notion-life-system/references/notion-system-schema.json。 - 重建
notion-life-system/references/notion-intake-rules.json(入库路由规则)。 - 结构自检 + 发现 10 个维度页 →
notion-life-system/references/fios-dimension-pages.json。
<skills>= 买家装技能的目录。Claude Code 通常是~/.claude/skills,Codex 是~/.codex/skills。脚本用${0:A:h}自动定位自身,一般无需手填路径。 默认连直连 Notion;若买家网络需代理,export NOTION_CLI_PROXY=http://host:port后再跑。 数据目录默认~/.fios,可export FIOS_DATA_DIR=...改。
第 3 步:核对自检结果
脚本末尾会打印:
- 结构自检:
模板期望 53 个库,你的 FIOS 发现 N 个。- 全部命中 → ✓。
- 提示「缺少 X」→ 多半是该库没分享给 integration,或买家删过这个库。让买家在 Notion 里把缺的库(或 hub 顶层)分享给 integration 后重跑。
- 提示某库「字段差异较大」→ 可能买家改过该库结构,或 hub 误引了同名的别的库。和买家确认,必要时修正 hub 页再重跑。
- 维度页发现:
10/10。少于 10 → 对应监管库没分享 / 没有那一行;fios-status 用到该维度时会提示补page_id。
What ships with it
3 files 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.
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 · 91 lines · 166 tokens per session scan A 80ccb1431401
notion-fios-init is a skill published in the GitHub repository rexchengm/fios-skills (2 stars, last pushed 2mo ago), licensed MIT. It adds 166 tokens to every session and 1,761 once invoked, about $0.0008 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-31.
Other skills, from other repositories
spec-to-implementation
Parse specifications and create implementation plans with task tracking in Notion.
meeting-intelligence
Prepare for meetings by gathering context and creating comprehensive agendas.
research-documentation
Research topics and document findings in Notion with organized structure and sources.
knowledge-capture
Transform conversations and discussions into structured Notion documentation.
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…
google-ads-audit
Google Ads account audit and business context setup. Use for account-health audits and business-context setup. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should I fix in my ads", or when the user is new to NotFair and hasn't run…