
Search Memory
- 6 installs
- 1.9k repo stars
- Updated August 5, 2026
- openakita/openakita
Helps with ai & agent building tasks.
About
search-memory is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- search-memory
- AI & Agent Building
- AI-coding skill
Search Memory by the numbers
- 6 all-time installs (skills.sh)
- +2 installs in the week ending Jul 18, 2026 (Skillselion tracking)
- Ranked #12,825 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/openakita/openakita --skill search-memoryAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 6 |
|---|---|
| repo stars | ★ 1.9k |
| Last updated | August 5, 2026 |
| Repository | openakita/openakita ↗ |
What it does
Helps with ai & agent building tasks.
Files
Search Memory
搜索相关记忆。
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| query | string | 是 | 搜索关键词 |
| type | string | 否 | 记忆类型过滤(可选) |
Memory Types for Filter
fact: 事实信息preference: 用户偏好skill: 技能知识error: 错误教训rule: 规则约定
Examples
搜索用户偏好:
{"query": "代码风格", "type": "preference"}通用搜索:
{"query": "Python"}Related Skills
add-memory: 添加新记忆get-memory-stats: 查看记忆统计
interface:
display_name: Search Memory
short_description: Search relevant memories by keyword and optional type filter
default_prompt: Use $search-memory
i18n:
zh:
name: 搜索记忆
description: 按关键词搜索相关记忆,回忆过往信息、查找用户偏好或检查已学习的模式。
Related skills
AI & Agent Buildingagents