trilium
使用 Trilium Notes(笔记本应用程序)并通过 Trilium Notes ETAPI 实现自动化。此技能允许您在 Trilium 数据库中阅读、搜索和创建注释。用于管理笔记本内容或在 Trilium 中搜索信息。开始使用: (1) 在 Trilium 中,转至选项 -> ETAPI 并创建一个新的 ETAPI 令牌。 (2) 在您的环境或 .env 文件中设置 TRILIUM_ETAPI_TOKEN 和 TRILIUM_SERVER_URL。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~mtbf999-triliumcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~mtbf999-trilium/file -o mtbf999-trilium.md## 概述(中文) 使用 Trilium Notes(笔记本应用程序)并通过 Trilium Notes ETAPI 实现自动化。此技能允许您在 Trilium 数据库中阅读、搜索和创建注释。用于管理笔记本内容或在 Trilium 中搜索信息。开始使用: (1) 在 Trilium 中,转至选项 -> ETAPI 并创建一个新的 ETAPI 令牌。 (2) 在您的环境或 .env 文件中设置 TRILIUM_ETAPI_TOKEN 和 TRILIUM_SERVER_URL。 ## 原文 # Trilium Notes Work with Trilium Notes via the [ETAPI](https://github.com/zadam/trilium/wiki/Etapi). ## Configuration This skill requires a Trilium ETAPI token and the server URL. These should be stored in the environment or passed by the user. - `TRILIUM_ETAPI_TOKEN`: Your ETAPI token (generated in Trilium -> Options -> ETAPI). - `TRILIUM_SERVER_URL`: The URL of your Trilium server (e.g., `http://localhost:8080`). ## Core Concepts - **Note ID**: A unique identifier for a note (e.g., `root`, `_day_2026-02-11`). - **Attributes**: Metadata attached to notes (labels, relations). - **ETAPI**: The External Trilium API, a REST API for interacting with the database. ## Example Prompts ### Search for information - "Search my Trilium notes for 'Home Lab'" - "Find any notes in Trilium about 'Docker configuration'" - "What did I write in Trilium about 'Project X'?" ### Create new content - "Create a new note in Trilium called 'Meeting Notes' under the root folder" - "Add a note to Trilium with title 'Ideas' and content 'Buy more coffee'" - "Create a text note in Trilium under my 'Projects' folder" ### Read and retrieve - "Show me the content of my Trilium note called 'Todo List'" - "Get the details for the Trilium note with ID 'U5cC2X3KKPdC'" ## Reference Documentation For detailed API information, see [references/api.md](references/api.md).