--tags comma-separated tags (match any).
--kind match a frontmatter kind.
--authors comma-separated authors (match any).
--publications comma-separated publication keys (match any).
--id match exact frontmatter id.
--title substring match in frontmatter title.
--path-prefix path prefix under /library.
--date-from ISO date (YYYY-MM-DD) for date-created.
--date-to ISO date (YYYY-MM-DD) for date-created.
--json for machine-readable output.
Output (JSON)
{
"matches": [
{
"path": "study/...",
"title": "Title",
"id": "doc-id",
"date_created": "YYYY-MM-DD",
"tags": ["tag1", "tag2"],
"kind": "doc",
"authors": ["emsenn"],
"publications": ["emsenn-net: publishable"]
}
]
}
- HTTP: POST /api/v1/skills/library-api-query/execute with {“inputs”: {…}}.