blockedpath-skills
v1.0.4
Published
Installer for the blockedpath-skills plugin marketplace (Claude Code & Codex)
Maintainers
Readme
blockedpath-skills
A plugin marketplace containing skills and plugins for Claude Code and Codex.
Installation
Quick install (npx)
npx blockedpath-skillsDetects whichever of Claude Code / Codex you have installed, adds this marketplace, and installs the available plugins.
Claude Code
/plugin marketplace add BlockedPath/Skills
/plugin install x-article-to-markdown@blockedpath-skillsSee Claude Code plugin marketplaces.
Codex
codex plugin marketplace add BlockedPath/SkillsThen open the plugins directory (codex /plugins), select blockedpath-skills, and install x-article-to-markdown. See Codex plugins.
Plugins
x-article-to-markdown
Scrapes an X (Twitter) long-form Article into a local Markdown file, faithfully preserving its structure (headings, formatting, lists, blockquotes, links) and downloading images for offline viewing. X Articles are login-gated and client-rendered, so this skill drives your already-logged-in Chrome via the DevTools protocol.
See plugins/x-article-to-markdown/skills/x-article-to-markdown/SKILL.md for details.
Repository structure
package.json # npx installer (`npx blockedpath-skills`)
bin/install.js
.claude-plugin/marketplace.json # marketplace catalog (Claude Code; also read by Codex as a legacy path)
plugins/
<plugin-name>/
package.json # optional: publish plugin to npm as an alternate source
.claude-plugin/plugin.json # plugin manifest for Claude Code
.codex-plugin/plugin.json # plugin manifest for Codex
skills/<skill-name>/SKILL.md # skill definition, shared by bothTo add a new plugin, create a directory under plugins/ with its own .claude-plugin/plugin.json and .codex-plugin/plugin.json, then add an entry to .claude-plugin/marketplace.json.
