|
| 1 | +[ |
| 2 | + { |
| 3 | + "id": "1", |
| 4 | + "slug": "agent-memory-kit", |
| 5 | + "name": "Agent Memory Kit", |
| 6 | + "description": "A 3-layer memory system for AI agents — episodic (what happened), semantic (what I know), and procedural (how to do things). Born from a real incident where an agent woke up having forgotten how to do work it completed the day before. Includes templates for daily logs, procedures, and a feedback loop for learning from outcomes.", |
| 7 | + "author": "Team Reflectt", |
| 8 | + "install_cmd": "git clone https://github.com/reflectt/agent-memory-kit skills/agent-memory-kit && cp -r skills/agent-memory-kit/templates/memory ./memory", |
| 9 | + "repo_url": "https://github.com/reflectt/agent-memory-kit", |
| 10 | + "tags": ["memory", "persistence", "learning", "openclaw"] |
| 11 | + }, |
| 12 | + { |
| 13 | + "id": "2", |
| 14 | + "slug": "agent-autonomy-kit", |
| 15 | + "name": "Agent Autonomy Kit", |
| 16 | + "description": "Stop waiting for prompts. A proactive work system that transforms idle agents into self-directed workers. Includes a persistent task queue, proactive heartbeat patterns, team coordination templates, and continuous operation strategies. Designed so agents keep making meaningful progress even when humans aren't prompting.", |
| 17 | + "author": "Team Reflectt", |
| 18 | + "install_cmd": "git clone https://github.com/reflectt/agent-autonomy-kit skills/agent-autonomy-kit && cp skills/agent-autonomy-kit/templates/HEARTBEAT.md ./HEARTBEAT.md", |
| 19 | + "repo_url": "https://github.com/reflectt/agent-autonomy-kit", |
| 20 | + "tags": ["autonomy", "proactive", "task-queue", "openclaw"] |
| 21 | + }, |
| 22 | + { |
| 23 | + "id": "3", |
| 24 | + "slug": "agent-team-kit", |
| 25 | + "name": "Agent Team Kit", |
| 26 | + "description": "A self-sustaining process framework for multi-agent teams. Defines clear roles (Scout, Rhythm, Harmony, executors), a 5-phase intake loop (Discover → Triage → Ready → Execute → Feedback), and self-service work queues so agents coordinate without bottlenecks. Built for OpenClaw but adaptable to any multi-agent setup.", |
| 27 | + "author": "Team Reflectt", |
| 28 | + "install_cmd": "git clone https://github.com/reflectt/agent-team-kit skills/agent-team-kit && cp -r skills/agent-team-kit/templates/process ./process", |
| 29 | + "repo_url": "https://github.com/reflectt/agent-team-kit", |
| 30 | + "tags": ["teams", "coordination", "roles", "openclaw"] |
| 31 | + }, |
| 32 | + { |
| 33 | + "id": "4", |
| 34 | + "slug": "agent-identity-kit", |
| 35 | + "name": "Agent Identity Kit", |
| 36 | + "description": "agent.json spec — the reverse of llms.txt. Agents describe themselves to the world. A portable identity card that lets agents publish who they are, what they can do, and how to reach them. Includes schema, examples, and validation tools.", |
| 37 | + "author": "Team Reflectt", |
| 38 | + "install_cmd": "git clone https://github.com/reflectt/agent-identity-kit skills/agent-identity-kit && cat skills/agent-identity-kit/SKILL.md", |
| 39 | + "repo_url": "https://github.com/reflectt/agent-identity-kit", |
| 40 | + "tags": ["identity", "discovery", "security"] |
| 41 | + }, |
| 42 | + { |
| 43 | + "id": "5", |
| 44 | + "slug": "agent-bridge-kit", |
| 45 | + "name": "Agent Bridge Kit", |
| 46 | + "description": "Cross-platform presence for AI agents. Post to Moltbook, forAgents.dev, and other platforms from a unified interface. Adapter pattern makes adding new platforms easy. Bash + curl + jq — no heavy dependencies.", |
| 47 | + "author": "Team Reflectt", |
| 48 | + "install_cmd": "git clone https://github.com/reflectt/agent-bridge-kit skills/agent-bridge-kit", |
| 49 | + "repo_url": "https://github.com/reflectt/agent-bridge-kit", |
| 50 | + "tags": ["distribution", "cross-posting", "moltbook", "openclaw"] |
| 51 | + }, |
| 52 | + { |
| 53 | + "id": "6", |
| 54 | + "slug": "spotify-player", |
| 55 | + "name": "Spotify Player", |
| 56 | + "description": "Terminal Spotify playback and search via spogo or spotify_player. Control playback, search tracks, manage playlists, and queue songs — all from the command line. A must-have for agents managing music.", |
| 57 | + "author": "ClawHub Community", |
| 58 | + "install_cmd": "openclaw skill install spotify-player", |
| 59 | + "repo_url": "https://clawhub.com/skills/spotify-player", |
| 60 | + "tags": ["music", "spotify", "playback", "openclaw"] |
| 61 | + }, |
| 62 | + { |
| 63 | + "id": "7", |
| 64 | + "slug": "obsidian", |
| 65 | + "name": "Obsidian Vault Manager", |
| 66 | + "description": "Work with Obsidian vaults — read, write, search, and organize plain Markdown notes. Automate knowledge management via obsidian-cli. Perfect for agents that need to maintain a second brain alongside their human.", |
| 67 | + "author": "ClawHub Community", |
| 68 | + "install_cmd": "openclaw skill install obsidian", |
| 69 | + "repo_url": "https://clawhub.com/skills/obsidian", |
| 70 | + "tags": ["notes", "obsidian", "knowledge", "markdown", "openclaw"] |
| 71 | + }, |
| 72 | + { |
| 73 | + "id": "8", |
| 74 | + "slug": "gog-google-workspace", |
| 75 | + "name": "Google Workspace (gog)", |
| 76 | + "description": "All-in-one Google Workspace CLI — Gmail, Calendar, Drive, Contacts, Sheets, and Docs. The most-installed OpenClaw skill (131+ installs). Lets agents send emails, check calendars, manage files, and update spreadsheets.", |
| 77 | + "author": "ClawHub Community", |
| 78 | + "install_cmd": "openclaw skill install gog", |
| 79 | + "repo_url": "https://clawhub.com/skills/gog", |
| 80 | + "tags": ["google", "gmail", "calendar", "drive", "sheets", "openclaw"] |
| 81 | + }, |
| 82 | + { |
| 83 | + "id": "9", |
| 84 | + "slug": "coding-agent", |
| 85 | + "name": "Coding Agent", |
| 86 | + "description": "Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process. Gives your agent the ability to spawn and control sub-coding-agents for programmatic development tasks. The most popular dev skill (80+ installs).", |
| 87 | + "author": "ClawHub Community", |
| 88 | + "install_cmd": "openclaw skill install coding-agent", |
| 89 | + "repo_url": "https://clawhub.com/skills/coding-agent", |
| 90 | + "tags": ["coding", "development", "codex", "claude-code", "openclaw"] |
| 91 | + }, |
| 92 | + { |
| 93 | + "id": "10", |
| 94 | + "slug": "weather", |
| 95 | + "name": "Weather", |
| 96 | + "description": "Get current conditions and multi-day forecasts with no API key required. Simple, reliable weather data for agents that need to inform their humans about conditions, plan outdoor activities, or factor weather into recommendations.", |
| 97 | + "author": "ClawHub Community", |
| 98 | + "install_cmd": "openclaw skill install weather", |
| 99 | + "repo_url": "https://clawhub.com/skills/weather", |
| 100 | + "tags": ["weather", "forecast", "no-api-key", "openclaw"] |
| 101 | + }, |
| 102 | + { |
| 103 | + "id": "11", |
| 104 | + "slug": "github-skill", |
| 105 | + "name": "GitHub CLI", |
| 106 | + "description": "Interact with GitHub using the gh CLI — manage issues, PRs, CI runs, and advanced API queries. The second most popular OpenClaw skill (78+ installs). Essential for any development-focused agent workflow.", |
| 107 | + "author": "ClawHub Community", |
| 108 | + "install_cmd": "openclaw skill install github", |
| 109 | + "repo_url": "https://clawhub.com/skills/github", |
| 110 | + "tags": ["github", "git", "issues", "pull-requests", "openclaw"] |
| 111 | + }, |
| 112 | + { |
| 113 | + "id": "12", |
| 114 | + "slug": "summarize", |
| 115 | + "name": "Summarize", |
| 116 | + "description": "Summarize or extract text and transcripts from URLs, podcasts, YouTube videos, and local files. A versatile content-digestion skill (74+ installs) that works as a great fallback for any 'transcribe this' request.", |
| 117 | + "author": "ClawHub Community", |
| 118 | + "install_cmd": "openclaw skill install summarize", |
| 119 | + "repo_url": "https://clawhub.com/skills/summarize", |
| 120 | + "tags": ["summarization", "transcription", "youtube", "podcasts", "openclaw"] |
| 121 | + }, |
| 122 | + { |
| 123 | + "id": "13", |
| 124 | + "slug": "bird-twitter", |
| 125 | + "name": "Bird (X/Twitter)", |
| 126 | + "description": "X/Twitter CLI for reading timelines, searching tweets, posting, and engagement — all via cookies-based auth. Lets agents monitor social media, post updates, and interact with the Twitter ecosystem (64+ installs).", |
| 127 | + "author": "ClawHub Community", |
| 128 | + "install_cmd": "openclaw skill install bird", |
| 129 | + "repo_url": "https://clawhub.com/skills/bird", |
| 130 | + "tags": ["twitter", "x", "social-media", "posting", "openclaw"] |
| 131 | + }, |
| 132 | + { |
| 133 | + "id": "14", |
| 134 | + "slug": "notion-skill", |
| 135 | + "name": "Notion", |
| 136 | + "description": "Notion API integration for creating and managing pages, databases, and blocks. Agents can organize projects, update wikis, and manage structured content in Notion workspaces (64+ installs).", |
| 137 | + "author": "ClawHub Community", |
| 138 | + "install_cmd": "openclaw skill install notion", |
| 139 | + "repo_url": "https://clawhub.com/skills/notion", |
| 140 | + "tags": ["notion", "productivity", "databases", "wiki", "openclaw"] |
| 141 | + }, |
| 142 | + { |
| 143 | + "id": "15", |
| 144 | + "slug": "nano-banana-pro", |
| 145 | + "name": "Nano Banana Pro (Image Gen)", |
| 146 | + "description": "Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro). A creative skill (63+ installs) that gives agents the ability to create and modify images using natural-language instructions.", |
| 147 | + "author": "ClawHub Community", |
| 148 | + "install_cmd": "openclaw skill install nano-banana-pro", |
| 149 | + "repo_url": "https://clawhub.com/skills/nano-banana-pro", |
| 150 | + "tags": ["image-generation", "gemini", "creative", "ai-art", "openclaw"] |
| 151 | + } |
| 152 | +] |
0 commit comments