Home / pku-yuangroup / openai4s · CLAUDE.md · GitHub

CLAUDE.md claudeB

CLAUDE.md is agent-read markdown (claude) from pku-yuangroup/openai4s.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# CLAUDE.md / AGENTS.md

This file provides shared guidance to both Claude Code (`CLAUDE.md`) and Codex (`AGENTS.md`, symlinked to this file) when working with code in this repository.

Keep future guidance platform-neutral unless a section explicitly calls out a Claude Code- or Codex-specific workflow.

## What this is

**OpenAI4S** is a pure-stdlib hybrid scientific research agent: provider-native JSON `Tool` calls form the orchestration/permission control plane, while persistent Python/R Code-as-Action kernels form the scientific execution plane. Python can call the in-kernel `host` singleton synchronously mid-cell; R is an independent analysis channel.

**Core is zero-dependency by design.** The engine, the LLM client (over `urllib`), and the web server (`http.server` + a hand-rolled WebSocket) use only the Python standard library. This is a hard constraint — see conventions below.

## Commands

```bash
./setup.sh                          # one-time: locked lightweight .venv + pre-commit hook
./setup.sh --with-kernel-envs       # also create comprehensive Python + R envs
./setup.sh --update-kernel-envs     # sync existing Python + R envs, without pruning
…

Read the whole file at its exact version.

How to install

Latest version
mdr add pku-yuangroup/openai4s/CLAUDE.md@git:20260916.bb0d860
Exact content
mdr add pku-yuangroup/openai4s/CLAUDE.md@sha256:3d4e6036932d45f6

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_h3dmp2dw4m6wuogq.svg)](https://markdownregistry.com/a/art_h3dmp2dw4m6wuogq)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260916.bb0d860 latest2026-09-16 bb0d860 31,221 BB view · diff
git:20260911.a5764cd2026-09-11 a5764cd 31,221 BB view · diff
git:20260906.dd049202026-09-06 dd04920 30,959 BB view · diff
git:20260831.306866a2026-08-31 306866a 30,831 BB view · diff
git:20260829.1828ec92026-08-29 1828ec9 29,726 BB view

Audit of the latest version

B  13 of 14 checks passed. Deterministic, no model, same answer every run.
  • fail: No link to a raw IP address (matched: http://127.0.0.1:8760)
  • pass: Size between 200 bytes and 200 KB (31221 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No script tag

Source

GitHub

pku-yuangroup/openai4s · 586 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_h3dmp2dw4m6wuogq
GET https://markdownregistry.com/api/v1/resolve?ref=pku-yuangroup/openai4s/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/3d4e6036932d45f6a31485b1ec27537874471841d19b301058da69880cc6bd5a

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from pku-yuangroup/openai4s

AGENTS.md agents
pku-yuangroup/openai4s · AGENTS.md
git:20260706.f0fd27c · audit B · 586 stars
admet_genetic skill
pku-yuangroup/openai4s · skills/admet_genetic/SKILL.md · ADMET-guided genetic molecule optimization workflow from seed SMILES; use when the agent needs to build or run an…
git:20260828.e9753be · audit A · 586 stars
alphafold2 skill
pku-yuangroup/openai4s · skills/alphafold2/SKILL.md · Predict protein structure for monomers and multimers with AlphaFold2 via the ColabFold runner (Mirdita et al. 2022…
git:20260828.e9753be · audit A · 586 stars
audit-dataset skill
pku-yuangroup/openai4s · skills/audit-dataset/SKILL.md · Audit tabular datasets before analysis or training for schema drift, missing values, duplicate rows or IDs, target…
git:20260828.e9753be · audit A · 586 stars
bioprobench skill
pku-yuangroup/openai4s · skills/bioprobench/SKILL.md · Score an LLM's biological-protocol reasoning on the BioProBench benchmark: protocol QA, step ordering, error detection…
git:20260828.e9753be · audit A · 586 stars
bio-alignment-io skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-alignment-io/SKILL.md · Read, write, and convert multiple sequence alignment files using Biopython Bio.AlignIO. Supports Clustal, PHYLIP…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-trimming skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-alignment-trimming/SKILL.md · Trim multiple sequence alignments using ClipKIT, trimAl, BMGE, Divvier, or HMMcleaner with mode selection guidance per…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-amplicon-clipping skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-alignment-amplicon-clipping/SKILL.md · Trim PCR primers from aligned reads in amplicon-panel BAMs using samtools ampliconclip. Use when processing SARS-CoV-2…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-filtering skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-alignment-filtering/SKILL.md · Filter alignments by flags, mapping quality, and regions using samtools view and pysam. Use when extracting specific…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-indexing skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-alignment-indexing/SKILL.md · Create and use BAI/CSI indices for BAM/CRAM files using samtools and pysam. Use when enabling random access to…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-sorting skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-alignment-sorting/SKILL.md · Sort alignment files by coordinate or read name using samtools and pysam. Use when preparing BAM files for indexing…
git:20260821.2d1b678 · audit A · 586 stars
bio-alignment-validation skill
pku-yuangroup/openai4s · skills/bioskills/bio-alignment-files-alignment-validation/SKILL.md · Validate alignment quality with insert size distribution, proper pairing rates, GC bias, strand balance, and other…
git:20260821.2d1b678 · audit A · 586 stars

Every file in pku-yuangroup/openai4s

Other files named CLAUDE.md

CLAUDE.md claude
obra/superpowers · CLAUDE.md
git:20260919.5bf4e78 · audit B · 291,204 stars
CLAUDE.md claude
affaan-m/ecc · CLAUDE.md
git:20260528.04c68e4 · audit A · 266,832 stars
CLAUDE.md claude
firecrawl/firecrawl · CLAUDE.md
git:20260615.fe8d358 · audit A · 184,144 stars
CLAUDE.md claude
garrytan/gstack · CLAUDE.md
git:20260924.06ed920 · audit A · 134,082 stars
CLAUDE.md claude
juliusbrussee/caveman · CLAUDE.md
git:20260908.bb1cfc8 · audit B · 107,708 stars
CLAUDE.md claude
addyosmani/agent-skills · CLAUDE.md
git:20260720.8fd2081 · audit A · 98,554 stars
CLAUDE.md claude
nexu-io/open-design · CLAUDE.md
git:20260430.9b57c22 · audit B · 97,933 stars
CLAUDE.md claude
thedotmack/claude-mem · CLAUDE.md
git:20260723.e29d221 · audit A · 94,550 stars

Browse by kind, by grade B, or by owner.