Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

open-brain

يحتوي open-brain على 5 من skills المجمعة من sussdorff، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
5
Stars
2
محدث
2026-07-15
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

ingest-content
مطوّرو البرمجيات

use when: saving a single URL (article, YouTube video, blog post, documentation page) to open-brain memory as curated_content with provenance metadata. NOT for: bulk import of multiple URLs (run once per URL); local files (use `summarize ./file` + `ob save` manually); JSONL or Markdown batch import (use ob-migrate). boundary: ingest-content is one-URL-at-a-time with content-type detection; ob-migrate is for batch/interactive memory writes from files or prior context.

2026-07-15
ob-migrate
مطوّرو البرمجيات

use when: bootstrapping or extending open-brain memory by importing facts from prior conversation context, a JSONL export, or Obsidian/Markdown files. NOT for: ingesting URLs (use ingest-content), or saving a single observation (use `ob save` directly). boundary: ob-migrate is for batch + interactive memory writes; ingest-content is for one URL at a time; ob-search is read-only.

2026-07-15
ob-triage
المهن الحاسوبية الأخرى

use when: manually reviewing open-brain memories with human-in-the-loop approval — classify keep/merge/archive/delete/promote, route promotes to marketplace primitives via the matching *-forge skill, scaffold beads from observations. NOT for: scheduled or silent lifecycle maintenance (use memory-heartbeat); writing new memories (use ob-migrate or ingest-content). boundary: ob-triage is interactive (AskUserQuestion per action); memory- heartbeat is autonomous (cron-triggered, silent when QUIET).

2026-07-14
memory-heartbeat
المهن الحاسوبية الأخرى

use when: scheduled/cron-driven open-brain maintenance — detects time window (WORK-HOURS / END-OF-DAY / WEEKLY / QUIET) and runs the matching silent action (lifecycle pipeline, daily digest, weekly summary, provenance check). NOT for: manual memory review with approvals (use ob-triage); writing new memories (use ob-migrate or ingest-content). boundary: memory-heartbeat is autonomous and silent in QUIET mode; ob-triage is interactive with AskUserQuestion per action.

2026-07-14
ob-search
مطوّرو البرمجيات

Search open-brain memory for past observations, session summaries, and learnings. Use when: "search memory", "what did I learn", "past observations", "past sessions", "what happened before", "previous context", "recall", "remember", "erinnere dich", "was habe ich gelernt", "letzte Session", "memory context".

2026-05-20