Agent Skills › terrense/LilBot-agent

terrense/LilBot-agent

GitHub

将大型请求拆解为可追踪的小任务批次。制定执行计划,分组工作,识别依赖与并行项,使用子代理进行验证。输出包含有序列表、并行项、验证门控及潜在风险的详细结构。

26 skills 135

Install All Skills

npx skills add terrense/LilBot-agent --all -g -y
More Options

List skills in collection

npx skills add terrense/LilBot-agent --list

Skills in Collection (26)

将大型请求拆解为可追踪的小任务批次。制定执行计划,分组工作,识别依赖与并行项,使用子代理进行验证。输出包含有序列表、并行项、验证门控及潜在风险的详细结构。
处理复杂的大型任务 需要并行执行多个独立步骤
lilbot/skills/bundled/batch/SKILL.md
npx skills add terrense/LilBot-agent --skill batch -g -y
SKILL.md
Frontmatter
{
    "name": "batch",
    "context": "inline",
    "description": "Break a large request into a tracked batch of smaller tasks.",
    "when_to_use": "Use for multi-part work, migrations, audits, large refactors, or anything that needs parallel exploration.",
    "allowed-tools": "update_plan, checklist_write, checklist_update, checklist_add, task_create, task_list, agent_open, agent_eval, agent_close"
}

Convert the request into a managed batch:

{{args}}

Create a short execution plan, group related work, identify dependencies, and decide what can run in parallel. Use subagents for independent investigation or verification. Keep each task small enough to review and test.

Output:

PLAN: ordered batch list. PARALLEL: items safe to run concurrently. GATES: validation required before proceeding. RISKS: the main ways the batch can go wrong.

辅助处理 Claude/LLM API 使用、模型信息及集成模式。在提供具体模型名称、参数、定价或 SDK 行为前,需通过官方文档或代码库验证最新事实,并提供简洁的实施指导及引用来源。
询问 Claude API 使用方法 查询 LLM 模型详情 寻求 API 集成模式建议
lilbot/skills/bundled/claude-api/SKILL.md
npx skills add terrense/LilBot-agent --skill claude-api -g -y
SKILL.md
Frontmatter
{
    "name": "claude-api",
    "agent": "explore",
    "context": "fork",
    "description": "Help with Claude\/LLM API usage, models, and integration patterns.",
    "when_to_use": "Use for Claude API questions, SDK integration, model selection, prompting, tool use, or migration notes.",
    "allowed-tools": "web_search, fetch_url, read_file, grep_files"
}

Answer this Claude API request:

{{args}}

Because API details change, verify current facts with official documentation or the local codebase before giving precise model names, parameters, pricing, or SDK behavior. Provide concise implementation guidance and cite URLs when web tools influence the answer.

协调浏览器辅助工作。优先检测Chrome MCP服务器,若可用则执行页面检查、点击、输入或截图;若无连接,说明缺失并提供公共页面的网络抓取与搜索方案。
需要自动化操作网页元素(如点击、输入) 需要获取动态渲染的页面状态或截图 用户提及使用Chrome或浏览器连接器
lilbot/skills/bundled/claude-in-chrome/SKILL.md
npx skills add terrense/LilBot-agent --skill claude-in-chrome -g -y
SKILL.md
Frontmatter
{
    "name": "claude-in-chrome",
    "context": "inline",
    "description": "Coordinate browser-assisted work when a Chrome\/browser connector is available.",
    "when_to_use": "Use when the user asks to inspect or automate a browser page through a configured browser connector.",
    "allowed-tools": "mcp_servers, mcp_call, web_search, fetch_url"
}

Coordinate browser-assisted work:

{{args}}

First check whether a browser/Chrome MCP server is configured. If available, use it to inspect, click, type, or capture page state. If unavailable, explain the missing connector and use web fetch/search only for public pages.

