Real Skill packageSource verifiedClawHub registry

iran-chem-database

Iran Chemical Database — an HTTrack-powered live crawling system that autonomously discovers every Iranian chemical supplier, mirrors their websites with HTTrack, extracts research-grade molecule catalogs from the local mirrors, validates them with RDKit/PubChem, and maintains a live PostgreSQL database with FastAPI + Streamlit interfaces. Research-grade only (strict English/Persian grade classification), Persian NLP support, Playwright fallback for JS sites, Celery scheduling, Docker deployment. For academic proc…

Identity and source

Publisher attributionorionshaowswmwregistry owner unverified by skillvetai
Functional categoryDevOps, Cloud & Observabilityautomatically inferred · 76% rule confidence
Package forminstruction with code79 recorded files
Canonical sourceClawHub registryclawhub:orionshaowswmw:icd-notests
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/20/2026.claude/skills/iran-chem-database

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/20/2026.agents/skills/iran-chem-database

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/20/2026skills/iran-chem-database

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @orionshaowswmw/icd-notests
clawhub inspect @orionshaowswmw/icd-notests --version 1.0.10

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
partial text content
Files
40 / 79 inspected as text
Checked
8/20/2026, 1:18:29 PM
Scanner
0.1.3
Policy
1.0.3
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
46 dependency and API indicators
  • pypi: fastapi >=0.115
  • pypi: pydantic >=2.8
  • pypi: pydantic-settings >=2.4
  • pypi: python-multipart >=0.0.9
  • pypi: sqlalchemy >=2.0
  • pypi: psycopg2-binary >=2.9
  • pypi: alembic >=1.13
  • pypi: redis >=5.0
  • pypi: celery >=5.4
  • pypi: beautifulsoup4 >=4.12
  • pypi: lxml >=5.2
  • pypi: parsel >=1.9
  • pypi: pdfplumber >=0.11
  • pypi: PyMuPDF >=1.24
  • pypi: openpyxl >=3.1
  • pypi: pandas >=2.2
  • pypi: playwright >=1.45 # run: playwright install chromium
  • pypi: rdkit >=2024.03
  • pypi: pubchempy >=1.0.4
  • pypi: hazm >=0.9
  • pypi: parsivar >=0.2
  • pypi: langdetect >=1.0.9
  • pypi: streamlit >=1.36
  • pypi: dash >=2.17
  • pypi: plotly >=5.22
  • pypi: PyYAML >=6.0
  • pypi: python-dotenv >=1.0
  • pypi: requests >=2.32
  • pypi: httpx >=0.27
  • api: html.duckduckgo.com
  • api: serpapi.com
  • api: www.alibaba.com
  • api: www.b2bmap.com
  • api: www.chemicalbusinessdirectory.com
  • api: www.chemicals1.com
  • api: www.chemnet.com
  • api: www.ec21.com
  • api: www.ensun.io
  • api: www.exporthub.com
  • api: www.kompass.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/20/2026, 11:21:14 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:9547836e9a92704d29c22b8c475b30d5830f565db686c258f10b06f5df149395
Show up to 30 recorded paths
  • _meta.json
  • alembic/alembic.ini
  • alembic/env.py
  • alembic/script.py.mako
  • config.yaml
  • docker-compose.yml
  • Dockerfile
  • docs/adding_suppliers.md
  • docs/api_reference.md
  • docs/architecture.md
  • docs/deployment_guide.md
  • docs/httrack_integration.md
  • install.sh
  • LICENSE
  • nginx.conf
  • pyproject.toml
  • README.md
  • requirements.txt
  • skill-card.md
  • SKILL.md
  • src/__init__.py
  • src/api/__init__.py
  • src/api/app.py
  • src/api/routes/__init__.py
  • src/api/routes/export.py
  • src/api/routes/mirrors.py
  • src/api/routes/molecules.py
  • src/api/routes/search.py
  • src/api/routes/stats.py
  • src/api/routes/suppliers.py

Source changelog

- Updated project description and architecture documentation in SKILL.md for improved clarity and detail. - Clarified security posture, local-only parsing, and outbound network behaviors. - Added usage instructions for Docker and bare-metal installations. - Requirements, deployment notes, and legal/ethical use instructions now included. - No functional code changes; README and doc refinements only.