@magistr/skype
v2026.03.29.1
Skype SQLite database reader — conversations, contacts, messages, search, Obsidian export
Labels
skypemessagingarchive
Contents
Quality score
How well-documented and verifiable this extension is.
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.
Install
$ swamp extension pull @magistr/skype@magistr/skypev2026.03.29.1skype.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| basePath | string | Path to Skype data directory (contains profile subdirectories) |
| profile | string | Profile directory name (e.g. u.magistr666) |
listProfilesList available Skype profiles in the data directory
listConversationsList all conversations with message counts, ordered by activity
| Argument | Type | Description |
|---|---|---|
| minMessages | number | Minimum messages to include |
listContactsList all contacts
readConversationRead messages from a specific conversation
| Argument | Type | Description |
|---|---|---|
| conversation | string | Conversation identity or display name |
| limit | number | Max messages |
| offset | number | Skip first N messages |
searchBySenderSearch all conversations for messages from a specific sender
| Argument | Type | Description |
|---|---|---|
| sender | string | Sender skypename or display name (partial match) |
| limit | number | Max results |
exportToObsidianExport all conversations as Obsidian notes — one note per conversation with full chat log
| Argument | Type | Description |
|---|---|---|
| folder | string | Obsidian base folder |
| minMessages | number | Skip conversations with fewer messages |
importToObsidianExport all conversations and write to Obsidian vault via CLI — handles large conversations
| Argument | Type | Description |
|---|---|---|
| folder | string | Obsidian base folder |
| vaultPath | string | Absolute path to Obsidian vault directory |
| minMessages | number | Skip conversations with fewer messages |
searchByTextSearch all messages for text content
| Argument | Type | Description |
|---|---|---|
| text | string | Text to search for |
| limit | number | Max results |
Resources
conversations(infinite)— List of Skype conversations
messages(1h)— Messages from a conversation or search
contacts(infinite)— Contacts list