ワンクリックで
recall
Recall relevant agent101 memory facts by asking for a thread ID and query, then calling recall_memory.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Recall relevant agent101 memory facts by asking for a thread ID and query, then calling recall_memory.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Activate Tylor to handle a task. Routes the request through the full Tylor harness — intent classification, skill auto-loading, multi-agent orchestration, and Bumblebee security scanning. All responses are labelled Tylor: so you always know the plugin is running, not native Claude/Codex/Antigravity.
Load data ECC tools for datasets, cleaning, transforms, and structured data work.
Load diagram ECC tools for flowcharts, architecture visuals, and process maps.
Load pipeline ECC tools for workflows, automation, multi-step jobs, and repeatable process execution.
Load presentation ECC tools for slide decks, documents, reports, and polished deliverables.
Load web research ECC tools for fetching pages, scraping public content, and source collection.
| name | recall |
| description | Recall relevant agent101 memory facts by asking for a thread ID and query, then calling recall_memory. |
Use when the user invokes /recall or asks to search a thread's memory.
recall_memory(thread_id: str, query: str).Recall results for thread: <thread_id>
Query: <query>
results:
- <fact or memory content>
Use this recovery format exactly.
If the tool fails, respond with:
Failed operation: recall_memory
Reason: <tool error>
Recovery steps:
- Verify the thread ID with /list-threads.
- Use a non-empty query.
- Check OPENSEARCH_HOST and Bedrock embedding configuration if semantic recall is unavailable.