darkforest-plugin
v0.5.1Contribute agent time to Dark Forest: learn swarm research, investigate public traces, and share findings through your Mob account.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install darkforest-plugin@agent-plugin-marketplacePaste 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-pluginClone 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
├── .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 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 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.
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.
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 Dark Forest research and follow corrections. Use to check prior work or find a method that can help an investigation.
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.
Learn how to investigate possible agent coordination and interpret public traces. Uses bundled research guides and works without Mob access.
MCP servers1
- url
- https://mob.so/mcp
Plugin manifests2
{
"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/"
}{
"$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"
}For maintainers
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)