Skip to content

[Feature] Create Honcho Memory Skill for Zo Computer #406

@ajspig

Description

@ajspig

Description

Build a packaged skill for Zo Computer that enables Zo users to have persistent memory across their AI interactions.

What is Zo Computer?

Zo is an intelligent cloud computer that combines AI, storage, and compute in a single platform. Users can create "skills" — reusable workflows that extend Zo's capabilities. Skills are packaged workflows that can be shared and run.

Proposed Skill Capabilities

  1. Auto-Memory: Automatically save conversations to Honcho
  2. Query Memory: "What do you remember about X?"
  3. Context Injection: Automatically include relevant context in prompts
  4. Multi-Workspace Support: Manage different memory spaces for different use cases

Implementation

zo-honcho-skill/
├── SKILL.md           # Skill definition following Zo's format
├── setup.py           # Honcho client initialization  
├── tools/
│   ├── save_memory.py     # Store conversation in Honcho
│   ├── query_memory.py    # Use peer.chat() for Q&A
│   └── get_context.py     # Get session context
└── README.md

Key Integration Points

Honcho Concept Zo Mapping
Workspace Zo account/project
Peer Zo user
Session Zo conversation/task
Messages Zo chat messages
peer.chat() Memory query tool

Resources

Acceptance Criteria

  • Skill follows Zo's skill format
  • Works with Honcho
  • Documentation includes setup instructions
  • Submitted to Zo skill hub/marketplace

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions