Yanado for Openclaw

A project and task management skill that integrates Yanado's Gmail-centric workflow capabilities into AI coding agents.

gora050
v1.0.4
May 1, 2026
0
415
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install yanado

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 yanado 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 Yanado?

Yanado is a specialized project management solution built directly inside Gmail, designed to help teams organize work and track progress without leaving their inbox. This Openclaw Skills integration allows AI agents to interact with Yanado's ecosystem, including tasks, comments, spaces, and users. By utilizing Membrane as the underlying engine, the skill simplifies the developer experience by managing authentication and credential refreshing automatically.

Yanado Use Cases

  • Automating task creation and updates based on Gmail-related triggers.
  • Synchronizing Yanado space data with external project management tools.
  • Retrieving task comments to provide context for AI-driven development workflows.
  • Managing team collaboration and user assignments programmatically.

How Yanado Works

  1. The Membrane CLI is used as the interface between the AI agent and the Yanado API.
  2. Authentication is established via a tenant-based login, tailored for specific agent types like openclaw.
  3. A connection is created for the yanado.com domain, which handles OAuth flows and token persistence.
  4. The agent searches for specific actions (like creating tasks or listing spaces) using natural language intent queries.
  5. Commands are executed through the CLI, returning JSON-formatted data for the agent to process or display.

Yanado Setup

To get started with this Yanado integration for Openclaw Skills, follow these steps:

# Install the Membrane CLI
npm install -g @membranehq/cli@latest

# Log in and specify your agent type
membrane login --tenant --clientName=openclaw

# Create a connection to Yanado
membrane connection ensure "https://yanado.com" --json

Yanado Data Schema & Taxonomy

The Yanado skill organizes data around the following core entities:

Entity Description
Tasks The primary unit of work, including status and Gmail metadata.
Comments Discussion threads attached to specific tasks.
Spaces Workspaces or projects used to group related tasks.
Users Metadata for team members collaborating within Yanado.

All interactions return structured JSON objects containing an id, name, and entity-specific inputSchema or outputSchema.

Yanado Advanced Features

  • Intent-based action discovery: Use natural language to find the correct Yanado API function for your task.
  • Seamless Proxy Requests: Send direct HTTP requests to the Yanado API while Membrane automatically injects auth headers.
  • Headless Authentication: Support for server-side or remote environments using manual authorization codes.
  • Automated Credential Management: Never manage API keys manually; Openclaw Skills leverage Membrane's secure server-side token lifecycle.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*