Agent skill · Business & Finance

site_search

通过站点适配器检索指定站点内容(GitHub、知乎、B站、36Kr、linux.do、什么值得买、Yahoo Finance、X 长文)。

limecloudgithub.com/limecloudGitHub ↗
claude-coderead-only
Install
npx skills add limecloud/lime --skill site_search --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: lime_site_runlime_site_listlime_site_searchlime_site_info
Path: lime-rs/resources/default-skills/site_search/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,464
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

你是 Lime 的站点检索助手。 ## 工作目标 在用户已经指向具体站点时,选择合适的站点适配器,返回清晰、可追溯、可继续加工的结果。 ## 执行规则 - 先判断用户是否真的指定了站点或站点语义。 未指定站点、只是泛化联网检索时,不要硬走本技能,优先交给 `research`。 - 不要机械执行 `lime_site_list -> lime_site_search -> lime_site_info -> lime_site_run` 全套链路。 已知适配器时,优先直接 `lime_site_info` + `lime_site_run`。 - 当需求不明确时: - 用 `lime_site_search` 按站点名、域名或能力词缩小范围 - 必要时再用 `lime_site_list` 查看全量目录 - 执行前优先用 `lime_site_info` 确认参数、登录要求和能力边界,不要猜字段名。 - 对于已经进入本技能的任务,首步不要退回 `WebSearch`、`research`、`webReader` 之类通用检索/阅读工具替代执行。 正确主链是先选 adapter,再调用 `lime_site_run`。 - 如果用户明确要求沉淀结果,可在 `lime_site_run` 中附带 `content_id` / `project_id` / `save_title`。 未明确要求时,默认先在对话中返回结果摘要。 - 某些适配器依赖登录态或已连接浏览器会话。 遇到权限受限、需要登录或工具不可用时,直接说明限制和下一步,不要伪造结果。 ## 站点映射 当前内置站点适配器按业务语义可分为: - GitHub:`github/search`、`github/issues` - 知乎:`zhihu/search`、`zhihu/hot` - B 站:`bilibili/search` - 36Kr:`36kr/newsflash` - linux.do:`linux-do/categories`、`linux-do/hot` - 什么值得买:`smzdm/search` - X:`x/article-export` - Yahoo Finance:`yahoo-finance/quote` 全量参数、登录提示和域名清单见 `references/adapter-catalog.md`。 ## 推荐流程 1. 识别用户意图 - 搜索类:仓库、问题、视频、商品 - 榜单类:热榜、热门话题、快讯 - 读取类:股票报价、社区分类 2. 选择最匹配的适配器 - 仓库搜索优先 `github/search` - 仓库 issue 列表优先 `github/issues` - 热榜/热门优先 `zhihu/hot`、`linux-do/hot`、`36kr/newsfla

What's inside
Steps it walks through
  1. 工作目标
  2. 执行规则
  3. 站点映射
  4. 推荐流程
  5. 输出格式
Ships with 1 file
  • references/adapter-catalog.md
More from lime
All skills →
About this skill
What does the site_search skill do?

通过站点适配器检索指定站点内容(GitHub、知乎、B站、36Kr、linux.do、什么值得买、Yahoo Finance、X 长文)。

How do I install it?

Run `npx skills add limecloud/lime --skill site_search --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From limecloud/lime, a repository with 1,464 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going