openclawclaudemcpv1.0.0

Accomplish AI — ask-user-question

accomplish-ai@accomplish-ai9.9k stars· last commit 1mo ago· 4 open issues

MCP tool enabling AI agents to ask clarifying questions via CLI. 186-line TypeScript server, OS keychain security, no data egress.

8.1/10
Verified
Mar 9, 2026

// RATINGS

GitHub Stars
⭐⭐⭐⭐⭐ 9.9kGitHub ↗

Very popular

🟢ProSkills ScoreAI Verified
8.1/10
📍

Not yet listed on ClawHub or SkillsMP

// README

<p align="center"> <strong>English</strong> | <a href="README.zh-CN.md">中文</a> | <a href="README.ja.md">日本語</a> | <a href="README.ko.md">한국어</a> | <a href="README.ru.md">Русский</a> | <a href="README.es.md">Español</a> | <a href="README.tr.md">Türkçe</a> | <a href="README.ar.md">العربية</a> | <a href="README.id.md">Bahasa Indonesia</a> | <a href="README.ta.md">தமிழ்</a> | <a href="README.hi.md">हिन्दी</a> </p> <p align="center"> <img src="docs/banner.svg" alt="Accomplish - Open source AI desktop agent that automates file management, document creation, and browser tasks with your own AI API keys" width="100%" /> </p> <p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-22c55e?style=flat-square" alt="MIT License" /></a> <a href="https://github.com/accomplish-ai/accomplish/stargazers"><img src="https://img.shields.io/github/stars/accomplish-ai/accomplish?style=flat-square&color=22c55e" alt="GitHub Stars" /></a> <a href="https://github.com/accomplish-ai/accomplish/issues"><img src="https://img.shields.io/github/issues/accomplish-ai/accomplish?style=flat-square&color=22c55e" alt="GitHub Issues" /></a> <a href="https://github.com/accomplish-ai/accomplish/commits"><img src="https://img.shields.io/github/last-commit/accomplish-ai/accomplish?style=flat-square&color=22c55e" alt="Last Commit" /></a> <a href="https://downloads.accomplish.ai/downloads/0.4.11/macos/Accomplish-0.4.11-mac-arm64.dmg"><img src="https://img.shields.io/badge/Download-macOS_(Apple_Silicon)-0ea5e9?style=flat-square" alt="Download for macOS (Apple Silicon)" /></a> <a href="https://downloads.accomplish.ai/downloads/0.4.11/macos/Accomplish-0.4.11-mac-x64.dmg"><img src="https://img.shields.io/badge/Download-macOS_(Intel)-0ea5e9?style=flat-square" alt="Download for macOS (Intel)" /></a> <a href="https://downloads.accomplish.ai/downloads/0.4.11/windows/Accomplish-0.4.11-win-x64.exe"><img src="https://img.shields.io/badge/Download-Windows_11-0ea5e9?style=flat-square" alt="Download for Windows 11" /></a> <a href="https://downloads.accomplish.ai/downloads/0.4.11/linux/Accomplish-0.4.11-linux-arm64.AppImage"><img src="https://img.shields.io/badge/Download-Linux_(ARM64)-0ea5e9?style=flat-square" alt="Download for Linux (ARM64)" /></a> <a href="https://downloads.accomplish.ai/downloads/0.4.11/linux/Accomplish-0.4.11-linux-x86_64.AppImage"><img src="https://img.shields.io/badge/Download-Linux_(x64)-0ea5e9?style=flat-square" alt="Download for Linux (x64)" /></a> <a href="https://downloads.accomplish.ai/downloads/0.4.11/linux/Accomplish-0.4.11-linux-amd64.deb"><img src="https://img.shields.io/badge/Download-Linux_(.deb_x64)-0ea5e9?style=flat-square" alt="Download for Linux (.deb x64)" /></a> <a href="https://discord.gg/kg5Nekpm"><img src="https://img.shields.io/badge/Discord-Join-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord" /></a> </p> # Accomplish™ - Open Source AI Desktop Agent Accomplish is an open source AI desktop agent that automates file management, document creation, and browser tasks locally on your machine. Bring your own API keys (OpenAI, Anthropic, Google, xAI) or run local models via Ollama. <p align="center"> <strong>Runs locally on your machine. Bring your own API keys or local models. MIT licensed.</strong> </p> <p align="center"> <a href="https://downloads.accomplish.ai/downloads/0.4.11/macos/Accomplish-0.4.11-mac-arm64.dmg"><strong>Download for Mac (Apple Silicon)</strong></a> · <a href="https://downloads.accomplish.ai/downloads/0.4.11/macos/Accomplish-0.4.11-mac-x64.dmg"><strong>Download for Mac (Intel)</strong></a> · <a href="https://downloads.accomplish.ai/downloads/0.4.11/windows/Accomplish-0.4.11-win-x64.exe"><strong>Download for Windows 11</strong></a> · <a href="https://downloads.accomplish.ai/downloads/0.4.11/linux/Accomplish-0.4.11-linux-arm64.AppImage"><strong>Download for Linux (ARM64)</strong></a> · <a href="https://downloads.accomplish.ai/downloads/0.4.11/linux/Accomplish-0.4.11-linux-x86_64.AppImage"><strong>Download for Linux (x64)</strong></a> · <a href="https://downloads.accomplish.ai/downloads/0.4.11/linux/Accomplish-0.4.11-linux-amd64.deb"><strong>Download for Linux (.deb x64)</strong></a> · <a href="https://www.accomplish.ai/">Accomplish website</a> · <a href="https://www.accomplish.ai/blog/">Accomplish blog</a> · <a href="https://github.com/accomplish-ai/accomplish/releases">Accomplish releases</a> </p> <br /> --- <br /> ## What makes it different <table> <tr> <td width="50%" valign="top" align="center"> ### 🖥️ It runs locally <div align="left"> - Your files stay on your machine - You decide which folders it can touch - Nothing gets sent to Accomplish (or anyone else) </div> </td> <td width="50%" valign="top" align="center"> ### 🔑 You bring your own AI <div align="left"> - Use your own API key (OpenAI, Anthropic, etc.) - Or run with [Ollama](https://ollama.com) (no API key needed) - No subscription, no upsell - It's a tool—not a service </div> </td> </tr> <tr> <td width="50%" valign="top" align="center"> ### 📖 It's open source <div align="left"> - Every line of code is on GitHub - MIT licensed - Change it, fork it, break it, fix it </div> </td> <td width="50%" valign="top" align="center"> ### ⚡ It acts, not just chats <div align="left"> - File management - Document creation - Custom automations - Skill learning </div> </td> </tr> </table> <br /> --- <br /> ## What it actually does | | | | | :----------------------------------------------------------------- | :------------------------------------------------------------------- | :---------------------------------------------------------------------- | | **📁 File Management** | **✍️ Document Writing** | **🔗 Tool Connections** | | Sort, rename, and move files based on content or rules you give it | Prompt it to write, summarize, or rewrite documents | Works with Notion, Google Drive, Dropbox, and more (through local APIs) | | | | | | **⚙️ Custom Skills** | **🛡️ Full Control** | | | Define repeatable workflows, save them as skills | You approve every action. You can see logs. You can stop it anytime. | | <br /> ## Use cases - Clean up messy folders by project, file type, or date - Draft, summarize, and rewrite docs, reports, and meeting notes - Automate browser workflows like research and form entry - Generate weekly updates from files and notes - Prepare meeting materials from docs and calendars <br /> ## Supported models and providers - Anthropic (Claude) - OpenAI (GPT) - Google AI (Gemini) - xAI (Grok) - DeepSeek - Moonshot AI (Kimi) - Z.AI (GLM) - MiniMax - Venice.ai - Amazon Bedrock - Azure Foundry - OpenRouter - LiteLLM - Ollama (local models) - LM Studio (local models) <br /> ## Privacy and local-first Accomplish runs locally on your machine. Your files stay on your device, and you choose which folders it can access. <br /> ## System requirements - macOS (Apple Silicon) - macOS (Intel) - Windows 11 - Ubuntu (ARM64) - Ubuntu (x64) <br /> --- <br /> ## How to use it > **Takes 2 minutes to set up.** | Step | Action |

// REPO STATS

9.9k stars
4 open issues
Last commit: 1mo ago

// PROSKILLS SCORE

8.1/10

Excellent

BREAKDOWN

Code Quality8/10
Documentation8/10
Functionality8/10
Maintenance8/10
Security9/10
Uniqueness8/10
Usefulness8/10

// DETAILS

Categoryautomation
Versionv1.0.0
PriceFree