Agent Plugins Marketplace
All plugins

clooks

v0.3.0

Set up Clooks and create TypeScript hooks for your agents.

CodexClaude Code

By Joe DeglerLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 17, 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 clooks for Codex and Claude Code

Installs for the current user
codex plugin marketplace add codestripes-dev/clooks-marketplace
codex plugin marketplace upgrade clooks-marketplace
codex plugin add clooks@clooks-marketplace

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

Compatibility: the page URL and API slug “clooks” remain stable.

  • Codex: clooks@agent-plugin-marketplaceclooks@clooks-marketplace

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/codestripes-dev/clooks-marketplace

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

Plugin files

clooks/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

clooks/.codex-plugin/plugin.json
{
  "name": "clooks",
  "version": "0.3.0",
  "description": "Set up Clooks and create TypeScript hooks for your agents.",
  "author": {
    "name": "Joe Degler",
    "email": "[email protected]"
  },
  "homepage": "https://clooks.cc",
  "repository": "https://github.com/codestripes-dev/clooks-marketplace",
  "license": "MIT",
  "skills": "./codex-skills/",
  "hooks": "./codex-hooks/hooks.json",
  "interface": {
    "displayName": "Clooks",
    "shortDescription": "Set up Clooks and create hooks",
    "longDescription": "Install, update, or check Clooks, initialize Codex hooks, and create your own TypeScript hooks. Plugin startup only provides a setup reminder.",
    "developerName": "Clooks",
    "category": "Productivity",
    "capabilities": [
      "Write"
    ],
    "websiteURL": "https://clooks.cc"
  }
}
clooks/.claude-plugin/plugin.json
{
  "name": "clooks",
  "description": "Hook runtime for AI coding agents. TypeScript hooks with fail-closed safety, parallel execution, first-class testing, and cross-agent portability.",
  "version": "0.3.0",
  "author": {
    "name": "Joe Degler",
    "email": "[email protected]"
  },
  "homepage": "https://clooks.cc",
  "repository": "https://github.com/codestripes-dev/clooks",
  "license": "MIT",
  "keywords": [
    "hooks",
    "safety",
    "typescript",
    "runtime",
    "security",
    "testing"
  ]
}

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

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