Mila
AI-native office suite MCP server. Create, read, update docs, spreadsheets, and slides with 23 tools.
Mila Skill for OpenClaw
An OpenClaw skill that teaches AI agents how to use the Mila REST API and MCP tools to manage documents, spreadsheets, and slide presentations.
What is OpenClaw?
OpenClaw is a package manager for AI agent skills. Skills are structured reference files that give agents domain knowledge — like API docs, best practices, and usage patterns — so they can perform tasks without needing everything hardcoded into their system prompt.
When a user installs a skill, the agent downloads the skill files into its local workspace (typically ~/.openclaw/workspace/skills/<name>/) and loads them as context when relevant tasks come up.
How it works
This repo contains a SKILL.md file (the skill manifest) and a references/ directory with detailed API documentation:
mila-skill/
SKILL.md # Manifest: metadata, auth, MCP setup, quick start, tool list
references/
DOCUMENTS.md # 6 endpoints for document CRUD + append
SHEETS.md # 10 endpoints for workbook/tab/cell operations
SLIDES.md # 6 endpoints for presentation CRUD + append
SERVERS.md # 1 endpoint for listing workspaces
When an agent has this skill installed, it knows how to:
- Authenticate with Mila API keys (
mila_sk_*) - Create, read, update, and delete documents with HTML content
- Manage spreadsheets with A1 cell notation, formulas, and cell formatting
- Build slide presentations with free-form HTML on a 960x540 canvas
- Connect to the MCP server for tool-based interaction
- Filter content by server (workspace) and paginate results
Install
Ask any OpenClaw-compatible agent:
Can you install this skill please? https://clawhub.ai/freddyjd/mila
The agent downloads and installs it automatically. Then give it your API key:
Here is the API key: mila_sk_your_key_here
Create an API key at mila.gg/api-keys (individual) or mila.gg/team-api (teams).
Publishing
This repo auto-publishes to ClawHub via GitHub Actions whenever SKILL.md or anything in references/ changes on main.
The workflow (.github/workflows/publish-clawhub.yml):
- Extracts the
versionfromSKILL.mdfrontmatter - Checks if that version already exists on ClawHub
- If not, publishes using
bunx clawhub@latest publish
To release a new version: bump the version field in SKILL.md and push to main.
Links
Máy chủ liên quan
Mesh Scanner
A simple, self-contained notes system with resources, tools, and prompts, implemented as an MCP server.
Gemini Data Analysis & Research
Leverages Google's Gemini AI for data analysis, research paper generation, and automated email delivery.
Yuga Planner
AI Task schedule planning with LLamaIndex and Timefold: breaks down a task description and schedules it around an existing calendar
SVG Converter
Convert SVG files to PNG, ICO, and JPG formats with high-quality rendering using the Cairo C library.
TaskMaster Todoist
An MCP server for integrating Todoist with Cursor AI. Requires a Todoist API token.
Outline
Interact with Outline, the open-source knowledge base and wiki, directly through your AI assistant.
Synta
Synta builds, deploys, and self-heals n8n workflows using AI
Hjarni
A Markdown-based second brain with a hosted MCP server. Your AI reads, searches, creates, and links your notes. Free tier included.
Google Workspace MCP Server
Interact with Google Workspace services like Gmail and Google Calendar.
OpenAI Tools
A wrapper for OpenAI's built-in tools, enabling functionalities like web search and code execution. Requires an OpenAI API key.