一键导入
slack-report
Share markdown reports to the user's configured Slack agent_cli_report channel via Fastfold API, and persist the markdown as a library item.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Share markdown reports to the user's configured Slack agent_cli_report channel via Fastfold API, and persist the markdown as a library item.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run Boltz API workflows via the official `boltz-api` CLI — structure-and-binding, protein design/screen, small-molecule design/screen, ADME prediction, and job status/recovery. Use when the user wants to estimate, submit, monitor, fetch results for, stop, or recover a Boltz API job.
Submits and manages FastFold protein folding jobs via the Jobs API (Boltz-2, OpenFold 3, Chai-1, IntelliFold, AlphaFold2, SimpleFold). Covers authentication, job payloads, modifications, constraints, webhooks, polling, and CIF/PDB URLs. Use when folding with FastFold, OpenFold 3/Chai-1/IntelliFold complexes, ligands/affinity, or scripting create → wait → results.
Generate Mermaid diagrams on demand and proactively for complex multi-step workflows. Use when users ask for flowcharts/diagrams, or when explaining complicated pipelines such as BoltzGen, fold->MD, and computational biology execution flows.
Build and run FastFold BoltzGen protein-design workflows end-to-end through API or Composer draft links. Use this whenever users mention BoltzGen, design-spec YAMLs, binder design, multi-spec scaffold workflows, CIF/PDB preparation, workflow graph upsert, `/workflow/composer/<id>`, candidate metrics/structure results, or ask naturally for "help me design a protein" / "give me a simple example".
Run molecular dynamics (MD) simulations via the FastFold Workflows API. Today supports the CALVADOS+OpenMM workflow (calvados_openmm_v1) from either an existing fold job (AF structure + PAE auto-resolved) or manual PDB+PAE upload, then waits for completion, fetches metrics/plots/CSV artifacts, and extracts trajectory frames as PDB files. Use when running an MD simulation with FastFold, CALVADOS + OpenMM, reading MD metrics/plots, extracting frames, or scripting submit → wait → results for an MD run.
Run OpenMMDL molecular dynamics workflows via the FastFold Workflows API (`openmmdl_v1`) from local topology + optional ligand files, prepare draft scripts, execute drafts, wait for completion, fetch artifacts/metrics, and extract trajectory frames. Use when users ask for OpenMMDL, protein-ligand MD, OpenMMDL script preparation, or `/openmmdl/results/<workflow_id>` reruns.
| name | slack_report |
| description | Share markdown reports to the user's configured Slack agent_cli_report channel via Fastfold API, and persist the markdown as a library item. |
Use this skill to send markdown reports to Slack through the Fastfold Cloud backend endpoint:
POST /v1/slack/messages/agent-cli-reportThe endpoint posts to the configured agent_cli_report Slack channel and stores the same markdown as a library markdown item.
FASTFOLD_API_KEY from environment~/.fastfold-cli/config.json (api.fastfold_cloud_key)FASTFOLD_API_KEY in environment or .env.fastfold setupfastfold config set api.fastfold_cloud_key <key>python scripts/send_agent_cli_report.py --markdown-file <path>requests code.ok: false and needs_slack_setup: true, tell user:
agent_cli_report.library_item_id, include this open link in the reply:
https://cloud.fastfold.ai/code/<library_item_id>?from=libraryIf Slack is not configured, return a user-friendly instruction and include: