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 status is ok, continue.
  • If status is missing, ask for an API key and run python3 <skill-path>/scripts/config.py write <API_KEY>.

Submit an Experiment

1. Resolve Mode, Config, and Name

Installs
4
Repository
baidubce/skills
GitHub Stars
30
First Seen
Apr 13, 2026
famou-experiment-manager — baidubce/skills