amina-init
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAmina CLI
Amina CLI
Run autonomous protein engineering workflows via AminoAnalytica's Amina CLI.
Reference Loading
参考资料加载
This skill uses progressive disclosure. Load references based on context:
本技能采用渐进式披露方式,根据上下文加载参考资料:
At Session Start
会话开始时
When starting a new Amina session or first protein engineering request:
- Read — Run through session initialization
references/setup.md - Read — Load execution guidance for the session
references/usage.md
当启动新的Amina会话或首次提出蛋白质工程请求时:
- 阅读—— 完成会话初始化流程
references/setup.md - 阅读—— 加载会话执行指南
references/usage.md
Mid-Session Refresh
会话中途刷新
When you need a reminder on CLI usage, execution patterns, or agent behavior:
- Read only
references/usage.md
当你需要回顾CLI用法、执行模式或Agent行为时:
- 仅阅读
references/usage.md
When to Load References
何时加载参考资料
| Trigger | Action |
|---|---|
| Session start, first Amina request | Load both setup.md and usage.md |
| "How do I use amina...", CLI questions | Load usage.md |
| Job submission, workflow execution | Load usage.md if not already loaded |
| Environment issues, auth problems | Load setup.md |
| 触发条件 | 操作 |
|---|---|
| 会话开始、首次Amina请求 | 同时加载setup.md和usage.md |
| "我该如何使用amina...", CLI相关问题 | 加载usage.md |
| 任务提交、工作流执行 | 若尚未加载则加载usage.md |
| 环境问题、认证问题 | 加载setup.md |
Quick Reference
快速参考
bash
undefinedbash
undefinedEssential commands
Essential commands
amina tools list # List all tools
amina run <tool> --help # Show parameters
amina run <tool> [params] -o <dir> # Sync execution
amina run <tool> --background --job-name <n> # Async execution
amina jobs wait <id> && amina jobs download <id> -o ./
**Key principle**: Run commands automatically, complete workflows end-to-end, never ask unnecessary questions.amina tools list # List all tools
amina run <tool> --help # Show parameters
amina run <tool> [params] -o <dir> # Sync execution
amina run <tool> --background --job-name <n> # Async execution
amina jobs wait <id> && amina jobs download <id> -o ./
**核心原则**:自动运行命令,端到端完成工作流,绝不提出不必要的问题。