一键导入
cloudsaver
Use this skill when calling the local CloudSaver API for status checks, resource search, Douban hot lists, share parsing, or transfer actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when calling the local CloudSaver API for status checks, resource search, Douban hot lists, share parsing, or transfer actions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
审查、安装、配置、激活、验证、更新和回滚 AgentDock Skill 时使用;负责来源校验、安全评估、环境配置和已安装版本验收。
Manage a Linkwarden instance through its official HTTP API: check configuration, search and inspect bookmarks, collections, tags and highlights, and perform controlled link, collection or tag changes with explicit confirmation for destructive actions.
Search, read, create, update and organize notes in a Trilium Notes instance through the official ETAPI, including revisions, branches, attributes, attachments, calendar notes and explicitly confirmed destructive operations.
Use this skill to query and manage subscriptions in a self-hosted Wallos instance through its official HTTP API. Covers subscriptions, monthly cost, categories, currencies, payment methods, household members, and the current user; excludes administrator, OIDC, notification-secret, Fixer, and generic API management.
OpenList v4 HTTP API integration for AgentDock: authentication, file browsing/search, safe text uploads, file operations, storage/driver inspection, and restricted generic API calls.
创建、设计、修改、升级、重构和验证 AgentDock Skill 时使用;负责可移植核心、文档、引用、辅助脚本、测试、版本和本地安装验证。
| name | cloudsaver |
| description | Use this skill when calling the local CloudSaver API for status checks, resource search, Douban hot lists, share parsing, or transfer actions. |
| version | 0.3.4 |
调用 DockMini 本机 CloudSaver HTTP API,支持状态、登录、资源搜索、豆瓣热门、115/夸克分享解析与转存、设置、赞助信息和 Telegram 图片。
~/.agentdock/skill-data/cloudsaver/。Skill 本体是本说明文档。确需调用包内辅助脚本时,在 Skill 包根目录使用相对路径执行;运行宿主负责切换到包根目录并把所需变量注入当前子进程。
printf '%s' '{"skill_action":"<动作>"}' | python3 run.py
输入必须是 JSON 对象。写操作仍按本文档中的确认规则执行。
| 动作 | 用途 |
|---|---|
cloud115-folders | List 115 folders. Requires token and configured 115 cookie in CloudSaver settings. |
cloud115-save | Save 115 shared files. Requires token and configured 115 cookie. Body: shareCode, receiveCode?, folderId, fids, fidTokens?. |
cloud115-share-info | Get 115 share info. Requires token. Params: shareCode, optional receiveCode. |
douban-hot | Get Douban hot list via CloudSaver. Inputs: type (default 全部), category (default 热门), api (default movie), limit (default 50), optional start. |
get-setting | Get CloudSaver user/global settings. Requires token. |
login | Login to CloudSaver and return token in response data. Password is passed only to local CloudSaver API. |
quark-folders | List Quark folders. Requires token and configured Quark cookie in CloudSaver settings. |
quark-save | Save Quark shared files. Requires token and configured Quark cookie. Body: shareCode, receiveCode?, folderId, fids, fidTokens?. |
quark-share-info | Get Quark share info. Requires token. Params: shareCode, optional receiveCode. |
register | Register a CloudSaver user with register code. |
save-setting | Save CloudSaver settings. Requires token. Body should include userSettings and optionally globalSetting. |
search | Search CloudSaver resources by keyword. Supports auto-login on token expiry via request_with_auto_login. |
search-with-login | Login to local CloudSaver, keep the token internal, then search resources by keyword. Final output remains redacted by the helper. |
sponsors | Get CloudSaver sponsors list. |
status | Check CloudSaver container and HTTP endpoint status. |
tele-images | Get Telegram images from CloudSaver. |