AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Rdkit Scaffold Analysis Starter

skill-ma-compbio-lab-skillfoundry-rdkit-scaffold-analysis-starter · by ma-compbio-lab

Use this skill to compute Murcko scaffold summaries for a small local molecule set with RDKit. Prefer it for deterministic scaffold grouping and smoke-scale cheminformatics checks.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-ma-compbio-lab-skillfoundry-rdkit-scaffold-analysis-starter

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ma-compbio-lab-skillfoundry-rdkit-scaffold-analysis-starter)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Rdkit Scaffold Analysis Starter? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Purpose

Analyze a small local TSV of SMILES strings with RDKit Murcko scaffolds and emit a compact JSON summary that can feed later smoke integration or scaffold triage workflows.

When to use

  • You need a local scaffold grouping summary for a small curated molecule set.
  • You want canonical SMILES, Murcko scaffolds, generic scaffolds, and group counts from one deterministic run.

When not to use

  • You need large library clustering, matched molecular pair analysis, or SAR interpretation.
  • You need remote compound lookup or medicinal-chemistry recommendations.

Inputs

  • A TSV file with columns name and smiles
  • Optional JSON output path

Outputs

  • JSON with per-molecule canonical SMILES, Murcko scaffold, generic scaffold, scaffold groups, generic scaffold groups, and summary counts

Requirements

  • slurm/envs/chem-tools/bin/python
  • RDKit available in that environment

Procedure

  1. Inspect examples/molecules.tsv.
  2. Run slurm/envs/chem-tools/bin/python skills/drug-discovery-and-cheminformatics/rdkit-scaffold-analysis-starter/scripts/run_rdkit_scaffold_analysis.py --input skills/drug-discovery-and-cheminformatics/rdkit-scaffold-analysis-starter/examples/molecules.tsv.
  3. Review molecules, scaffold_groups, and summary.

Validation

  • The bundled example returns at least one scaffold group with count >= 2.
  • Invalid SMILES input returns a non-zero exit code with a clear error message.

Failure modes and fixes

  • Invalid SMILES: fix the offending row in the input TSV.
  • Missing RDKit environment: rerun with slurm/envs/chem-tools/bin/python.
  • Missing name or smiles columns: use a header row with exactly those field names.

Safety and limits

  • Local scaffold computation only.
  • No medicinal-chemistry conclusions are implied by the grouping.

Provenance

  • RDKit docs: https://www.rdkit.org/docs/index.html
  • RDKit Murcko scaffold API: https://www.rdkit.org/docs/source/rdkit.Chem.Scaffolds.MurckoScaffold.html
  • RDKit repository: https://github.com/rdkit/rdkit

Related skills

  • rdkit-molecular-descriptors
  • rdkit-molecule-standardization

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.