Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:4,312
forks:1,182
updated:2026年3月18日 09:44
ファイルエクスプローラー
SKILL.md
[HINT] SKILL.mdと関連ファイルを含む完全なスキルディレクトリをダウンロード
| name | concept-explainer |
| description | Uses analogies to explain complex medical concepts in accessible terms. |
| version | 1.0.0 |
| category | Info |
| tags | ["education","analogies","medical-concepts","explanation"] |
| author | AIPOCH |
| license | MIT |
| status | Draft |
| risk_level | Medium |
| skill_type | Tool/Script |
| owner | AIPOCH |
| reviewer | |
| last_updated | 2026-02-06 |
Explains medical concepts using everyday analogies.
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
--concept, -c | string | - | Yes | Medical concept to explain |
--audience, -a | string | patient | No | Target audience (child, patient, student) |
--list, -l | flag | - | No | List all available concepts |
--output, -o | string | - | No | Output JSON file path |
# Explain thrombosis to a patient
python scripts/main.py --concept "thrombosis"
# Explain to a child
python scripts/main.py --concept "immune system" --audience child
# Explain to a medical student
python scripts/main.py --concept "antibiotic resistance" --audience student
# List all available concepts
python scripts/main.py --list
{
"explanation": "string",
"analogy": "string",
"key_points": ["string"]
}
| Risk Indicator | Assessment | Level |
|---|---|---|
| Code Execution | Python/R scripts executed locally | Medium |
| Network Access | No external API calls | Low |
| File System Access | Read input files, write output files | Medium |
| Instruction Tampering | Standard prompt guidelines | Low |
| Data Exposure | Output files saved to workspace | Low |
No additional Python packages required.