trek-plugin-dev
v3.4.0Build, test, sign, and publish plugins for TREK, the self-hosted travel planner.
By fbnlrzLicense: MIT9 GitHub starsUpdated 2 months ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jul 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 trek-plugin-dev for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add trek-plugin-dev@agent-plugin-marketplacePaste 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/liketrek/Plugin-SkillClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/trek-plugin-dev/SKILL.md
Included Skills1
Build, test, sign, and publish plugins for TREK, the self-hosted travel planner (github.com/liketrek/TREK). Covers the trek-plugin.json manifest, the definePlugin server API and ctx object, the sandboxed iframe postMessage bridge for widget/page UIs, permissions and egress rules, the enforced `trek` TREK-version range, local development with trek-plugin-sdk (create/dev/status/shot/validate/pack), author signing (keygen/--sign, Ed25519 trust-on-first-use), and publishing to the TREK-Plugins community registry including every CI gate. Use when creating or modifying a TREK plugin, working with trek-plugin-sdk or trek-plugin.json, signing a plugin or handling a signature/key-rotation problem (SIGNATURE_KEY_CHANGED, re-trust, allow-key-change), debugging PERMISSION_DENIED / RESOURCE_FORBIDDEN / TREK_VERSION_INCOMPATIBLE / TREK_VERSION_UNKNOWN or a plugin that will not install or activate on a given TREK version, or preparing a TREK-Plugins registry entry or PR.
Plugin manifests2
{
"name": "trek-plugin-dev",
"version": "3.4.0",
"description": "Build, test, sign, and publish plugins for TREK, the self-hosted travel planner.",
"author": {
"name": "fbnlrz",
"url": "https://github.com/fbnlrz"
},
"homepage": "https://github.com/liketrek/Plugin-Skill",
"repository": "https://github.com/liketrek/Plugin-Skill",
"license": "MIT",
"keywords": [
"trek",
"plugin",
"skill",
"trek-plugin-sdk"
],
"skills": "./skills/",
"interface": {
"displayName": "TREK Plugin Dev",
"shortDescription": "Build, test, and publish TREK plugins",
"longDescription": "Covers the trek-plugin.json manifest and its permission catalog, the definePlugin server API and ctx object, the sandboxed iframe postMessage bridge, egress rules, the trek-plugin-sdk CLI, Ed25519 author signing, and the TREK-Plugins registry with every CI gate.",
"developerName": "fbnlrz",
"category": "Developer Tools",
"websiteURL": "https://github.com/liketrek/Plugin-Skill",
"defaultPrompt": [
"Scaffold a TREK plugin and wire up its manifest permissions"
]
}
}{
"name": "trek-plugin-dev",
"description": "Agent skill for building, testing, and publishing TREK plugins (trek-plugin-sdk, trek-plugin.json, sandboxed runtime, TREK-Plugins registry and its CI gates).",
"author": {
"name": "fbnlrz"
},
"homepage": "https://github.com/liketrek/Plugin-Skill",
"repository": "https://github.com/liketrek/Plugin-Skill",
"license": "MIT",
"keywords": [
"trek",
"plugin",
"skill",
"trek-plugin-sdk"
]
}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.
[trek-plugin-dev on Agent Plugins Marketplace](https://pluginsmp.com/plugins/trek-plugin-dev)