famou-experiment-manager
Installation
SKILL.md
Famou Experiment Manager
Manage public and hybrid Famou experiments through famou-ctl-sdk.
Prerequisites
Run famou-ctl --version. Require famou-ctl-sdk >= 2.0.0; use famou-ctl upgrade for an older version or pip install famou-sdk==2.0.0 when missing, then verify again. If verification still fails, stop and ask the user to check the active Python environment, pip source, and executable path.
Read API configuration. Resolve <skill-path> to the absolute path of this skill directory:
python3 <skill-path>/scripts/config.py read
- If
statusisok, continue. - If
statusismissing, ask for an API key and runpython3 <skill-path>/scripts/config.py write <API_KEY>.