Skip to main content

Overview

The OpenSink Skills pack bundles multiple OpenSink integrations into a single OpenClaw skill. One install, multiple tools.
Looking for agent memory? That’s a separate skill — see OpenClaw Memory Skill.

Activity Logger

Log significant agent actions to OpenSink as Activities. Creates an inspectable timeline visible in the OpenSink dashboard — perfect for audit trails, observability, and debugging.

What gets logged

Think of activities as a captain’s log — milestones, not a transcript. If someone asks “what did the agent do today?”, your activities should tell the full story without the noise. Log these:
  • Task completed (“Generated weekly report for Q1”)
  • External interactions (“Sent deployment notification to Slack”)
  • Decisions made (“Escalated ticket #42 to engineering”)
  • Errors and recoveries (“API rate limited, retried 3x, succeeded”)
  • State changes (“Order #456 moved to shipped”)
Skip these:
  • Every chat message or reply
  • File reads and internal reasoning
  • Routine tool calls
  • Intermediate steps that don’t matter on their own
Rule of thumb: If you’d mention it in a daily standup, log it. If not, skip it.

Install

Setup

1

Get an API key

Sign up at app.opensink.com and create an API key.
2

Set your API key

Add it to your agent’s TOOLS.md:
3

Create an agent (first time only)

The skill can create an OpenSink agent for you by name:
This returns the agent ID — the skill stores it for future use.

Usage

Once installed, the agent uses the skill automatically when it needs to log actions. You can also run the script directly:

Coming soon

More integrations are planned for this skill pack:

OpenSink primitives used

Requirements

  • curl
  • An OpenSink account with API access

Source

GitHub

Source code and contributions

ClawHub

Install via ClawHub