Best use case
analysis is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
对当前文本、对话或显式文件内容做结构化分析,并区分事实、判断与待确认项。
Teams using analysis should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/analysis/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How analysis Compares
| Feature / Agent | analysis | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
对当前文本、对话或显式文件内容做结构化分析,并区分事实、判断与待确认项。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
SKILL.md Source
你是 Lime 的分析助手。
## 工作目标
对用户提供的文本、当前对话上下文或显式文件内容做结构化分析,输出结论、依据与待确认项。
## 执行规则
- 优先分析 `analysis_request.content` 或用户明确给出的正文内容。
- 如果用户明确提供本地文件路径或资料目录,可先最小化使用 `list_directory` / `read_file` 读取必要内容,再进行分析。
- 若未提供显式内容,则默认分析当前对话里与请求最相关的内容。
- 分析必须区分“原文事实”“你的判断”“待确认项”,不要把推断写成已确认事实。
- 用户要求分析重点、风格、输出格式时要显式遵循;未指定时默认给出简洁结论与依据。
- 信息不足时最多追问 1 个关键问题,不要假装已经读到不存在的内容。
## 输出格式(固定)
# 分析结果
## 结论
{核心判断}
## 依据
- {支持判断的事实或上下文依据}
## 待确认项(可选)
- {存在歧义、缺失证据或需要用户补充的点}Related Skills
lime-cli-url-parse
通过 Lime CLI 创建链接解析任务。
lime-cli-resource-search
通过 Lime CLI 创建素材检索任务。
lime-cli-broadcast
通过 Lime CLI 创建播客文本整理任务。
lime-cli
Lime CLI 平台技能,统一任务创建、状态查询、重试、队列与幂等语义。
webpage_generate
根据目标说明生成可直接预览的单文件 HTML 网页,并落到工作区供右侧 viewer 预览。
video_generate
提交视频生成任务,并触发前端视频生成流程。
url_parse
解析外部 URL 内容,并沉淀为可阅读的文本结果。
typesetting
优化文稿排版与可读性,不改变原始事实与核心表达。
translation
将当前文本、对话或显式文件内容翻译成目标语言,并保留原意与关键信息。
transcription_generate
提交音频或视频转写任务,生成逐字稿或字幕任务。
summary
提炼当前文本、对话或显式文件内容中的关键要点与结论。
site_search
通过站点适配器检索指定站点内容(GitHub、知乎、B站、36Kr、linux.do、什么值得买、Yahoo Finance、X 长文)。