Asset management. Actions: upload(id, files=comma-separated absolute paths), unused(), clean(path?), stat(path).
原文の言語: 中国語
メニュー
SkillsMP は Achuan-2/siyuan-plugin-copilot から 31 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 31 件中 31 件を表示しています。
Asset management. Actions: upload(id, files=comma-separated absolute paths), unused(), clean(path?), stat(path).
原文の言語: 中国語
Block custom-attribute operations. Actions: get(id), set(id, attrs object), batch-get(ids comma-separated).
原文の言語: 中国語
Block operations. Actions: get(id), get_kramdown(id), get_children(id), tree_stat(id, by document), dom(id), insert(data, dataType, parentID?, nextID?, previousID?), append(data, dataType, parentID) / prepend(...) add a NEW child — use after block.update when…
原文の言語: 中国語
Bookmark management. Actions: list(), labels(), remove(label), rename(old, new).
原文の言語: 中国語
Daily note operations. Actions: create(notebook) — create/open today's note, append(notebook, data, dataType?) / prepend(...) add a block.
原文の言語: 中国語
Attribute view (database) operations. Actions: search(keyword), get(id), render(id, viewID?, query?, page=1, pageSize=50), keys(id), key_add(id, name, type, icon?, prev?), key_remove(id, keyID, removeRelationDest?), item_add(id, blockID?, content?, viewID?,…
原文の言語: 中国語
Document operations. Actions: get(id), create(notebook, path=hPath, title, markdown?), list(notebook, path=hPath default /), delete(id), rename(id, title), move(id, notebook, path=target hPath), duplicate(id), search_docs(keyword), info(id).
原文の言語: 中国語
Export operations. Actions: md(id), html(id), preview(id), docx(id, output path), sy(id) → .sy.zip, md-zip(id), data() → full workspace backup.
原文の言語: 中国語
Workspace file operations (paths relative to workspace; debugging/log reading only — never use for workspace data). Actions: list(path, limit=200, 0/-1=unlimited), read(path, offset, limit; default 200 lines, limit=-1 for full), write(path, data),…
原文の言語: 中国語
Frontend/UI actions in the SiYuan editor (run in the browser; may change what the user sees). Actions: open_setting(query?), focus_block(id), open_document(id), open_search(query?). Plugins may register more — see <plugin_actions> and invoke by full name…
原文の言語: 英語
Document history operations. Actions: list(query?, notebook?, op?, type?, page?), search(query, notebook?, op?, type?, page?), get(path), rollback(path), clear().
原文の言語: 中国語
Send an HTTP request to a REST API and return the raw text response (JSON is kept as-is). action (HTTP method): get (default)/post/put/delete/patch. url (http/https), headers (object), body (string). Use this instead of web_fetch when you need POST, custom…
原文の言語: 英語
Import operations (absolute local paths). Actions: md(notebook, path, targetPath?), sy(notebook, path, targetPath?) — .sy.zip, data(path) — full backup zip.
原文の言語: 中国語
Inbox management (cloud-clipped web pages, messages, and audio/video/file attachments; requires subscription). Actions: list(page=1), get(id), convert(ids, notebook, path=/, remove_after=true) — converts one or more shorthands into local documents under the…
原文の言語: 複数言語
Notebook management. Actions: list(), open(id), close(id), create(name), rename(id, name), remove(id), set_icon(id, icon), random_icon(id?).
原文の言語: 中国語
Document outline (heading tree). Action: get(id).
原文の言語: 判定不能
Ask the user questions to clarify needs/preferences (do NOT use for plain-text option lists). questions[]: each {header (short label), question, options[] {label, description}, multiple?, custom?}.
原文の言語: 英語
Reference/backlink operations. Actions: backlinks(id, keyword?, sort?), mentions(id, keyword?, sort?), refresh(id).
原文の言語: 中国語
Repository (data snapshot) operations. Actions: list(tag?, page=1), create(memo?), tag(id, name), untag(name), checkout(id), diff(left, right), search(keyword, page?), purge(), file_get(id), file_rollback(id), file_open(id), file_export(id).
原文の言語: 中国語
Search. Actions: fulltext(query, page=1, pageSize=20, notebook?, path?, type?, subtype?, method?, orderBy?, groupBy?), semantic(query, page=1, pageSize=20, notebook?, path?, type?, subtype?) — semantic needs AI embedding configured; asset(query, page=1,…
原文の言語: 英語
Skill operations: load(name), save(name, content), install(url), remove(name), rename(name, new_name), list().
原文の言語: 中国語
Read-only SQL on SiYuan's database. Action: query(stmt) — SELECT only.
原文の言語: 英語
Data sync operations. Actions: perform() (full upload+download), upload(), download(), status().
原文の言語: 中国語
System info. Actions: version(), current_time(), workspace().
原文の言語: 中国語
Tag management. Actions: list(keyword?), rename(old, new), remove(label).
原文の言語: 中国語
Template management. Actions: search(keyword?), get(path), remove(path), render(path, id), save_as(id, name, overwrite?), create(name, content, overwrite?).
原文の言語: 中国語
Maintain a session task list (each call replaces the list). todos[]: each {content, status: pending|in_progress|completed|cancelled}.
原文の言語: 英語
Extract a zip archive within the workspace. Provide the workspace-relative path to the zip file and the destination directory (also workspace-relative). The destination will be created if it does not exist.
原文の言語: 英語
Fetch a web page and convert to Markdown or text. url (http/https), format: markdown (default) or text.
原文の言語: 英語
Web search via Exa, returns text results. Action: query(keywords).
原文の言語: 判定不能
Workspace management. Actions: list(), info() (path, version, valid).
原文の言語: 中国語