Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/ledq/resumery/onboard)<a href="https://agentmods.dev/skills/ledq/resumery/onboard"><img src="https://agentmods.dev/badge/skills/ledq/resumery/onboard.svg" alt="Measured on agentmods" 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.00088 | $0.01890 |
| Opus 5 | $0.00044 | $0.00945 |
| Sonnet 5 | $0.00018 | $0.00378 |
| Haiku 4.5 | $0.00009 | $0.00189 |
Grade A, and why
onboard 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 5d 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 — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/onboard: build the bank from the user's raw material
Turn a pile of raw sources into the structured bank the tailoring pipeline runs on. Code ingests, an agent structures, and you host the one conversational part: a short interview. The user's answers and their sources are the only places facts come from.
Voice. Describe what is happening to the user's career material in their terms: "I've read your three files", "your two resumes disagree on when you left Acme", "saved, your experience bank is ready". Give a file path where the user acts on it (where their bank lives, where to drop files). One short progress line per stage.
0. Cold-start guard
If bank/experience_bank.md already exists, stop: this command builds a bank where none
exists, and running it against a populated bank would clobber curated work. Tell the user
what exists and ask how they want to proceed (they can move the current bank aside first
if a rebuild is really intended).
1. Resolve the sources
bank/sources/ is the drop box AND the permanent home: everything the user gives us lands
there, forever, unedited. From $ARGUMENTS (and, if empty, the conversation):
- Path arguments (files or a folder) → expand a folder to the supported files inside
it (pdf, md, txt, tex), then:
python3 ops/bank_ingest.py bank <file ...> - No arguments → ingest whatever is already in the drop box:
Exit 4 with nothing ingested → the box is empty: tell the user their options (drop files intopython3 ops/bank_ingest.py bankbank/sources/and rerun, give paths, or paste their resume text right here). - Pasted text (in the argument or earlier in this conversation) → Write it VERBATIM to
bank/sources/pasted-<YYYY-MM-DD>.md(one copy, change nothing), then run the no-arguments form.
Invite more than one source: old resume versions, a CV, notes; the union holds more true material than any single file, and this is the moment to collect it.
Then read bank/.ingest/manifest.json and act on per-source status: low_yield,
not_text, or extract_failed means that source is unusable as text; name the file,
say what happened, and offer the paste route for it. Proceed when at least one source is
usable.
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.
- 5d ago First seen · 138 lines · 88 tokens per session scan A 964bc6e7b580
onboard is a skill published in the GitHub repository ledq/resumery (1 stars, last pushed 1mo ago), licensed MIT. It adds 88 tokens to every session and 1,890 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-08-31.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
dws
【何时用:仅当用户明确指向钉钉/DingTalk(钉钉文档、钉钉日程等)时使用;泛指做文档/表格/待办/审批默认走本地工具,不要误用钉钉】用 dws CLI 管理钉钉:AI表格/AI搜问(找人首选)/目标管理(Agoal)/组织大脑/日历/通讯录/群聊与机器人消息/待办/审批/考勤/日志(日报周报)/DING消息/钉钉文档/云盘/Markdown文件/AI听记/邮箱/在线电子表格(axls)/知识库/白板/开放平台文档/个人IM与OA事件订阅。用户要求操作上述钉钉产品时使用。.
domain
When you want to brainstorm and check available .com domains for a new project — brand naming, aftermarket pricing (HugeDomains / Afternic / Sedo / Dan), USPTO trademark screening, and social handle availability. Built on Laura Roeder's "work backwards from availability, not from a name you fell in love with"…
company-brain
Your team's shared, AI-ready knowledge base — people, companies, meetings, SOPs, and decisions structured so Claude can answer questions on your team's behalf. Team-scope sibling to second-brain (which is personal-scope). Seven modes — capture (drop something into the right structured dir), compile (process into wiki…
slide-deck
When you want to draft, update, convert, or export a slide deck for a React/Next.js slide system (${SLIDEDECKREPO:-$HOME/code/your-slide-deck-site}/src/app/slides/). Writes TypeScript Slide[] arrays using your primitives (Eyebrow, Heading, Accent, Body, BulletList, Divider, TwoCol, GradientText), 12 cycling brand…
subscription-setup
学习订阅任务创建与启用。医生完成 5 项登记后,按用户选择创建订阅任务(每日指南连续学习/专业指南更新提醒/地区医保政策变化学习)。平台 cronjobcreate 自动绑定当前会话通道投递,无需微信绑定门禁。先查重再创建,回执如实写已启用。.