← Back to Skills Marketplace
Movedone
by
kaichaosun
· GitHub ↗
· v0.2.0
· MIT-0
156
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install movedone
Description
Manage Movedone kanban projects, columns, tasks, comments, and task links via the local HTTP API.
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install movedone - After installation, invoke the skill by name or use
/movedone - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Movedone?
Manage Movedone kanban projects, columns, tasks, comments, and task links via the local HTTP API. It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.
How do I install Movedone?
Run "/install movedone" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Movedone free?
Yes, Movedone is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Movedone support?
Movedone is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Movedone?
It is built and maintained by kaichaosun (@kaichaosun); the current version is v0.2.0.
More Skills