模拟调查员排查bug,通过重构症状、定位代码路径、收集日志等证据,推断根因并推荐最小修复方案。严禁未经请求进行大范围修改。
用户报告程序存在错误行为 需要分析测试失败原因 请求隔离和诊断代码缺陷
lilbot/skills/bundled/debug/SKILL.md
npx skills add terrense/LilBot-agent --skill debug -g -y
SKILL.md
Frontmatter
{
    "name": "debug",
    "agent": "explore",
    "context": "fork",
    "description": "Investigate a bug or failing behavior and isolate the likely cause.",
    "when_to_use": "Use when behavior is broken, tests fail, errors are unclear, or the user asks for debugging help.",
    "allowed-tools": "read_file, list_dir, grep_files, file_search, git_status, git_diff, run_tests, agent_open, agent_eval"
}

Debug this issue:

{{args}}

Work like an investigator:

  1. Reconstruct the symptom and expected behavior.
  2. Find the narrowest relevant code path.
  3. Gather evidence from tests, logs, diffs, and nearby code.
  4. State the most likely root cause and confidence.
  5. Recommend the smallest fix and validation.

Do not make broad edits from inside this skill unless explicitly asked.

该技能用于处理大型任务,通过并行或分阶段工作提升效率。建议流程包括:开启探索代理收集证据,规划模糊时制定方案,明确后由实现者执行,最后通过审查或验证代理检查结果,并综合引用证据、变更、风险和阻塞项来合并子结果。
需要拆分复杂任务进行并行处理 任务涉及多步骤的探索、实施与验证
lilbot/skills/bundled/delegate/SKILL.md
npx skills add terrense/LilBot-agent --skill delegate -g -y
SKILL.md
Frontmatter
{
    "mode": "inline",
    "name": "delegate",
    "description": "Use subagents to split exploration, implementation, review, and verification work."
}

Delegate

Use this skill when the task is large enough to benefit from parallel or staged work.

Recommended pattern:

  1. Open explore agents for independent evidence gathering.
  2. Open plan when the implementation path is unclear.
  3. Open implementer only after the desired change is specific.
  4. Open review or verifier to check the result.
  5. Merge child results by citing evidence, changes, risks, and blockers.

User task: {{args}}

用于创建、检查、编辑或转换报告、备忘录、表单、信函等类DOCX文档的技能。要求明确受众与目的,优先使用Markdown草稿,并验证标题、表格及文件路径。
需要生成正式商业文档 编辑现有报告或备忘录 将内容转换为结构化文档格式
lilbot/skills/bundled/documents/SKILL.md
npx skills add terrense/LilBot-agent --skill documents -g -y
SKILL.md
Frontmatter
{
    "mode": "inline",
    "name": "documents",
    "description": "Create, inspect, edit, or convert document-style deliverables."
}

Documents

Use this skill for reports, memos, forms, letters, and DOCX-like deliverables.

Work with a clear structure:

  • Identify audience, purpose, required sections, and output format.
  • Inspect any existing source files before editing.
  • Prefer plain Markdown drafts when native document libraries are unavailable.
  • Verify page headings, tables, references, and final file paths.

User task: {{args}}

用于飞书或Lark的集成工作,涵盖机器人、文档、表格、多维表格、审批流及API配置。强调安全规范,禁止硬编码密钥,要求分离认证与业务逻辑,并在写入操作前启用试运行模式。
需要开发飞书或Lark应用集成 处理飞书文档、表格或审批流程自动化 配置飞书OpenAPI认证与回调
lilbot/skills/bundled/feishu/SKILL.md
npx skills add terrense/LilBot-agent --skill feishu -g -y
SKILL.md
Frontmatter
{
    "mode": "inline",
    "name": "feishu",
    "description": "Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and API setup."
}

Feishu / Lark

Use this skill for Feishu or Lark integration work.

Rules:

  • Never hardcode app secrets, tenant tokens, or user tokens.
  • Keep credentials in environment variables or local ignored config.
  • Separate OpenAPI auth, resource IDs, and business logic.
  • Add dry-run or read-only modes before write operations.
  • Document required scopes and callback URLs.

User task: {{args}}

