{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fellow-aiden",
    "name": "Fellow Aiden Precision Coffee Maker",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/mogglemoss/fellow-aiden",
    "canonicalUrl": "https://clawhub.ai/mogglemoss/fellow-aiden",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/fellow-aiden",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fellow-aiden",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "requirements.txt",
      "fellow.py",
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/fellow-aiden"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/fellow-aiden",
    "agentPageUrl": "https://openagent3.xyz/skills/fellow-aiden/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fellow-aiden/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fellow-aiden/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Fellow Aiden ☕",
        "body": "Control your Fellow Aiden smart coffee brewer via chat."
      },
      {
        "title": "Setup",
        "body": "Set your Fellow account credentials as environment variables:\n\nFELLOW_EMAIL=your@email.com\nFELLOW_PASSWORD=yourpassword\n\nThe skill will handle authentication automatically."
      },
      {
        "title": "Brewer Info",
        "body": "Ask things like:\n\n\"What's my brewer called?\"\n\"Show me my Aiden's status\"\n\"What firmware is my brewer on?\"\n\npython3 {baseDir}/fellow.py info"
      },
      {
        "title": "Profiles",
        "body": "Brew profiles control every parameter of your brew: water temperature, bloom, pulse intervals, and more.\n\nList all profiles:\n\npython3 {baseDir}/fellow.py profiles list\n\nGet a specific profile (by title, fuzzy match supported):\n\npython3 {baseDir}/fellow.py profiles get --title \"Light Roast\"\npython3 {baseDir}/fellow.py profiles get --title \"light\" --fuzzy\npython3 {baseDir}/fellow.py profiles get --id p3\n\nCreate a new profile:\n\npython3 {baseDir}/fellow.py profiles create \\\n  --title \"My Morning Brew\" \\\n  --ratio 15 \\\n  --bloom \\\n  --bloom-ratio 2 \\\n  --bloom-duration 30 \\\n  --bloom-temp 96 \\\n  --ss-pulses 3 \\\n  --ss-interval 20 \\\n  --ss-temps \"96,97,98\" \\\n  --batch-pulses 2 \\\n  --batch-interval 30 \\\n  --batch-temps \"96,97\"\n\nDelete a profile:\n\npython3 {baseDir}/fellow.py profiles delete --id p3\npython3 {baseDir}/fellow.py profiles delete --title \"Old Recipe\" --fuzzy\n\nImport a profile from a brew.link share URL:\n\npython3 {baseDir}/fellow.py profiles import --url \"https://brew.link/p/ws98\"\n\nShare a profile (generates a brew.link URL):\n\npython3 {baseDir}/fellow.py profiles share --id p2\npython3 {baseDir}/fellow.py profiles share --title \"My Favorite\""
      },
      {
        "title": "Schedules",
        "body": "Schedules let the Aiden brew automatically on a weekly timer.\n\nList all schedules:\n\npython3 {baseDir}/fellow.py schedules list\n\nCreate a schedule:\n\nDays are specified as a comma-separated list: sun,mon,tue,wed,thu,fri,sat\n\nTime is specified as HH:MM in 24-hour format (local time is converted to seconds-from-midnight automatically).\n\n# Brew every weekday at 7:30am, 950ml, using profile p2\npython3 {baseDir}/fellow.py schedules create \\\n  --days \"mon,tue,wed,thu,fri\" \\\n  --time \"07:30\" \\\n  --water 950 \\\n  --profile-id p2\n\n# Brew Mon/Wed/Fri at 8:00am\npython3 {baseDir}/fellow.py schedules create \\\n  --days \"mon,wed,fri\" \\\n  --time \"08:00\" \\\n  --water 750 \\\n  --profile-id p0\n\nDelete a schedule:\n\npython3 {baseDir}/fellow.py schedules delete --id s0"
      },
      {
        "title": "Usage Guidance for the Agent",
        "body": "When the user asks to \"brew\" or mentions coffee, check their profiles first and suggest relevant ones.\nProfile titles support fuzzy matching — you don't need an exact match.\nWater amount is in millilitres (150–1500ml).\nTemperatures are in Celsius.\nProfile IDs look like p0, p1, etc. Schedule IDs look like s0, s1, etc.\nWhen creating a profile from natural language (e.g. \"make me a light roast profile\"), use sensible defaults:\n\nratio: 15–17 for lighter roasts, 14–15 for darker\nbloom: enabled, bloomRatio 2, bloomDuration 30s\ntemperatures: 90–93°C for light, 93–96°C for medium, 96–98°C for dark\n\n\nAlways confirm with the user before deleting profiles or schedules.\nWhen sharing a profile, present the brew.link URL clearly so the user can copy it.\nThe --fuzzy flag on profiles get and profiles delete enables approximate title matching — use it when the user gives an informal name."
      }
    ],
    "body": "Fellow Aiden ☕\n\nControl your Fellow Aiden smart coffee brewer via chat.\n\nSetup\n\nSet your Fellow account credentials as environment variables:\n\nFELLOW_EMAIL=your@email.com\nFELLOW_PASSWORD=yourpassword\n\n\nThe skill will handle authentication automatically.\n\nWhat You Can Do\nBrewer Info\n\nAsk things like:\n\n\"What's my brewer called?\"\n\"Show me my Aiden's status\"\n\"What firmware is my brewer on?\"\npython3 {baseDir}/fellow.py info\n\nProfiles\n\nBrew profiles control every parameter of your brew: water temperature, bloom, pulse intervals, and more.\n\nList all profiles:\n\npython3 {baseDir}/fellow.py profiles list\n\n\nGet a specific profile (by title, fuzzy match supported):\n\npython3 {baseDir}/fellow.py profiles get --title \"Light Roast\"\npython3 {baseDir}/fellow.py profiles get --title \"light\" --fuzzy\npython3 {baseDir}/fellow.py profiles get --id p3\n\n\nCreate a new profile:\n\npython3 {baseDir}/fellow.py profiles create \\\n  --title \"My Morning Brew\" \\\n  --ratio 15 \\\n  --bloom \\\n  --bloom-ratio 2 \\\n  --bloom-duration 30 \\\n  --bloom-temp 96 \\\n  --ss-pulses 3 \\\n  --ss-interval 20 \\\n  --ss-temps \"96,97,98\" \\\n  --batch-pulses 2 \\\n  --batch-interval 30 \\\n  --batch-temps \"96,97\"\n\n\nDelete a profile:\n\npython3 {baseDir}/fellow.py profiles delete --id p3\npython3 {baseDir}/fellow.py profiles delete --title \"Old Recipe\" --fuzzy\n\n\nImport a profile from a brew.link share URL:\n\npython3 {baseDir}/fellow.py profiles import --url \"https://brew.link/p/ws98\"\n\n\nShare a profile (generates a brew.link URL):\n\npython3 {baseDir}/fellow.py profiles share --id p2\npython3 {baseDir}/fellow.py profiles share --title \"My Favorite\"\n\nSchedules\n\nSchedules let the Aiden brew automatically on a weekly timer.\n\nList all schedules:\n\npython3 {baseDir}/fellow.py schedules list\n\n\nCreate a schedule:\n\nDays are specified as a comma-separated list: sun,mon,tue,wed,thu,fri,sat\n\nTime is specified as HH:MM in 24-hour format (local time is converted to seconds-from-midnight automatically).\n\n# Brew every weekday at 7:30am, 950ml, using profile p2\npython3 {baseDir}/fellow.py schedules create \\\n  --days \"mon,tue,wed,thu,fri\" \\\n  --time \"07:30\" \\\n  --water 950 \\\n  --profile-id p2\n\n# Brew Mon/Wed/Fri at 8:00am\npython3 {baseDir}/fellow.py schedules create \\\n  --days \"mon,wed,fri\" \\\n  --time \"08:00\" \\\n  --water 750 \\\n  --profile-id p0\n\n\nDelete a schedule:\n\npython3 {baseDir}/fellow.py schedules delete --id s0\n\nUsage Guidance for the Agent\nWhen the user asks to \"brew\" or mentions coffee, check their profiles first and suggest relevant ones.\nProfile titles support fuzzy matching — you don't need an exact match.\nWater amount is in millilitres (150–1500ml).\nTemperatures are in Celsius.\nProfile IDs look like p0, p1, etc. Schedule IDs look like s0, s1, etc.\nWhen creating a profile from natural language (e.g. \"make me a light roast profile\"), use sensible defaults:\nratio: 15–17 for lighter roasts, 14–15 for darker\nbloom: enabled, bloomRatio 2, bloomDuration 30s\ntemperatures: 90–93°C for light, 93–96°C for medium, 96–98°C for dark\nAlways confirm with the user before deleting profiles or schedules.\nWhen sharing a profile, present the brew.link URL clearly so the user can copy it.\nThe --fuzzy flag on profiles get and profiles delete enables approximate title matching — use it when the user gives an informal name."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mogglemoss/fellow-aiden",
    "publisherUrl": "https://clawhub.ai/mogglemoss/fellow-aiden",
    "owner": "mogglemoss",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fellow-aiden",
    "downloadUrl": "https://openagent3.xyz/downloads/fellow-aiden",
    "agentUrl": "https://openagent3.xyz/skills/fellow-aiden/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fellow-aiden/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fellow-aiden/agent.md"
  }
}