在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用search
星标0
分支0
更新时间2026年3月9日 04:40
Search cards and events by keyword or structured query
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Search cards and events by keyword or structured query
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manually create a knowledge card
Role-based onboarding card injection for new team members
Clean up old events and manage card lifecycle
Generate a static HTML viewer for cards and session timeline
| name | search |
| description | Search cards and events by keyword or structured query |
| args | <query> |
| user_invocable | true |
Search through knowledge cards and session events.
The query supports both simple keywords and structured filters:
/session-memory:search auth null — keyword searchtag:auth — match card tagstype:gotcha — match card type (decision, constraint, gotcha, runbook, onboarding)file:src/auth.ts — match card filesimportance:>=2 — filter by importance levelstatus:active — filter by status (active, draft, deprecated)author:jay — filter by authorExamples:
/session-memory:search tag:auth type:gotcha/session-memory:search database migration importance:>=2/session-memory:search file:src/api.claude/memory/cards/*.md):
.claude/memory/events/*.jsonl):
For cards:
[gotcha] Auth module null check (importance: 2, created: 2026-03-09)
TL;DR: req.user can be null before auth middleware runs
Files: src/auth.ts, src/middleware/auth.ts
Tags: auth, null-safety
For events:
[event] 2026-03-09T10:00:00Z | Edit | Fixed null check in auth.ts (importance: 1)
.claude/memory/cards/*.md.claude/memory/events/*.jsonl if neededstatus:deprecated explicitly requested