Skip to main content

Juick

@magistr/juickv2026.07.16.2· 11d agoMODELSWORKFLOWS
01README

Juick.com microblogging API - fetch posts, comments, threads, and import to Obsidian

02Release Notes

Release 2026.07.16.2 — align model versions with manifests

Maintenance release across the @magistr extensions. For most packages this carries no functional change: the only edit is the model's version: field, brought back in line with its manifest version so the published model type version and the package version no longer drift.

Functional changes in this release are limited to:

  • anime-cron: normalizeTitle now strips a ": subtitle" suffix and a trailing parenthesized year before comparison, fixing dedup false-misses where the torrent title carries a subtitle or year that the AniList romaji does not.

  • arckit: first publish. Standalone ArcKit port — a 12-phase architecture governance state machine with 65 bundled templates, driven by a bundled skill.

Also tracks three extensions (kaiten, observability-agent, music-library) that previously existed only as untracked working-tree directories, recovered from stashes.

03Models1
@magistr/juickv2026.07.16.2extensions/models/juick.ts

Global Arguments

ArgumentTypeDescription
apiUrlstringJuick API base URL
fn getMessages(uname?: string, tag?: string, search?: string, popular?: boolean)
Get messages from feed, optionally filtered by user or tag
ArgumentTypeDescription
uname?stringFilter by username
tag?stringFilter by tag
search?stringFull-text search
popular?booleanShow popular messages
fn getThread(mid: number)
Get a full thread (post + comments) by message ID
ArgumentTypeDescription
midnumberMessage ID
fn getUser(uname: string)
Get user profile
ArgumentTypeDescription
unamestringUsername
fn getUserPosts(uname: string, folder: string, withComments: boolean)
Get ALL posts by a user with pagination, fetch comments for each, format for Obsidian
ArgumentTypeDescription
unamestringUsername
folderstringObsidian folder for notes
withCommentsbooleanFetch comments for each post

Resources

messages(1h)— Messages from Juick feed
thread(1h)— Full thread with comments
userProfile(1h)— User profile
userPosts(1h)— All posts by a user with comments
04Workflows1
@magistr/juick-to-obsidian

Fetch Juick user posts with comments and import into Obsidian vault

fetchFetch all user posts from Juick with comments and format for Obsidian
1.get-postsjuick.getUserPosts— Fetch all posts with pagination, comments, and Obsidian formatting
importCreate notes in Obsidian vault
1.create-note-${{ self.post.mid }}my-vault.create— Create Obsidian note for Juick post
05Previous Versions2
2026.05.25.1

Merge pull request #4 from umag/extensions/magistr-grade-a-workspace

extensions: stage 15 @magistr extensions as Grade A workspace dirs + wire CI

2026.03.29.1
06Stats
A
100 / 100
Downloads
2
Archive size
7.5 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
07Platforms
08Labels