بنقرة واحدة
llm-wiki
Build and maintain a persistent interlinked markdown knowledge base, optionally stored in an Obsidian vault.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build and maintain a persistent interlinked markdown knowledge base, optionally stored in an Obsidian vault.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | llm-wiki |
| description | Build and maintain a persistent interlinked markdown knowledge base, optionally stored in an Obsidian vault. |
| metadata | {"version":"2.0.0","author":"erebus","tags":["research","knowledge-base","wiki","markdown","obsidian"]} |
Use this skill to build and maintain a persistent, interlinked markdown knowledge base.
When Obsidian integration is configured, all notes are stored directly in the vault
using the obsidian tools. Otherwise, use the filesystem tools.
With Obsidian (EREBUS_OBSIDIAN_API_URL + EREBUS_OBSIDIAN_API_KEY configured):
create_or_update_note and append_to_note to write notessearch_notes to find existing noteslist_notes to browse the wiki structurewiki/ prefix (e.g. wiki/pages/concept.md)Without Obsidian (filesystem fallback):
FileTools / FileEditTools to write markdown files~/wiki/ or the active workspaceStore raw materials as-is:
wiki/sources/paper-title.md
wiki/sources/article-summary.md
Synthesized, interlinked knowledge pages:
wiki/pages/concept-name.md # [[links]] to other pages
wiki/pages/person-name.md
High-level organization:
wiki/index.md # Master table of contents
wiki/schema.md # Ontology / concept map
[[wikilinks]]wiki/index.md[[wikilinks]] for cross-referencing between pagessearch_notes (Obsidian) or grep (filesystem) before creating duplicates