用于设计周期性检查或重复代理工作流。明确触发条件、频率、停止条件、输出目标及安全门控,优先使用自动化工具实现持久化循环,否则生成可追踪的任务计划。
需要设置定期执行的任务 构建重复性代理工作流
lilbot/skills/bundled/loop/SKILL.md
npx skills add terrense/LilBot-agent --skill loop -g -y
SKILL.md
Frontmatter
{
    "name": "loop",
    "context": "inline",
    "description": "Set up a recurring check or repeated agent workflow.",
    "when_to_use": "Use when the user wants repeated monitoring, recurring work, or a loop until a condition is met.",
    "allowed-tools": "automation_create, automation_list, automation_update, automation_delete, task_create, update_plan"
}

Design a recurring loop for:

{{args}}

Clarify the trigger, cadence, stop condition, output destination, and safety gate. Use automation tools when the loop should persist. If persistence is not available, create a tracked task plan instead.

用于生成占位符文本,支持控制语气、长度和领域。避免冒充最终文案,若无约束则输出简洁的中性英文UI模拟文本。
需要UI原型占位内容 生成测试用假数据文本
lilbot/skills/bundled/lorem-ipsum/SKILL.md
npx skills add terrense/LilBot-agent --skill lorem-ipsum -g -y
SKILL.md
Frontmatter
{
    "name": "lorem-ipsum",
    "context": "inline",
    "description": "Generate placeholder copy with controllable tone and length.",
    "when_to_use": "Use when the user needs temporary UI text, sample prose, fixture copy, or placeholder content.",
    "argument-hint": "<length\/tone\/context>"
}

Generate placeholder content for:

{{args}}

Match the requested domain, tone, and length. Avoid pretending the placeholder is final product copy. If no constraints are supplied, produce concise neutral English text suitable for UI mockups.

用于设计、构建、配置或调试 Model Context Protocol (MCP) 风格工具服务器的技能。提供检查清单,指导分离定义工具/资源/提示、保持 Schema 简洁、处理启动错误、执行冒烟测试及避免密钥泄露,并推荐优先使用 stdio 或 JSON-RPC-lines 协议。
创建 MCP 服务器 调试 MCP 服务器 配置 MCP 工具
lilbot/skills/bundled/mcp-builder/SKILL.md
npx skills add terrense/LilBot-agent --skill mcp-builder -g -y
SKILL.md
Frontmatter
{
    "mode": "inline",
    "name": "mcp-builder",
    "description": "Design, build, configure, or debug Model Context Protocol servers."
}

MCP Builder

Use this skill when creating or debugging MCP-style tool servers.

Checklist:

  • Define tools, resources, and prompts separately.
  • Keep schemas strict and small.
  • Make startup errors visible.
  • Support a simple local smoke test.
  • Avoid leaking secrets through tool output.
  • Prefer stdio or JSON-RPC-lines first, then add HTTP/SSE only when needed.

User task: {{args}}

用于处理PDF文件,支持读取、提取文本、拆分、合并、旋转、添加水印、填充表单、OCR识别及创建PDF。操作前检查文件状态,编辑时保留原文件并输出新路径,验证结果,缺失依赖时提供安装命令。
需要阅读或提取PDF内容 需要对PDF进行拆分、合并或旋转等编辑操作 需要从扫描件PDF中提取文字(OCR) 需要向PDF表单中填写数据
lilbot/skills/bundled/pdf/SKILL.md
npx skills add terrense/LilBot-agent --skill pdf -g -y
SKILL.md
Frontmatter
{
    "mode": "inline",
    "name": "pdf",
    "description": "Read, extract, split, merge, rotate, watermark, fill, OCR, or create PDF files."
}

PDF

Use this skill for PDF work.

Procedure:

  • Inspect file existence, size, and page count when possible.
  • Extract text before summarizing.
  • For edits, keep the original file and write a new output path.
  • Verify output page count and text extraction after conversion.
  • If OCR or PDF libraries are unavailable, state the missing dependency and provide the exact next command the user can run.

