— No reviews yet
0 installs
15 views
0.0% view→install
Install
$ agentstack add skill-internscience-molclaw-molclaw-p2rank ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Are you the author of Molclaw P2rank? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Pocket Location
Note:
- Local files are not directly accessible by the server. Please upload them to the server using
molclaw-file-transferbefore execution. - For PDB file inputs, it is recommended to preprocess them using
molclaw-pdbfixerbefore execution. - Please refer to skill
molclaw-scp-serverto complete tool invocation.
The description of tool predpocketprank.
Use P2Rank to predict ligand binding pockets in the input protein.
Args:
pdb_file_path (str): Path to the protein structure file (PDB format)
Return:
status (str): success/error
msg (str): message
pred_pockets (List[dict]): List of dict, each containing pocket confidence and center position information. The first pocket (pred_pockets[0]) has the highest score and is usually used for molecular docking.
--site_id (str): Pocket id
--probability (float): Predicted confidence score (0~1) of the pocket
--center_x (float): Center X of the pocket
--center_y (float): Center Y of the pocket
--center_z (float): Center Z of the pocket
How to use tool predpocketprank :
response = await client.session.call_tool(
"pred_pocket_prank",
arguments={
"pdb_file_path": pdb_file_path
}
)
result = client.parse_result(response)
pred_pockets = result["pred_pockets"]
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: InternScience
- Source: InternScience/MolClaw
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.