← Back to Skills Marketplace
byungkyu

Motion

by byungkyu · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
742
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install motion
Description
Manage tasks, projects, workspaces, and scheduling in Motion with full CRUD operations via OAuth-secured API integration.
Usage Guidance
This skill proxies Motion API calls through maton.ai. Before installing: (1) Confirm maton.ai, gateway.maton.ai, ctrl.maton.ai, and connect.maton.ai are trustworthy and legitimate for your org; the skill will send your MATON_API_KEY to those domains. (2) Use a least-privilege API key (create a scoped or test key if possible) and store it securely; rotate it if you suspect misuse. (3) When completing OAuth flows, verify the browser URL and session_token host are correct and expected. (4) If you prefer direct integrations, consider using Motion's official API (api.usemotion.com) rather than a third-party proxy. (5) Note the registry metadata didn't mark a primary credential — treat MATON_API_KEY as the primary secret and only grant it if you accept Maton acting as an intermediary.
Capability Analysis
Type: OpenClaw Skill Name: motion Version: 1.0.0 The skill bundle is benign. It provides documentation and code examples for integrating with the Motion API via a Maton gateway. All network calls are directed to `maton.ai` domains, which are consistent with the stated purpose. The skill requires a `MATON_API_KEY` environment variable, which is explicitly declared and used appropriately for authentication. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent within the `SKILL.md` instructions or code examples.
Capability Assessment
Purpose & Capability
Name/description (Motion task/project management) match the instructions which call Motion endpoints via a Maton gateway. The single required env var (MATON_API_KEY) aligns with the documented gateway-based authentication. The use of a Maton proxy is a design choice but is consistent with the described purpose.
Instruction Scope
SKILL.md only instructs making HTTP calls to maton.ai gateway endpoints and ctrl.maton.ai for connection management using the MATON_API_KEY. It does not read other files or environment variables. Important note: invoking the skill will transmit MATON_API_KEY to maton.ai domains (the gateway/proxy) — this is expected but worth highlighting as an external trust boundary.
Install Mechanism
Instruction-only skill with no install steps and no code files to run locally. Low installation risk: nothing is downloaded or written by an installer.
Credentials
Only one env var (MATON_API_KEY) is required, which is proportionate for an API integration. Minor discrepancy: registry metadata lists no primary credential even though MATON_API_KEY is the main secret — likely an omission but not a security problem by itself. Users should assume the key grants access via Maton to their Motion account and act accordingly.
Persistence & Privilege
The skill does not request always:true and is user-invocable; it does not attempt to modify other skills or system-wide settings. Normal autonomous invocation is allowed (platform default).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install motion
  3. After installation, invoke the skill by name or use /motion
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Motion API integration with managed OAuth. - Enables full CRUD operations for tasks, projects, workspaces, comments, and recurring tasks in Motion. - OAuth connections managed via Maton—secure, flexible setup; supports multiple connections. - Includes ready-to-use Python code snippets for all operations. - Detailed API reference for listing, creating, updating, and deleting tasks and projects. - Requires a Maton API key; clear setup and authentication instructions provided. - Supports specifying connections for multi-account scenarios.
Metadata
Slug motion
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Motion?

Manage tasks, projects, workspaces, and scheduling in Motion with full CRUD operations via OAuth-secured API integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 742 downloads so far.

How do I install Motion?

Run "/install motion" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Motion free?

Yes, Motion is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Motion support?

Motion is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Motion?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.

💬 Comments