User task: {{args}}

用于创建、编辑、检查或转换幻灯片演示文稿及PPTX文件。指导用户基于受众和目标规划内容,保持简洁,验证结构细节,并在无原生工具时生成可转换的Markdown大纲。
需要制作或修改PPT/幻灯片 请求将内容转换为演示文稿格式 询问关于演讲或展示的结构建议
lilbot/skills/bundled/presentations/SKILL.md
npx skills add terrense/LilBot-agent --skill presentations -g -y
SKILL.md
Frontmatter
{
    "mode": "inline",
    "name": "presentations",
    "description": "Create, edit, inspect, or convert slide decks and PPTX-style presentations."
}

Presentations

Use this skill for decks, talks, and slide outlines.

Keep slides practical:

  • Start with audience, goal, duration, and slide count.
  • Use one message per slide.
  • Prefer concise titles and speaker notes.
  • Verify order, repeated headers, image paths, and export location.
  • If native PPTX tooling is unavailable, produce a Markdown slide outline that can be converted later.

User task: {{args}}

评估用户信息是否应保存为持久记忆。仅保留稳定偏好、项目约定及可复用事实,过滤隐私、临时任务及易变数据,并规范命名与分类。
用户提及个人偏好或习惯 涉及项目特定约定或配置 包含对后续工作有帮助的通用事实
lilbot/skills/bundled/remember/SKILL.md
npx skills add terrense/LilBot-agent --skill remember -g -y
SKILL.md
Frontmatter
{
    "name": "remember",
    "context": "inline",
    "description": "Decide whether user information should become durable memory.",
    "when_to_use": "Use when the user says to remember something or reveals stable preferences, project facts, or working agreements.",
    "allowed-tools": "memory_save, memory_search, memory_list"
}

Evaluate whether this should be saved as memory:

{{args}}

Save only durable, useful information:

  • Stable user preferences.
  • Project conventions.
  • Reusable facts that will help future work.

Do not save secrets, transient tasks, private data that is not clearly useful, or facts that may change frequently. If saving, choose a short name, concise text, a kind such as preference, project, or fact, and the right scope.

根据简短需求自动生成完整的技能包,包含SKILL.md及辅助文件。确保明确定义技能契约(名称、描述、工具等),并验证其可通过skill_list或load_skill正确加载。
需要创建新技能时 生成技能包模板时
lilbot/skills/bundled/run-skill-generator/SKILL.md
npx skills add terrense/LilBot-agent --skill run-skill-generator -g -y
SKILL.md
Frontmatter
{
    "name": "run-skill-generator",
    "agent": "implementer",
    "aliases": "skillgen",
    "context": "fork",
    "description": "Generate a complete skill package from a short request.",
    "when_to_use": "Use when the user wants a ready-to-install skill directory rather than just guidance.",
    "allowed-tools": "skill_list, load_skill, write_file, edit_file, list_dir"
}

Generate a complete skill package for:

{{args}}

Create a directory containing SKILL.md and any useful companion files. Keep the skill contract explicit: name, description, allowed tools, when_to_use, context, and concrete instructions. Validate that the new skill loads through skill_list or load_skill.

该技能用于调度未来任务、提醒或远程代理动作。它负责从参数中提取确切时间、时区、行动提示及成功条件,并在时间模糊时请求澄清,最终通过自动化工具存储调度信息。
用户需要设置未来的提醒或任务 用户希望安排定时执行的代理动作
lilbot/skills/bundled/schedule/SKILL.md
npx skills add terrense/LilBot-agent --skill schedule -g -y
SKILL.md
Frontmatter
{
    "name": "schedule",
    "context": "inline",
    "description": "Schedule a future task, reminder, or remote-style agent action.",
    "when_to_use": "Use when the user asks to schedule, remind, monitor later, or trigger future agent work.",
    "allowed-tools": "automation_create, automation_list, automation_update, automation_delete, request_user_input"
}

Schedule this future action:

{{args}}

