mise

Search, fetch, and create content deposits from web, Drive, and Gmail.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/spm1001/mise-en-space --skill mise-spm1001
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mise
Source: https://github.com/spm1001/mise-en-space/tree/main/skill
Command: npx skills add https://github.com/spm1001/mise-en-space --skill mise-spm1001

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill coordinates the end-to-end content gathering workflow across web pages, Google Drive, and Gmail, reducing manual triage and context-switching by centralizing results into a predictable deposit structure.

Core Features & Use Cases

  • Three-Verb Model: search to locate files and emails, fetch to extract content (producing content.md and optional comments.md), and create to generate new documents.
  • Filesystem-first deposits: outputs go to mise-fetch/ in your project, enabling a repeatable research loop and easy review.
  • Use Case: A knowledge worker needs to compile a project background by gathering a Drive file, the related email thread, and any linked documents, then summarize in a new document.

Quick Start

Start by running the discovery loop: search for a topic, fetch the resulting doc by its ID, then review the generated content in mise-fetch/.

Frequently Asked Questions about mise

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I gather web, Google Drive, and Gmail content into a single project folder?▼

To gather web, Google Drive, and Gmail content into a single project folder, this Skill orchestrates content fetches and deposits results into a predictable mise-fetch/ directory structure. It centralizes scattered artifacts for research and knowledge-work tasks.

What is the best way to automate extracting article content and email threads for research?▼

Automating article content and email thread extraction uses a three-verb workflow: search to locate files, fetch to extract content into content.md, and create to generate new documents. It applies YAML frontmatter-driven discovery for compiling research sources.

Can I compile a project background by combining a Drive file and related email thread?▼

Yes, you can compile a project background by fetching a Drive file and related email thread, then summarizing them into a new document. The Skill turns scattered artifacts into organized deposits with optional references and assets.

Do I need any external dependencies to coordinate content fetches across web and Gmail?▼

No external dependencies are required to coordinate content fetches across web and Gmail. The Skill uses a filesystem-first approach, outputting fetched content directly to the mise-fetch/ directory in your project for repeatable review.

How does the search, fetch, and create workflow structure extracted documents?▼

The search, fetch, and create workflow structures extracted documents by depositing them into the mise-fetch/ folder. Fetching produces content.md and optional comments.md files, enabling a repeatable research loop and easy review of source context.