Skip to main content

Achuan-2/siyuan-plugin-copilot

SkillsMP 已收集 Achuan-2/siyuan-plugin-copilot 中的 31 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
31
GitHub 星标
158
GitHub Forks
32

这个仓库中的 skills

已展示 31 / 31 个已收集 Skill。

职业分类
档案文员
描述

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).

更新
已展示 31 / 31 个已收集 Skill。