Extract the exact time or recurrence, timezone if present, action prompt, and success condition. If timing is ambiguous, ask one concise clarification. Store the schedule through automation tools when possible.

简化代码、文章或计划,在保持原有意图和行为不变的前提下,移除意外复杂性、重复逻辑、模糊命名及不必要的分支。
用户要求简化代码结构 需要优化文本表达清晰度 请求精简计划步骤
lilbot/skills/bundled/simplify/SKILL.md
npx skills add terrense/LilBot-agent --skill simplify -g -y
SKILL.md
Frontmatter
{
    "name": "simplify",
    "context": "inline",
    "description": "Simplify code, prose, or a plan without changing its intent.",
    "when_to_use": "Use when the user asks to simplify, reduce complexity, clarify, or make something easier to maintain.",
    "allowed-tools": "read_file, grep_files, edit_file, run_tests"
}

Simplify the target while preserving behavior and intent:

{{args}}

Prefer removing accidental complexity, duplicated logic, unclear naming, and unnecessary branching. Keep changes small and validate if code changes are made.

Report what became simpler and what validation was performed.

用于创建或优化LilBot技能,判断技能是否为合适的抽象。提供设计规则:技能应为指导和轻量资产而非可执行逻辑;需结构化执行时用工具;外部服务多用MCP。要求包含完整元数据、触发指引、工作流及异常处理。
需要添加可复用的智能体行为时 评估是否应将功能封装为技能时
lilbot/skills/bundled/skill-creator/SKILL.md
npx skills add terrense/LilBot-agent --skill skill-creator -g -y
SKILL.md
Frontmatter
{
    "mode": "inline",
    "name": "skill-creator",
    "description": "Create or improve LilBot skills and decide when a skill is the right abstraction."
}

Skill Creator

Use this skill when adding reusable agent behavior.

Skill design rules:

  • A skill is guidance plus lightweight assets, not executable business logic.
  • Use a tool when structured execution is required.
  • Use MCP when an external service has multiple tools/resources.
  • Keep frontmatter complete: name, description, and mode.
  • Include trigger guidance, workflow, verification, and failure handling.

User task: {{args}}

用于安装、更新、信任或检查本地/社区技能文件夹。提供安全清单,包括审查SKILL.md、列出文件、优先本地安装及记录信任决策,确保技能引入的安全性。
用户需要安装新的技能 用户想要更新现有技能 用户希望检查技能的可信度 用户需要查看技能的依赖文件
lilbot/skills/bundled/skill-installer/SKILL.md
npx skills add terrense/LilBot-agent --skill skill-installer -g -y
SKILL.md
Frontmatter
{
    "mode": "inline",
    "name": "skill-installer",
    "description": "Install, update, trust, or inspect local\/community skill folders."
}

Skill Installer

Use this skill when inspecting or installing skills.

Safety checklist:

  • Inspect SKILL.md before trusting a skill.
  • List companion files and any executable scripts.
  • Prefer project-local installs under .lilbot/skills.
  • Do not run installer scripts without explicit permission.
  • Record source, version, and trust decision.

User task: {{args}}

将重复工作流转化为可复用的LilBot技能文件。根据输入生成符合特定格式的SKILL.md,包含名称、描述、工具限制及触发条件。规则强调技能需具体、仅用必要工具,并谨慎使用fork上下文或附加文件以优化性能。
用户希望将某个工作流程固化为可复用技能 需要创建或改进LilBot的SKILL.md配置文件
lilbot/skills/bundled/skillify/SKILL.md
npx skills add terrense/LilBot-agent --skill skillify -g -y
SKILL.md
Frontmatter
{
    "name": "skillify",
    "agent": "implementer",
    "aliases": "skill-generator, make-skill",
    "context": "fork",
    "description": "Turn a repeated workflow into a reusable LilBot SKILL.md.",
    "when_to_use": "Use when the user describes a reusable process, asks to create a skill, or repeats an agent workflow.",
    "allowed-tools": "read_file, list_dir, grep_files, write_file, edit_file, load_skill, skill_list",
    "argument-hint": "<workflow description>"
}

