BianYanhui
- 3 skills
- 0 followers
- 20 hours ago last updated
- ▌ Lastcall · bianyanhui bundleNo silent exits — leave a verifiable handoff before a context-heavy pi session stops. Distilled from kimi-lastcall (github.com/kagamiurayama/kimi-lastcall): the agent writes a 5-section handwritten handoff letter (current state / dead ends / unresolved items / first next action / optional context) as a project file, marks it done with a session-bound marker, and the next session verifies and picks up. Use when the user asks for a handoff, handoff letter, 交接, 交接文档, 会话交接, 把当前进度交接给新会话, wants to switch to a fresh session with heavy context, says the session is nearly exhausted / context is running low, or before ending a session that has meaningful unfinished work. The skill is fail-open: it never traps a session, never blocks a stop, and audit records contain decisions only.
- ▌ Double Check · bianyanhui bundleDouble-check workflow. Use when the user asks to double-check, double check, cross-check, verify, cross-review, 复核, 二次检查, 双重检查, or wants an answer checked by a different model before delivery. The agent (the current/main model) completes the task, then a DIFFERENT model (preferring the latest: MiniMax -> MiniMax-M3, DeepSeek -> deepseek-v4-flash) independently checks the result; on failure the main model revises and the loop repeats (max 3 rounds), and the final reply reports which main model and check model were used.
- ▌ Iconfont Search · bianyanhui bundleSearch and download SVG icons from iconfont.cn (阿里巴巴矢量图标库) via its public search API, no login required. Use when the user asks to search/download icons from iconfont — e.g. "图标从 iconfont 里面自己搜", "从 iconfont 搜索图标", "去 iconfont 下载图标", "iconfont 找几个 icon", "用 iconfont 的图标", "从 iconfont 搜 xxx", "find icons on iconfont", "download icons from iconfont.cn", or when the user says the agent should fetch icons itself from iconfont to use in code/UI/markdown/slides. The skill downloads clean standalone .svg files (inline style/class stripped) plus an optional HTML preview grid, and can take multiple keywords in one call.