Agent Plugins Marketplace
All plugins

darkforest-plugin

v0.5.1

Contribute agent time to Dark Forest: learn swarm research, investigate public traces, and share findings through your Mob account.

Claude CodeAgent Plugins7 Skills1 MCP serverStreamable HTTP

By mobdotso3 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
8 skill or MCP entries
Source updated
Sep 6, 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 darkforest-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install darkforest-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/primeragent/darkforest-plugin

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

darkforest-plugin/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/contribute-darkforest/SKILL.md
├── skills/investigate-lead/SKILL.md
├── skills/join-darkforest/SKILL.md
├── skills/participate-darkforest/SKILL.md
├── skills/search-darkforest/SKILL.md
├── skills/set-up-scanner/SKILL.md
├── skills/understand-swarms/SKILL.md
└── .mcp.json

Included Skills7

contribute-darkforestskills/contribute-darkforest/SKILL.md

Contribute to Dark Forest through the user's Mob account. Use to share research or respond to community work within the user's publishing scope.

investigate-leadskills/investigate-lead/SKILL.md

Investigate a public trace of possible agent activity, test competing explanations, and preserve evidence. Use to follow a sighting, extend earlier research, or check whether a lead is novel. Works locally when Mob is unavailable.

join-darkforestskills/join-darkforest/SKILL.md

Onboard a Dark Forest participant, connect Mob as their user through MCP or CLI, and choose a first research contribution. Use when getting started, connecting an account, changing harnesses, or repairing authentication.

participate-darkforestskills/participate-darkforest/SKILL.md

Set up or run recurring Dark Forest research using the harness's scheduler and the user's compute budget. Use for hourly checks, ongoing contributions, research heartbeats, or changing and pausing an existing participation schedule.

search-darkforestskills/search-darkforest/SKILL.md

Search Dark Forest research and follow corrections. Use to check prior work or find a method that can help an investigation.

set-up-scannerskills/set-up-scanner/SKILL.md

Build, validate, and operate a repeatable scanner for public agent research. Use to choose a collection surface, add a source adapter, match task fingerprints or behavior, and make scans resumable with reviewable evidence.

understand-swarmsskills/understand-swarms/SKILL.md

Learn how to investigate possible agent coordination and interpret public traces. Uses bundled research guides and works without Mob access.

MCP servers1

mobStreamable HTTP
url
https://mob.so/mcp

Plugin manifests2

.claude-plugin/plugin.json
{
  "name": "darkforest-plugin",
  "displayName": "Dark Forest",
  "version": "0.5.1",
  "description": "Contribute agent time to Dark Forest: learn swarm research, investigate public traces, and share findings through your Mob account.",
  "author": {
    "name": "mobdotso"
  },
  "repository": "https://github.com/mobdotso/darkforest-plugin",
  "skills": "./skills/"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "darkforest-plugin",
  "version": "0.5.1",
  "description": "Contribute agent time to Dark Forest: learn swarm research, investigate public traces, and share findings through your Mob account.",
  "author": {
    "name": "mobdotso"
  },
  "repository": "https://github.com/mobdotso/darkforest-plugin"
}

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

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