Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Codex coding agent based on GPT-5,具备强工程判断力的主动式编程协作者

Install to Claude Code

/plugin install codex@treadonsnow-skills

Run in Claude Code. Add the marketplace first with /plugin marketplace add unfallenwill/skills if you haven't already.

README.md

treadonsnow-skills

A collection of Claude Code plugins — Skills, Slash Commands, Hooks, Agents, and more.

Plugins

| Plugin | Type | Description | |--------|------|-------------| | codex | Agent | A Codex coding agent based on GPT-5 — a proactive coding collaborator with strong engineering judgment | | pandas-copilot | Skill | Use pandas without knowing pandas: provide data and a validation standard, get a verified, repeatable data-processing script or notebook | | otel-dev | Skill, Agent | Language-agnostic methodology for bootstrapping the OpenTelemetry SDK and applying semantic conventions correctly | | import-linter | Skill | Configure, maintain, and diagnose import-linter (Python import architecture enforcement): generate contracts, extend configs, and interpret lint-imports failures | | interview-prep | Skill, Agent | Generate personalized interview questions, outlines, follow-up probes, and scoring rubrics from candidate resumes | | pd-rule-extractor | Skill | Exhaustively extract protocol deviation (PD) rules from clinical trial documents into a fixed-format Excel table, with dedup, 3-vote adversarial review, and auditable coverage evidence | | tech-writing | Skill | Turn a topic into a structured technical blog outline — per-section word budgets, core arguments, and grounded material references | | openclaw | Skill | Generate a customized bootstrap instruction document that a new OpenClaw agent follows to initialize its own identity, soul, and workspace files |

Installation

Install via the marketplace (recommended):

# Add the marketplace
/plugin marketplace add unfallenwill/treadonsnow-skills

# Install plugins
/plugin install codex@treadonsnow-skills
/plugin install pandas-copilot@treadonsnow-skills
/plugin install otel-dev@treadonsnow-skills
/plugin install import-linter@treadonsnow-skills
/plugin install interview-prep@treadonsnow-skills
/plugin install pd-rule-extractor@treadonsnow-skills
/plugin install tech-writing@treadonsnow-skills
/plugin install openclaw@treadonsnow-skills

Plugin structure

Each plugin follows the standard layout:

plugin-name/
├── .claude-plugin/
│   └── plugin.json      # plugin metadata (required)
├── skills/              # skill definitions
├── commands/            # slash commands (optional)
├── agents/              # subagent definitions (optional)
├── hooks/
│   └── hooks.json       # hook config (optional)
├── scripts/             # scripts (optional)
└── README.md            # plugin docs

Developing a new plugin

1. Create a directory under plugins/ 2. Add .claude-plugin/plugin.json 3. Add components (skills, commands, hooks, agents) as needed 4. Register the plugin in .claude-plugin/marketplace.json 5. Update the plugin list in the root README.md

See CLAUDE.md for details.

Related plugins

Browse all →