一键导入
vmemo
Configure Vmemo MCP in clients and operate Vmemo images through MCP tools.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Configure Vmemo MCP in clients and operate Vmemo images through MCP tools.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Unified Vmemo local development workflow: setup-state check, reset decision, and temporary port conflict handling.
Run the full GitHub PR lifecycle: create, update, assign, and keep PR content in sync with new commits.
Prepare a Vmemo release PR with explicit config-change confirmation gates.
Create concise incident postmortems at others/postmortem/YYYY-MM-DD-title.md for non-trivial bugs or issues.
开发时必须遵守 Vmemo 的编码规范与工程约束。
Use when working on Phoenix projects with Tidewave MCP. Prefer Tidewave tools for code discovery, docs lookup, runtime checks, and database verification instead of ad-hoc guessing.
基于 SOC 职业分类
| name | vmemo |
| description | Configure Vmemo MCP in clients and operate Vmemo images through MCP tools. |
Use this skill when users ask to:
POST /mcpAuthorization: Bearer <vmemo_token>initializenotifications/initializedtools/list or tools/callhttps://vmemo.app/mcp.Authorization header with Bearer token.{
"mcpServers": {
"Vmemo": {
"url": "https://vmemo.app/mcp",
"headers": {
"Authorization": "Bearer vmemo_xxx"
}
}
}
}
codex mcp add vmemo \
--url https://vmemo.app/mcp \
--bearer-token-env-var VMEMO_MCP_TOKEN
image_create to create image metadata row.image_read to fetch one image.image_update to modify note/caption/url.image_delete to remove an image.image_search for retrieval and discovery.No MCP servers available: client did not load config; verify config path and restart.MCP server does not exist: server name mismatch in client config.user cancelled MCP tool call: approval flow interrupted; retry and accept call.initialize and include mcp-session-id in subsequent requests.