Self-Improving Agent
一个面向 Automation 场景的 Agent 技能。原始说明:Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
一个面向 Automation 场景的 Agent 技能。原始说明:Manage your PostSyncer social media workflows.
name: postsyncer
version: 1.0.0
description: Manage your PostSyncer social media workflows.
author: abakermi
metadata:
openclaw:
emoji: "🔄"
requires:
env: ["POSTSYNCERAPIKEY"]
Automate your social media scheduling with PostSyncer.
export POSTSYNCER_API_KEY="your_key"List your workspaces.
postsyncer workspaces
List your scheduled/published posts.
postsyncer posts
(Basic text post)
postsyncer create-post -w <workspace_id> -t "Hello world"