motive

by geezerrrrVerified

The AI agent that works while you don't watch. Lives in your menu bar, finds you when needed.

118
Stars
7
Forks
Swift
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/geezerrrr/motive

Getting Started

Guides for using skills like motive.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Motive

Motive

Say it. Walk away.

A macOS menu bar app that runs AI agents in the background — and finds you when they need approval.

Release Stars Platform Swift License

Documentation · Download · Feedback


Why Motive?

AI coding agents are powerful, but they all assume you're watching. Switch away from the terminal or editor, and you'll come back to find the agent stuck on a permission approval that's been sitting there for minutes.

Motive puts the agent in your menu bar. No window to babysit. When it needs a yes/no or has a question, a native popup drops down — no matter what app you're in. You respond, it continues, you go back to what you were doing.

Under the hood it uses OpenCode as the agent engine. Motive doesn't try to be a better agent — it just makes sure the agent can reach you.

Desktop AppsCLI ToolsMotive
Where it livesApp windowTerminalMenu bar
When it needs youBuried in UIWaits in terminalNative popup
Switch away?Miss responsesMiss promptsFinds you

Demo

https://github.com/user-attachments/assets/6209e3d9-60db-4166-a14a-ae90cdbc01d6

Features

Core

  • Background execution — The agent runs in the background. No window to watch, no terminal to babysit.
  • Native popups — Permission requests and questions appear as macOS-native popups from the menu bar.
  • Ambient status — Menu bar icon shows progress at a glance without demanding attention.
  • Concurrent sessions — Run multiple tasks in parallel, each working independently.

Control & Privacy

  • Trust levels — Three modes to control what the agent can do on its own:

    LevelBehavior
    CarefulAsks before every edit and shell command
    BalancedAuto-approves safe actions, asks for unknown commands
    YoloFull autonomy for trusted environments
  • Approval system — Fine-grained file permission policies with per-action Always Allow / Ask / Deny.

  • Local-first — All data stays on your machine. Only API requests leave your device.

Extensibility

  • Multiple providers — Claude, OpenAI, Gemini, Ollama, OpenRouter, Azure, Bedrock, and more. Bring your own key.
  • 50+ built-in skills — GitHub, Slack, Notion, Calendar, and others. Enable/disable in Settings.
  • Custom skills — Create your own in ~/.motive/skills/, no code changes required.
  • Browser automation — Web scraping, form filling, and multi-step browser workflows.

Built for Mac

  • Native macOS — Swift 6, SwiftUI, AppKit. No Electron, no web views.
  • Keychain storage — API keys stored securely in macOS Keychain.
  • Global hotkey⌥Space from anywhere, like Spotlight.
  • Multi-language UI — English, 简体中文, 日本語.

Quick Start

Install

ChipDownload
Apple SiliconMotive-arm64.dmg
IntelMotive-x86_64.dmg

First launch: macOS may block unsigned apps. Go to System Settings → Privacy & Security → Click "Open Anyway".

Configure

  1. Click the menu bar icon → Settings
  2. Select your AI provider (Claude / OpenAI / Gemini / Ollama)
  3. Enter your API key

Use

  1. Press ⌥Space to open the command bar
  2. Describe what you want done, press Enter
  3. The command bar disappears — the agent works in the background
  4. When the agent needs approval or has a question, a native popup appears
  5. Check the menu bar icon anytime for status; click to view details

For detailed guides, see the documentation.

Keyboard Shortcuts

ShortcutAction
⌥SpaceOpen command bar
Submit task
EscDismiss command bar
⌘,Open settings

FAQ

How is this different from Cursor / Claude Code?

Cursor needs you in its window. Claude Code needs you in the terminal. Switch away and you won't notice when they need input.

Motive runs the agent as a background process. When it needs input, a native popup appears from the menu bar regardless of what app you're in.

What can it do?

Anything OpenCode can do — refactor code, generate files, run scripts, organize projects, write docs, and more. OpenCode handles the agent work; Motive handles the macOS experience on top.

Is my data sent to the cloud?

No. Sessions and history stay on your machine. The only network traffic is API requests to your chosen AI provider. Use Ollama for fully offline operation.

Can I use a local LLM?

Yes. Select Ollama as your provider and point it to your local instance.

Why does it need Accessibility permission?

To register the global hotkey (⌥Space) that opens the command bar from anywhere.

Roadmap

  • Scheduled tasks — recurring or time-based tasks that run automatically
  • iOS companion — send tasks to your Mac from your iPhone
  • Multi-agent workflows — orchestrate multiple agents on related tasks

Build from Source

git clone https://github.com/geezerrrr/motive.git
cd motive
open Motive.xcodeproj

The OpenCode binary is bundled automatically during release builds. For development, place it at Motive/Resources/opencode.

Requirements

  • macOS 15.0 (Sequoia) or later
  • API key for Claude, OpenAI, Gemini, or local Ollama setup

Acknowledgments

Powered by OpenCode — the open-source AI coding agent.


Let AI wait for you, not the other way around.

Frequently Asked Questions

What is motive?

motive is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by geezerrrr. The AI agent that works while you don't watch. Lives in your menu bar, finds you when needed. It has 118 GitHub stars.

Is motive safe to use?

Yes. motive passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install motive?

Clone the repository with "git clone https://github.com/geezerrrr/motive" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is motive written in?

motive is primarily written in Swift. It is open-source under geezerrrr on GitHub, so you can review or fork the full source.

Are there alternatives to motive?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh motive against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details