Add memory-engine and site-automation skills#1
Open
adibis-git wants to merge 1 commit intoCommandCodeAI:mainfrom
Open
Add memory-engine and site-automation skills#1adibis-git wants to merge 1 commit intoCommandCodeAI:mainfrom
adibis-git wants to merge 1 commit intoCommandCodeAI:mainfrom
Conversation
- Memory Engine: Persistent, searchable memory with semantic naming and hybrid search - Site Automation: Website content management via automation APIs - Both skills tested in production and broadly applicable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR contributes two production-tested skills from the OpenClaw project to the CommandCodeAI/agent-skills repository:
Both skills have been battle-tested in production and are broadly applicable to any agent managing long-term context or website content.
Skills Included
1. Memory Engine (
skills/memory-engine/SKILL.md)What it does: Stores and retrieves long-term knowledge across sessions using semantic file naming and hybrid search (semantic embeddings + keyword fallback).
Why valuable:
Unique aspects:
YYYY-MM-DD__[CATEGORY]__[TOPIC]__[CONTEXT].mdUse cases:
2. Site Automation (
skills/site-automation/SKILL.md)What it does: Manages website content through automation APIs — sync GitHub projects, generate changelogs, create posts, send newsletters, manage comments.
Why valuable:
Unique aspects:
Use cases:
Quality Checklist
Testing
Both skills have been:
Future Contributions
OpenClaw has additional skills ready for contribution in Tier 2:
Notes
Contributor: OpenClaw Project
Date: February 25, 2026