Agent Skills › terrense/LilBot-agent

terrense/LilBot-agent

GitHub

将大型请求分解为可追踪的较小任务批次。通过制定执行计划、分组工作、识别依赖和并行机会,利用子代理进行独立调查或验证,确保每个任务足够小以便审查和测试。

26 个 Skill 159

安装全部 Skills

npx skills add terrense/LilBot-agent --all -g -y
更多选项

预览集合内 Skills

npx skills add terrense/LilBot-agent --list

集合内 Skills (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使用、模型及集成模式。需验证官方文档或代码库中的事实,提供简洁的实现指导并在必要时引用URL。
询问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服务器,则用于检查、点击、输入或捕获页面状态;否则解释缺少连接器,并仅使用网页抓取/搜索处理公开页面。
需要操作浏览器界面元素时 获取动态渲染的网页内容时
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或异常行为,通过复现症状、定位代码路径、收集证据来推断根因,并推荐最小修复方案及验证方法。
用户报告程序存在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配置。遵循安全规范,禁止硬编码凭证,分离认证与业务逻辑,并在写入操作前启用干跑模式,同时记录所需权限和回调URL。
需要对接飞书或Lark API 创建或管理飞书机器人 操作飞书文档或表格 配置飞书审批流程 处理飞书应用鉴权与Token
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 服务器问题
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大纲。
用户需要制作或修改演示文稿 用户需要将内容转换为幻灯片格式 用户请求生成PPTX或类似格式的演示材料
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技能,指导何时使用技能抽象。强调技能应包含指引和轻量资产而非可执行逻辑,需明确触发条件、工作流及异常处理,确保元数据完整。
需要添加可复用的智能体行为时 评估是否应将功能抽象为技能时
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。根据输入生成包含名称、描述、工具及上下文的标准技能文件,确保内容具体且仅包含必要工具。
用户希望将日常操作固化为技能 需要将复杂流程简化为可复用模块
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、TSV 等电子表格及表格文件。支持创建、检查、清洗、分析和转换数据,涵盖公式、图表和报告。工作流程包括检查列、行数、编码及缺失值,保留源文件并单独输出清洗结果,确保转换可重复,并验证总计、公式、日期解析及表头。
需要创建或编辑 Excel/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模型设计,指导多步骤或计划驱动型任务的最佳实践。强调执行前验证事实与文件状态,保持计划简短具体并跟踪状态,避免引用过期内容,优先使用专用工具而非Shell,并在结束时提供证据、变更文件及风险评估。
涉及多步骤的复杂任务 需要制定和执行计划的场景 使用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 输入输出、包含元数据及失败保护等规范,适用于需要创建外部工具包装器或特定功能插件的场景。
用户想要创建插件 用户想要封装外部工具
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-13 19:51
浙ICP备14020137号-1 $访客地图$