Agent Plugins Marketplace
All plugins

landed

v0.2.0

Maintain your career profile and write job application documents through a local Landed installation. Landed stores your facts, checks drafts against evidence and renders PDFs.

Claude Code1 Skill

By 3333444nLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 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 landed 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 landed@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/3333444n/landed

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

Plugin files

plugins/landed/
├── .claude-plugin/plugin.json
└── skills/landed/SKILL.md

Included Skills1

landedskills/landed/SKILL.md

Manage career facts and write job application documents through Landed. Use when the user asks to tailor a resume, write a cover letter or a recruiter message, work on a job posting, apply to a job, or asks to create or update their Landed profile, roles, education, projects, skills or achievements. Only applies when the Landed MCP server (tools such as get_profile, list_jobs and get_document_brief) is connected; otherwise do not use it.

Plugin manifests1

plugins/landed/.claude-plugin/plugin.json
{
  "name": "landed",
  "description": "Maintain your career profile and write job application documents through a local Landed installation. Landed stores your facts, checks drafts against evidence and renders PDFs.",
  "version": "0.2.0",
  "author": {
    "name": "3333444n",
    "url": "https://github.com/3333444n"
  },
  "repository": "https://github.com/3333444n/landed",
  "license": "MIT",
  "skills": "./skills/",
  "userConfig": {
    "url": {
      "type": "string",
      "title": "Landed address",
      "description": "The /mcp address of your Landed installation, shown under Settings → Connect your assistant.",
      "default": "http://127.0.0.1:3000/mcp"
    },
    "token": {
      "type": "string",
      "title": "Landed token",
      "description": "The token shown under Settings → Connect your assistant (LANDED_MCP_TOKEN).",
      "sensitive": true,
      "required": true
    }
  }
}

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

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