Create or improve a LilBot skill from this workflow:

{{args}}

Target format:

---
name: short-kebab-name
description: One sentence describing the capability.
allowed-tools: read_file, grep_files
when_to_use: Use when ...
context: inline
---
Actionable instructions for the model.

Rules:

  • Keep the skill specific enough to be useful.
  • Include only tools that are actually needed.
  • Use context: fork only for self-contained work that can run independently.
  • Add companion files only when they reduce prompt size or improve accuracy.
用于处理 XLSX、CSV 等电子表格及表格文件。支持检查数据质量、清洗转换、验证公式与日期,并强调保留源文件及输出可重复性。
创建或编辑 Excel/CSV 文件 分析表格数据 清洗脏数据 将数据转换为 CSV
lilbot/skills/bundled/spreadsheets/SKILL.md
npx skills add terrense/LilBot-agent --skill spreadsheets -g -y
SKILL.md
Frontmatter
{
    "mode": "inline",
    "name": "spreadsheets",
    "description": "Create, inspect, clean, analyze, or convert spreadsheet and tabular files."
}

Spreadsheets

Use this skill for XLSX, CSV, TSV, formulas, charts, and tabular reports.

Workflow:

  • Inspect columns, row count, encodings, and missing values.
  • Preserve source files; write cleaned outputs separately.
  • Make transformations explicit and repeatable.
  • Validate totals, formulas, date parsing, and header names.
  • Prefer CSV for simple outputs when spreadsheet libraries are unavailable.

User task: {{args}}

用于在智能体陷入停滞或循环时恢复进度。通过审计当前状态(已知信息、错误假设、缺失证据),确定最小可逆下一步,并生成包含具体命令和文件检查的简短恢复计划。
工作进度停滞 智能体可能陷入循环
lilbot/skills/bundled/stuck/SKILL.md
npx skills add terrense/LilBot-agent --skill stuck -g -y
SKILL.md
Frontmatter
{
    "name": "stuck",
    "agent": "review",
    "context": "fork",
    "description": "Recover when progress stalls or the agent may be looping.",
    "when_to_use": "Use when work is blocked, repeated attempts failed, or the next step is unclear.",
    "allowed-tools": "read_file, list_dir, grep_files, git_status, git_diff, run_tests, update_plan, agent_open, agent_eval"
}

Unstick this work:

{{args}}

Audit the current state:

  1. What is actually known?
  2. What assumption might be false?
  3. What evidence is missing?
  4. What is the smallest reversible next step?
  5. Should a specialist subagent inspect a narrower question?

Return a short recovery plan with concrete commands/files to inspect next.

用于检查和更新LilBot项目或用户配置。通过查找并编辑相关配置文件,保留无关设置,解释具体变更及验证方法,若设置不存在则建议最小兼容添加。
检查LilBot配置 更新用户配置 修改项目设置
lilbot/skills/bundled/update-config/SKILL.md
npx skills add terrense/LilBot-agent --skill update-config -g -y
SKILL.md
Frontmatter
{
    "name": "update-config",
    "context": "inline",
    "description": "Help inspect and update LilBot project or user configuration.",
    "when_to_use": "Use when the user wants to change configuration, defaults, model settings, permissions, or local agent behavior.",
    "allowed-tools": "read_file, list_dir, grep_files, write_file, edit_file, diagnostics"
}

Inspect and update configuration for this request:

{{args}}

Find the relevant config file before editing. Preserve unrelated settings. Explain the exact setting changed and how to verify it. If the requested setting does not exist, propose the smallest compatible addition.

专为DeepSeek V4模型设计,指导多步骤或计划驱动型任务的最佳实践。强调执行前验证事实与文件状态、保持计划简短可追踪、避免引用过期内容、优先使用专用工具,并要求输出包含证据、变更文件、测试及风险等完整闭环信息。
涉及多步骤的复杂任务处理 需要制定并执行详细计划的场景 使用DeepSeek V4模型进行开发或分析工作
lilbot/skills/bundled/v4-best-practices/SKILL.md
npx skills add terrense/LilBot-agent --skill v4-best-practices -g -y
SKILL.md
Frontmatter
{
    "mode": "inline",
    "name": "v4-best-practices",
    "description": "Use for DeepSeek V4-style multi-step or plan-driven tasks."
}

