>_Skillful
Need help with advanced AI agent engineering?Contact FirmAdapt
Receptron

Receptron

Organization

@receptron

On GitHub since April 2024

27

Published Tools

0

Total Stars

29,168

Weekly Downloads

107

GitHub Followers

78

Public Repos

100/100

Avg Security

Published Tools

22 MCP Servers5 Skillsacross 5 categories

io.github.isamu/mulmocast-vision

Easy and stylish presentation slide generator.

MCP Serveruncategorised
1 dir

mulmoclaude

isamu

MulmoClaude — GUI-chat with Claude Code + long-term memory. One command to start.

MCP ServerLLM Tool
291/wk2 dirs

@mulmoclaude/form-plugin

snakajima

Structured-form input plugin (presentForm) — shared gui-chat-protocol plugin for MulmoClaude and MulmoTerminal.

MCP ServerLLM Tool
1.7K/wk2 dirs

@mulmoclaude/spotify-plugin

snakajima

Read-only Spotify integration for MulmoClaude — Liked Songs / playlists / recently played, OAuth via PKCE. Built as a runtime plugin (issue #1162).

...more
MCP ServerLLM Tool
197/wk2 dirs

@mulmoclaude/markdown-plugin

snakajima

Full-fidelity markdown document plugin (presentDocument) — Marp slides, PDF export, AI image-fill — shared gui-chat-protocol plugin for MulmoClaude and MulmoTerminal.

...more
MCP ServerDocument Processing
852/wk2 dirs

@mulmoclaude/x-plugin

snakajima

X (Twitter) API tools for MulmoClaude and MulmoTerminal — readXPost + searchX as MCP tools. Server-only; no Vue View.

MCP ServerLLM Tool
593/wk2 dirs

@mulmoclaude/chart-plugin

snakajima

ECharts visualization plugin (presentChart) — shared gui-chat-protocol plugin for MulmoClaude and MulmoTerminal. Server-side write goes through the generic files.artifacts runtime capability.

...more
MCP ServerLLM Tool
1.1K/wk2 dirs

@mulmoclaude/collection-plugin

snakajima

Schema-driven Collections plugin (presentCollection) — shared gui-chat-protocol plugin for MulmoClaude and MulmoTerminal. This entry is the isomorphic collection engine (derive / formula / visibility); Vue surfaces land in ./vue.

...more
MCP ServerLLM Tool
1.4K/wk2 dirs

@mulmoclaude/html-plugin

snakajima

presentHtml — self-contained HTML page tool for MulmoClaude and MulmoTerminal. Server core (validation + artifacts persistence via the generic gui-chat-protocol files.artifacts capability) on `.`, Vue View/Preview on `./vue`.

...more
MCP ServerLLM Tool
1.1K/wk2 dirs

@mulmoclaude/core

snakajima

Shared server-side core for MulmoClaude and MulmoTerminal — the always-shipped-together subsystems consolidated behind subpath exports so the two hosts can't drift. Server-only except the browser-safe ./whisper/client and ./workspace-setup/slug entries. A

...more
MCP ServerLLM Tool
2.1K/wk2 dirs

@mulmoclaude/accounting-plugin

snakajima

Double-entry accounting plugin for MulmoClaude and MulmoTerminal. Three surfaces: ./shared (isomorphic enums/meta, browser-safe), ./vue (chat View/Preview + canvas app), ./server (createAccountingRouter — the workspace-file-backed backend, wired via depen

...more
MCP ServerLLM Tool
619/wk2 dirs

@mulmoclaude/google-plugin

snakajima

Google integration tool for MulmoClaude — operates the user's locally linked Google account (Calendar now; Tasks / Drive ride the same grant later). Server-only; no Vue View.

...more
MCP ServerLLM Tool
1K/wk2 dirs

@mulmoclaude/mulmoscript-plugin

snakajima

presentMulmoScript — MulmoScript storyboard tool for MulmoClaude and MulmoTerminal. Browser-safe core (tool definition + save/reopen/update logic against the generic gui-chat-protocol files.artifacts capability) on `.`, Vue View/Preview on `./vue`, and th

...more
MCP ServerLLM Tool
1.1K/wk2 dirs

@graphai/llm_agents

Satoshi Nakajima, Isamu Arimoto

LLM agents for GraphAI.

Skillai-ml
1.4K/wk1 dir

@graphai/anthropic_agent

Satoshi Nakajima, Isamu Arimoto

Anthropic agents for GraphAI.

MCP Servermcp
3.1K/wk1 dir

@graphai/openai_agent

Satoshi Nakajima, Isamu Arimoto

OpenAI agents for GraphAI.

Skillai-ml
3.2K/wk1 dir

@graphai/openai_fetch_agent

Satoshi Nakajima, Isamu Arimoto

OpenAI fetch agents for GraphAI and browser.

Skillai-ml
1.4K/wk1 dir

@graphai/web_llm_agent

Receptron team

```typescript import { webLlmAgentGenerator, CallbackReport } from "@graphai/web_llm_agent";

Skillai-ml
1 dir

@graphai/awesome_chatgpt_prompts_agent

isamu

prompt agent using https://github.com/f/awesome-chatgpt-prompts/

Skillai-ml
1 dir

@mulmoclaude/email-plugin

snakajima

Generic IMAP/SMTP email runtime plugin for MulmoClaude. Gmail-default provider presets; works with any IMAP/SMTP server (Fastmail / iCloud / Outlook / …). Uses App Password auth (no OAuth in v1).

...more
MCP Servermcp
342/wk1 dir

@mulmoclaude/debug-plugin

snakajima

Dev-only debug playground plugin for MulmoClaude. Standalone /debug page used as the integration bed for experimental host features (e.g. the upcoming Notifier engine in the Encore plan).

...more
MCP Servermcp
64/wk1 dir

@mulmoclaude/bookmarks-plugin

snakajima

Sample runtime plugin for MulmoClaude — saves URLs with multi-tab live sync, demonstrates the gui-chat-protocol v0.3 runtime API (#1110).

...more
MCP Servermcp
153/wk1 dir

@mulmoclaude/edgar-plugin

snakajima

SEC EDGAR runtime plugin for MulmoClaude — wraps the public EDGAR API as one tool with kind-discriminated dispatch. Server-only; no Vue View.

...more
MCP Servermcp
158/wk1 dir

@mulmoclaude/recipe-book-plugin

snakajima

Personal recipe book runtime plugin for MulmoClaude — saves recipes as markdown-per-file with frontmatter, multi-tab live sync. PR-A of #1169 Cooking Coach.

...more
MCP Servermcp
178/wk1 dir

@mulmoclaude/common

Receptron Team

General-purpose pure utilities (type guards, etc.) shared across the MulmoClaude host, bridges, and plugins

MCP Servermcp
3.7K/wk1 dir

@mulmoclaude/markdown-utils

Receptron Team

Browser-safe markdown / image rendering utilities shared by the MulmoClaude host and the markdown plugin

MCP Servermcp
2.1K/wk1 dir

@mulmoclaude/shapescript-plugin

snakajima

presentShapeScript — interactive 3D visualizations authored in the ShapeScript language (parser + Three.js renderer). Core (tool definition + execute) on `.`, Vue View/Preview on `./vue`.

...more
MCP Servermcp
1.3K/wk1 dir