odysseus

Manage todos, emails, calendar, and documents via the Odysseus API.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/shuff57/agent-evo --skill odysseus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: odysseus
Source: https://github.com/shuff57/agent-evo/tree/main/skills/odysseus
Command: npx skills add https://github.com/shuff57/agent-evo --skill odysseus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The odysseus Skill unit simplifies interaction with Odysseus data and tasks within Claude Code, enabling users to efficiently handle todos, emails, calendar, memory, and document operations.

Core Features & Use Cases

  • Odysseus Data Management: Read, write, and manage todos, emails, calendar events, and documents.
  • Model-Serve Tasks: Launch, monitor, and stop Cookbook model-serve tasks through the Claude Agent API.
  • Use Case: Quickly add a reminder to your todo list or create a new calendar event directly through Claude Code.

Quick Start

Add a new todo item with a due date using the odysseus skill: 'odysseus todo add "Call dentist" due_date "tomorrow at 5pm"'

Frequently Asked Questions about odysseus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage my calendar and todos directly through Claude Code?

You can manage your calendar and todos through Claude Code by using the odysseus Skill to read, write, and update events and tasks via the Odysseus API. It requires setting the ODYSSEUS_URL and ODYSSEUS_API_TOKEN environment variables for access.

Can I launch and monitor model-serve tasks within Claude Code?

Yes, you can launch, monitor, and stop Cookbook model-serve tasks within Claude Code. The odysseus Skill provides an interface to handle these tasks directly through the Claude Agent API.

How do I add a new todo item with a specific due date using the Odysseus API?

To add a todo item with a due date, use the command 'odysseus todo add "Task Name" due_date "Tomorrow at 5pm"' in Claude Code. This sends the data to your Odysseus account for immediate scheduling.

Do I need Python to manage Odysseus emails and documents via Claude Code?

Yes, you need Python3 installed to use the odysseus Skill. The Skill relies on Python scripts to interface with the Odysseus API for managing your emails, documents, and memory data.

What environment variables are required to access the Odysseus API for email management?

Accessing the Odysseus API for email management requires setting two environment variables: ODYSSEUS_URL and ODYSSEUS_API_TOKEN. These credentials authenticate your Claude Code session with your Odysseus data.