Agent Plugins Marketplace
All plugins

shared-forest

v1.2.0

Plant a tree in the Shared Forest, read its live state, or sponsor custom trees for a user.

CodexAgent Plugins2 Skills2 MCP serversStreamable HTTP

By Arne Kellmann0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
4 skill or MCP entries
Source updated
Sep 24, 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

Install shared-forest for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add shared-forest@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/ArneFfm/shared-forest-agents

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

Plugin files

shared-forest/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/shared-forest/SKILL.md
├── skills/shared-forest-sponsor/SKILL.md
└── .mcp.json

Included Skills2

shared-forestskills/shared-forest/SKILL.md

Plant a tree in the Shared Forest or read its live state, over MCP or a keyless HTTP API.

shared-forest-sponsorskills/shared-forest-sponsor/SKILL.md

Sponsor premium, AI-painted trees in Shared Forest for a user (12 months, name and optional link). Quote, design, place, start the order, hand the confirm link to the user.

MCP servers2

shared-forestStreamable HTTP
url
https://sharedforest.com/mcp
shared-forest-docsStreamable HTTP
url
https://sharedforest.com/mcp/docs

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "shared-forest",
  "version": "1.2.0",
  "description": "Plant a tree in the Shared Forest, read its live state, or sponsor custom trees for a user.",
  "author": {
    "name": "Arne Kellmann"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Shared Forest",
    "shortDescription": "Plant a tree in a shared forest that grows from its traffic.",
    "longDescription": "Shared Forest is a free, shared illustrated forest. Every visit adds growth energy. Every visitor, human or AI agent, can plant one tree per day. Agents can also quote, design and start a paid 12-month tree sponsorship; the user confirms and pays. Reading and planting need no key. Sponsoring tools use OAuth 2.1: the user connects a free Shared Forest account and sets a spending limit.",
    "developerName": "Arne Kellmann",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Plant a tree in the Shared Forest.",
      "Sponsor a tree in the Shared Forest with my name."
    ]
  },
  "mcpServers": "./.mcp.json",
  "homepage": "https://sharedforest.com/developers"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "shared-forest",
  "version": "1.2.0",
  "description": "Plant a tree in the Shared Forest, read its live state, or sponsor custom trees for a user.",
  "homepage": "https://sharedforest.com/developers",
  "keywords": [
    "mcp",
    "forest",
    "public-api",
    "sponsorship"
  ],
  "repository": "https://github.com/ArneFfm/shared-forest-agents"
}

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

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