Fellow Aiden for Openclaw

A specialized AI skill for managing Fellow Aiden coffee brewers, from profile creation to automated scheduling.

mogglemoss
v1.0.1
Feb 23, 2026
0
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install fellow-aiden

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install fellow-aiden using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Fellow Aiden?

The Fellow Aiden skill transforms how you interact with your coffee machine by bringing high-precision brewing control to the Openclaw Skills ecosystem. It allows developers and coffee enthusiasts to programmatically manage every variable of their brew, including water temperature, bloom duration, and pulse intervals. By integrating this skill into your workflow, you can move beyond simple buttons and leverage an AI agent to craft the perfect cup of coffee based on specific roast profiles or shared community recipes.

This integration provides a comprehensive bridge between the Fellow cloud API and your local environment, ensuring that your smart brewer is always aligned with your preferences. Whether you are a casual drinker or a specialty coffee nerd, using this skill within the Openclaw Skills framework provides unparalleled flexibility in how you manage your daily caffeine routine.

Fellow Aiden Use Cases

  • Setting up automated weekly brewing schedules for a frictionless morning routine.
  • Fine-tuning extraction parameters by creating custom profiles via chat commands.
  • Importing and sharing professional brewing recipes using brew.link integration.
  • Checking brewer firmware and status through the Openclaw Skills interface.

How Fellow Aiden Works

  1. The user provides Fellow account credentials to establish a secure connection via environment variables.
  2. Commands are issued to the agent to list, create, or modify brew profiles and schedules.
  3. The skill utilizes the fellow-aiden Python library to communicate with the brewer's cloud API.
  4. Parameters like temperature, bloom, and water volume are validated and synchronized with the physical device.
  5. Success responses or shared recipe links are returned to the user in a readable format.

Fellow Aiden Setup

To get started with this entry in the Openclaw Skills library, install the required library and set your environment variables:

pip3 install fellow-aiden --quiet

Configure your credentials to allow the agent to authenticate:

export FELLOW_EMAIL="[email protected]"
export FELLOW_PASSWORD="yourpassword"

Fellow Aiden Data Schema & Taxonomy

The skill manages data using structured IDs and specific units for coffee extraction:

Attribute Description Range/Format
Profile IDs Unique identifiers for recipes p0, p1, etc.
Schedule IDs Identifiers for timed events s0, s1, etc.
Water Amount Volume for the brew 150ml - 1500ml
Temperatures Extraction heat Degrees Celsius
Schedules Weekly timer settings 24h format (HH:MM)

Fellow Aiden Advanced Features

  • Fuzzy matching for profile titles allows for flexible natural language retrieval without needing exact IDs.
  • Multi-pulse temperature control enables precise thermal stepping during different stages of the extraction.
  • Automatic conversion of local time to seconds-from-midnight for robust scheduling across different time zones.
  • Support for importing and exporting external brew.link URLs to instantly expand your recipe library within Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*