Agent Plugins Marketplace
All plugins

fellow

v1.0.0-ghast.1

Find meeting transcripts, summaries, decisions and action items in Fellow.

Agent Plugins1 Skill1 MCP serverStreamable HTTP

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/fellow/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/fellow/
├── plugin.json
├── skills/fellow/SKILL.md
└── mcp.json

Included Skills1

fellowskills/fellow/SKILL.md

Use Fellow in Ghast. Find meeting transcripts, summaries, decisions and action items in Fellow. 搜索 Fellow 会议逐字稿、摘要、决策与待办事项。

MCP servers1

fellowStreamable HTTP
url
https://fellow.app/mcp

Plugin manifests1

plugins/fellow/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "fellow",
  "version": "1.0.0-ghast.1",
  "description": "Find meeting transcripts, summaries, decisions and action items in Fellow.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://developers.fellow.ai/reference/mcp-server",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://developers.fellow.ai/reference/mcp-server",
      "connectorPublisher": "Fellow",
      "category": "productivity",
      "icon": "./assets/icon.png",
      "displayName": "Fellow",
      "descriptions": {
        "en": "Find meeting transcripts, summaries, decisions and action items in Fellow.",
        "zh-CN": "搜索 Fellow 会议逐字稿、摘要、决策与待办事项。"
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[fellow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fellow)