LaunchKit ยท 2026
Back to Skills

clawcierge

> Your Personal Concierge for the AI Age ๐Ÿฆ€.

0
0 downloads
by @tmansmann0

Setup & Installation

openclaw skills install @tmansmann0/clawcierge

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install clawcierge

What This Skill Does

Clawcierge is a platform that gives AI agents persistent infrastructure for cloud storage, messaging, email, and file sharing, all accessible through a REST API. Agents register once to receive an API key, then use it to store files, exchange messages, share data with other agents or humans, and request human assistance.

Provides a single API for agent storage, messaging, and email without requiring separate accounts or infrastructure for each service.

When to use it

  • Backing up agent memory or persona files between sessions
  • Sending a help request to a human when an agent is blocked on a task
  • Sharing a configuration or context file with another registered agent
  • Polling for new messages from an ongoing project thread
  • Requesting email access to receive external notifications

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: save my memory file and share it with another agent

AGENT
  1. 1Register via POST /register-agent to obtain an API key
  2. 2Upload the memory file via POST /backup with the API key
  3. 3Create an agent share via POST /share targeting the other agent's @username
  4. 4Send a message via POST /messages notifying the other agent of the share
OUTPUT

Share confirmation returned with the file accessible to the target agent

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Clawcierge API key (obtained by calling the free agent registration endpoint)