V4 Best Practices

Use this skill on multi-step work with DeepSeek V4 models.

Rules:

  • Verify current facts and local file state before committing to a plan.
  • Keep plans short, concrete, and status-tracked.
  • Avoid stale references after file edits; re-read the area you changed.
  • Prefer dedicated tools over shell when available.
  • End with evidence, changed files, tests, risks, and blockers.

User task: {{args}}

用于在报告完成前验证实现工作的正确性。根据用户描述或参数生成包含状态(通过/失败/部分)、证据、风险和下一步行动的精简评估,强调具体验证而非口头保证。
用户要求验证已完成的工作 提交代码或功能前的最终检查
lilbot/skills/bundled/verify/SKILL.md
npx skills add terrense/LilBot-agent --skill verify -g -y
SKILL.md
Frontmatter
{
    "name": "verify",
    "agent": "verifier",
    "context": "fork",
    "description": "Verify that implementation work is correct before reporting done.",
    "when_to_use": "Use after non-trivial implementation, backend\/API changes, infrastructure changes, or before claiming completion.",
    "allowed-tools": "read_file, list_dir, grep_files, git_status, git_diff, run_tests, agent_open, agent_eval"
}

Verify the work described by the user or by these arguments:

{{args}}

Produce a compact verdict:

STATUS: PASS, FAIL, or PARTIAL. EVIDENCE: commands run, files inspected, and exact outcomes. RISKS: unresolved edge cases or missing coverage. NEXT: smallest next action if not PASS.

Prefer concrete validation over reassurance. If tests cannot be run, explain why and substitute targeted code inspection with file references.

协助解释或设计键盘快捷键绑定。检查现有配置,优先选择熟悉且无冲突的快捷键,提示终端限制,并返回简洁的映射表及必要的配置更改建议。
用户询问如何设置键盘快捷键 用户需要设计新的快捷键方案 用户遇到快捷键冲突问题
lilbot/skills/bundled/keybindings-help/SKILL.md
npx skills add terrense/LilBot-agent --skill keybindings-help -g -y
SKILL.md
Frontmatter
{
    "name": "keybindings-help",
    "context": "inline",
    "description": "Explain or design keyboard shortcut bindings.",
    "when_to_use": "Use when the user asks about keyboard shortcuts or terminal keybinding behavior.",
    "allowed-tools": "read_file, list_dir, grep_files",
    "user-invocable": false
}

Help with keybindings:

{{args}}

Check existing configuration when available. Prefer familiar shortcuts, avoid conflicts, and note terminal limitations for modifier keys. Return a concise mapping table and any config changes needed.

用于生成或规划符合 LilBot 规范的本地插件。该技能确保每个脚本仅包含单一工具,通过标准输入输出 JSON 数据,并强制要求提供名称、描述、Schema、审批状态及冒烟测试命令,以构建安全可靠的工具封装。
用户需要创建新的本地插件 用户希望为外部工具编写包装器
lilbot/skills/bundled/plugin-creator/SKILL.md
npx skills add terrense/LilBot-agent --skill plugin-creator -g -y
SKILL.md
Frontmatter
{
    "mode": "inline",
    "name": "plugin-creator",
    "description": "Scaffold or plan LilBot-style local plugins."
}

Plugin Creator

Use this skill when the user wants a plugin or external tool wrapper.

Plugin contract:

  • One narrow tool per script.
  • JSON input on stdin and JSON result on stdout.
  • Frontmatter or manifest includes name, description, schema, and approval.
  • Fail closed on invalid input.
  • Include a smoke test command and an example call.

User task: {{args}}

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-21 04:21
浙ICP备14020137号-1 $お客様$