2.5k
GitHub Stars
5
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill fellow-aiden- _meta.json303 B
- fellow.py8.5 KB
- README.md2.1 KB
- requirements.txt20 B
- SKILL.md4.1 KB
Overview
This skill lets you control a Fellow Aiden smart coffee brewer through an AI assistant. Manage brew profiles, view brewer status, create or tweak recipes, share brew links, and set automated brewing schedules. It handles authentication if you provide your Fellow account credentials.
How this skill works
The skill authenticates to your Fellow account and queries the Aiden device for status, firmware, profiles, and schedules. It provides commands to list, get, create, import, share, and delete profiles, and to list, create, and delete scheduled brews. Natural-language requests map to profile and schedule operations, with fuzzy title matching for convenience.
When to use it
- Check brewer status or firmware version
- Create or edit brew profiles (recipes) from natural language
- Import or share recipes using brew.link URLs
- Set up weekly automated brews with precise times and water volumes
- Delete or manage schedules and confirm destructive actions before applying
Best practices
- Always confirm destructive actions (deleting profiles or schedules) with the user before proceeding
- When generating profiles from language, use sensible defaults for ratio, bloom, and temperatures based on roast level
- Validate water amounts are between 150–1500 ml and times use 24-hour HH:MM format
- Prefer fuzzy title matching when the user provides informal profile names
- Present brew.link URLs clearly when sharing profiles so the user can copy them easily
Example use cases
- Ask the assistant: “What firmware is my Aiden on?” and receive device status and firmware details
- Create a new morning recipe by saying: “Make a light roast profile for 750ml with bloom” and get a profile created with sensible defaults
- Import a profile from a brew.link URL provided by a friend to reproduce their recipe
- Schedule automatic brews: “Brew weekdays at 07:30 using my wake-up profile for 950ml” to create a weekly schedule
- Share a favorite profile and return a brew.link URL so others can import it easily
FAQ
Set FELLOW_EMAIL and FELLOW_PASSWORD as environment variables; the skill uses them to authenticate automatically.
What units and ranges should I use?
Water is in millilitres (150–1500 ml). Temperatures are Celsius. Times use 24-hour HH:MM format and days are comma-separated (sun,mon,...).