remotion-docs

仓库创建 2026年7月27日最近提交 2 天前SkillHot 收录 2 天前
▸ 精选理由

便于自动化查文档与回答开发者问题,提升效率。

▸ 风险提示

调用 Algolia API 需联网并可能需要配置 API Key。

这个 Skill 做什么

通过 Algolia API 检索并获取 Remotion 官方文档页面内容。

用 Algolia API 搜索并抓取 Remotion 的官方文档页面,帮你快速找到并读取最新的用法说明和示例。适合查组件、API 或示例用法时使用,不用手动翻网页。特点是直接对接文档索引,能拿到准确、实时的文档内容。

▸ 展开 SKILL.md 英文原文

Search and fetch Remotion documentation pages

开发编程文档检索AlgoliaRemotion通用
0
Stars
0
Forks
12
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/melonwer/hearsay/main/.agents/skills/remotion-docs/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/melonwer/hearsay/main/.agents/skills/remotion-docs/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
This skill teaches you how to discover and read current Remotion documentation.
If this is not relevant, load [Remotion Best Practices](../remotion-best-practices/SKILL.md) instead.

## Searching the docs

Use the Algolia search API to find relevant documentation pages:

```
POST https://plsduol1ca-dsn.algolia.net/1/indexes/*/queries?x-algolia-api-key=3e42dbd4f895fe93ff5cf40d860c4a85&x-algolia-application-id=PLSDUOL1CA
Content-Type: application/x-www-form-urlencoded

{
  "requests": [
    {
      "query": "<your search query>",
      "indexName": "remotion",
      "params": "attributesToRetrieve=[\"hierarchy.lvl0\",\"hierarchy.lvl1\",\"hierarchy.lvl2\",\"url\"]&hitsPerPage=10"
    }
  ]
}
``
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有