Agent Plugins Marketplace
All plugins

website-fetcher

Skill that teaches the model to fetch a URL and read its text content via the built-in WebFetch tool — 'just look at this page' without opening a browser.

Agent Plugins1 Skill

By Ghast AI0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Aug 30, 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/website-fetcher/.

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

Plugin files

plugins/website-fetcher/
├── plugin.json
└── skills/website-fetcher/SKILL.md

Included Skills1

website-fetcherskills/website-fetcher/SKILL.md

Use this skill when the user shares a URL or asks the assistant to read, summarize, or extract content from a webpage. Walks the model through using the built-in WebFetch tool to retrieve the page and process it without opening a browser.

Plugin manifests1

plugins/website-fetcher/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "website-fetcher",
  "description": "Skill that teaches the model to fetch a URL and read its text content via the built-in WebFetch tool — 'just look at this page' without opening a browser.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://github.com/Trapezohe/ghast-plugins/tree/main/plugins/website-fetcher",
  "extensions": {
    "ai.trapezohe.ghast": {
      "category": "web",
      "icon": "./assets/icon.svg"
    }
  }
}

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

[website-fetcher on Agent Plugins Marketplace](https://pluginsmp.com/plugins/website-fetcher)