Agent Plugins Marketplace
All plugins

runtype-skills

v0.2.0

Supercharge your coding agent for AI product development — build, deploy, and operate agents, flows, tools, and surfaces on Runtype's managed edge runtime.

Codex14 Skills

License: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
14 skill or MCP entries
Source updated
Sep 22, 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 runtype-skills for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add runtype-skills@awesome-codex-plugins

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

Compatibility: the page URL and API slug “runtype-skills” remain stable.

  • Codex: runtype-skills@agent-plugin-marketplaceruntype-skills@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/runtypelabs/skills/
├── .codex-plugin/plugin.json
├── skills/runtype/SKILL.md
├── skills/runtype-admin/SKILL.md
├── skills/runtype-build-product/SKILL.md
├── skills/runtype-external-agents/SKILL.md
├── skills/runtype-persona/SKILL.md
├── skills/runtype-sdk-marathon/SKILL.md
├── skills/runtype-templates/SKILL.md
├── skills/tool-design/SKILL.md
├── skills/tool-design-composition/SKILL.md
├── skills/tool-design-errors/SKILL.md
├── skills/tool-design-execution/SKILL.md
├── skills/tool-design-interface/SKILL.md
├── skills/tool-design-output/SKILL.md
└── skills/tool-design-security/SKILL.md

Included Skills14

runtypeskills/runtype/SKILL.md

Scope a Runtype project or set up platform access; route implementation to the relevant Runtype skill.

runtype-adminskills/runtype-admin/SKILL.md

Inspect, debug, or manage a live Runtype account through MCP or CLI; mutate only within the requested scope.

runtype-build-productskills/runtype-build-product/SKILL.md

Build or modify Runtype-hosted AI products, agents, flows, and surfaces using current platform instructions.

runtype-external-agentsskills/runtype-external-agents/SKILL.md

Connect externally executed agents (Flue, Cloudflare Agents SDK, Vercel AI SDK, LangGraph, custom loops) to Runtype traces, evals, or surfaces; not Runtype-hosted execution.

runtype-personaskills/runtype-persona/SKILL.md

Embed, style, or debug Runtype Persona widgets and browser-side chat integrations.

runtype-sdk-marathonskills/runtype-sdk-marathon/SKILL.md

Build source-controlled Runtype workflows with the SDK or CLI, including Marathon tasks and playbooks.

runtype-templatesskills/runtype-templates/SKILL.md

Create, validate, or package distributable Runtype FPO templates and their setup requirements.

tool-designskills/tool-design/SKILL.md

Design or audit an AI agent toolset; route naming, schemas, output, errors, execution, and security to focused guides.

tool-design-compositionskills/tool-design-composition/SKILL.md

Compose and expose agent toolsets: task-level operations, batching, discovery, dry runs, and versioning.

tool-design-errorsskills/tool-design-errors/SKILL.md

Design actionable agent tool errors, ambiguity handling, retry guidance, and fallback behavior.

tool-design-executionskills/tool-design-execution/SKILL.md

Design agent tool execution: async jobs, idempotency, timeouts, transactions, and compensation.

tool-design-interfaceskills/tool-design-interface/SKILL.md

Design agent-facing tool names, descriptions, and parameter schemas; diagnose incorrect tool selection or inputs.

tool-design-outputskills/tool-design-output/SKILL.md

Design agent tool results, including pagination, partial success, context size, and actionable next steps.

tool-design-securityskills/tool-design-security/SKILL.md

Design tool identity, credential injection, authorization, tenant scope, and audit boundaries.

Plugin manifests1

plugins/runtypelabs/skills/.codex-plugin/plugin.json
{
  "name": "runtype-skills",
  "displayName": "Runtype Skills",
  "description": "Supercharge your coding agent for AI product development — build, deploy, and operate agents, flows, tools, and surfaces on Runtype's managed edge runtime.",
  "version": "0.2.0",
  "publisher": "runtypelabs",
  "repository": "https://github.com/runtypelabs/skills",
  "license": "MIT",
  "skills": "skills/",
  "interface": {
    "composerIcon": "./assets/icon.svg",
    "brandColor": "#4C00FF"
  }
}

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

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