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

Deepchem Circular Featurization

skill-ma-compbio-lab-skillfoundry-deepchem-circular-featurization · by ma-compbio-lab

Use this skill to compute compact DeepChem circular fingerprints from a small set of SMILES strings with the repo-managed DeepChem prefix. Do not use it for model training, docking, or large library screening.

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

Install

$ agentstack add skill-ma-compbio-lab-skillfoundry-deepchem-circular-featurization

✓ 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-deepchem-circular-featurization)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo 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 Deepchem Circular Featurization? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Purpose

Turn one or more SMILES strings into deterministic DeepChem CircularFingerprint summaries without requiring TensorFlow or PyTorch.

When to use

  • You need a lightweight DeepChem-backed fingerprinting step before downstream molecular ML work.
  • You want a compact JSON payload with canonical SMILES, dense bit vectors, and active bit indices.

When not to use

  • You need graph featurizers, model training, or dataset download workflows.
  • You need batch-scale featurization for very large libraries.

Inputs

  • Repeated --smiles arguments, or no arguments to use the bundled aspirin/caffeine example
  • Optional --size, --radius, and --out

Outputs

  • JSON summary with canonical_smiles, bit_vector, on_bits, and on_bit_count for each molecule

Requirements

  • slurm/envs/deepchem
  • DeepChem 2.8.0 and RDKit installed in that prefix

Procedure

  1. Run slurm/envs/deepchem/bin/python skills/drug-discovery-and-cheminformatics/deepchem-circular-featurization/scripts/compute_circular_fingerprints.py --out skills/drug-discovery-and-cheminformatics/deepchem-circular-featurization/assets/aspirin_caffeine_fingerprints.json.
  2. Inspect size, radius, and each molecule's canonical_smiles, bit_vector, and on_bits.
  3. Reuse the compact JSON as a deterministic preprocessing artifact for later experiments.

Validation

  • The command exits successfully under slurm/envs/deepchem/bin/python.
  • Each molecule gets a non-empty canonical SMILES and a bit vector of the requested length.
  • Repeated runs with the same inputs produce the same fingerprint payload.

Failure modes and fixes

  • Missing DeepChem runtime: run the script with slurm/envs/deepchem/bin/python.
  • Invalid SMILES: correct the input string before featurization.
  • Optional backend warnings: TensorFlow and PyTorch are not required for this fingerprint-only skill.

Safety and limits

  • Local featurization only.
  • No activity prediction, medicinal-chemistry recommendation, or safety interpretation is implied.

Provenance

  • DeepChem documentation: https://deepchem.readthedocs.io/en/latest/
  • RDKit documentation: https://www.rdkit.org/docs/index.html

Related skills

  • rdkit-molecular-descriptors

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.