← 返回 Skills 市场
kaichaosun

Movedone

作者 kaichaosun · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ⚠ pending
156
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install movedone
功能描述
Manage Movedone kanban projects, columns, tasks, comments, and task links via the local HTTP API.
安全使用建议
This skill is coherent and limited to calling a Movedone HTTP API. Before installing: (1) Only set MOVEDONE_BASE_URL to a trusted endpoint (ideally localhost as the setup suggests); do not point it at unknown remote services. (2) Treat MOVEDONE_AUTH_TOKEN as a secret — it grants full API access; rotate it if exposed. (3) Be aware the skill can post comments and modify tasks if invoked, so review any agent outputs before allowing autonomous actions. If you need stronger safeguards, avoid enabling autonomous invocation or restrict the agent's ability to call this skill.
能力评估
Purpose & Capability
Name/description (manage Movedone via local HTTP API) align with the declared requirements: curl and two env vars (MOVEDONE_BASE_URL, MOVEDONE_AUTH_TOKEN). Nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md contains explicit curl examples that only call the configured base URL with the bearer token. Instructions do not reference other files, system paths, or unrelated environment variables.
Install Mechanism
No install spec or code files — instruction-only skill. This is low-risk; it relies on curl being present, which is declared.
Credentials
The only required env vars are MOVEDONE_BASE_URL and MOVEDONE_AUTH_TOKEN, which are appropriate for an HTTP API client. These values are sensitive (the token grants full API access) and the base URL could be set to a remote host if misconfigured, so protect them and ensure the base URL points to your trusted local app.
Persistence & Privilege
always is false and the skill does not request any persistent system changes or other skills' configs. The normal platform default allowing autonomous invocation applies but is not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install movedone
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /movedone 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
- Updated to use the Movedone local HTTP API throughout, instead of the "bridge API" - The setup process and documentation now reference the new HTTP API port and "OpenClaw" settings location - Added requirement for an X-Agent-Name header when adding task comments - Updated example commands and environment variable instructions to match the latest Movedone app and API changes - Revised notes for new headers and API behavior
v0.1.0
Initial release of the movedone skill. - Manage Movedone kanban projects, columns, tasks, comments, and task links via the local HTTP bridge API. - Supports project and column creation, deletion, renaming, and retrieval. - Full CRUD operations for tasks, including search, move, and priority/tag updates. - Add and list task comments and task links (dependencies, blocking, related). - Requires Movedone desktop app, HTTP bridge enabled, with `curl` and configured environment variables.
元数据
Slug movedone
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Movedone 是什么?

Manage Movedone kanban projects, columns, tasks, comments, and task links via the local HTTP API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 Movedone?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install movedone」即可一键安装,无需额外配置。

Movedone 是免费的吗?

是的,Movedone 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Movedone 支持哪些平台?

Movedone 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Movedone?

由 kaichaosun(@kaichaosun)开发并维护,当前版本 v0.2.0。

💬 留言讨论