Logarn avatar

Logarn

Community

@Logarn · Nairobi

2Followers
|
10Public Repos
|
105Published Skills

Building robots and robot brains

Skills Distribution
DomainDeveloper To...Personal Assistant.. (30%)Messaging, Email &.. (25%)Developer Operatio.. (20%)Content, Media & B.. (15%)

Agent Skills by Logarn

Showing 105 vetted skills indexed across 1 GitHub repositories.

LogarnLogarn
1

settings

Configure assistant voice settings and navigate system preference panes.

Community
Intermediate
LogarnLogarn
1

worklin-brand-brain

Read and persist brand voice rules, corrections, and campaign outcomes in a stored Brand Brain profile.

Community
Advanced
LogarnLogarn
1

schedule

Create and manage recurring cron, RRULE, and one-shot scheduled automations.

Community
Advanced
LogarnLogarn
1

skill-management

Create, edit, and delete custom managed skills in a workspace.

Community
Intermediate
LogarnLogarn
1

document-editor

Creates and edits long-form Markdown documents in a rich text editor with streaming updates.

Community
Intermediate
LogarnLogarn
1

followups

Track sent messages awaiting responses across email, Slack, and WhatsApp channels.

Community
Intermediate
LogarnLogarn
1

personal-page

Populates a prebuilt personal landing page by editing a TypeScript profile data file.

Community
Intermediate
LogarnLogarn
1

contacts

Manage contacts, trusted-channel access control, and invite links for a personal assistant.

Community
Advanced
LogarnLogarn
1

playbooks

Create and manage trigger-action automation rules for handling incoming messages.

Community
Intermediate
LogarnLogarn
1

media-processing

Ingest, analyze, and clip video, audio, and image files through a Gemini-powered pipeline.

Community
Advanced
LogarnLogarn
1

worklin-retention

Runs read-only Shopify and Klaviyo retention audits and generates draft campaign packages for DTC brands.

Community
Advanced
LogarnLogarn
1

sequences

Create and manage multi-step email drip sequences with enrollment tracking and analytics.

Community
Intermediate
LogarnLogarn
1

worklin-copybook

Maintain structured campaign copybooks for monthly email and SMS strategy with human approval gates.

Community
Intermediate
LogarnLogarn
1

phone-calls

Place and receive AI-driven phone calls via Twilio ConversationRelay with transcript retrieval.

Community
Advanced
LogarnLogarn
1

app-control

Drives a named macOS application via raw keyboard and mouse input bypassing the Accessibility tree.

Community
Intermediate
LogarnLogarn
1

computer-use

Controls the macOS desktop through accessibility-tree-driven click, type, scroll, and AppleScript actions.

Community
Intermediate
LogarnLogarn
1

messaging

Read, search, send, and organize messages across Gmail, Outlook, and Telegram.

Community
Advanced
LogarnLogarn
1

acp

Spawn external coding agents via the Agent Client Protocol over stdio.

Community
Advanced
LogarnLogarn
1

subagent

Spawn and manage autonomous background agents for parallel task execution.

Community
Advanced
LogarnLogarn
1

transcribe

Transcribe audio and video files to text using a configured speech-to-text provider.

Community
Intermediate
LogarnLogarn
1

image-studio

Generate images from text prompts and edit existing photos with AI models.

Community
Intermediate
LogarnLogarn
1

app-builder

Builds persistent multi-file Preact/TSX sandbox apps with custom routes, widgets, and data persistence.

Community
Advanced
LogarnLogarn
1

vellum-pr-readiness

Validates git branches for review readiness by checking hygiene, scope, tests, and Linear conventions.

Community
Intermediate
LogarnLogarn
1

vellum-test-selection

Selects focused test, typecheck, and lint commands for Bun monorepo changes.

Community
Intermediate

Frequently Asked Questions About Logarn

FAQPage Schema
What tasks can Logarn's Vellum assistant skills handle?▼

The skills cover cross-platform messaging (Gmail, Outlook, Slack, Telegram, Discord), phone calls via Twilio, cron and RRULE scheduling, macOS GUI control, inbox cleanup and triage, media transcription, image generation, task queues, and OAuth-based third-party integrations through MCP servers.

Who is the target user for these skills?▼

Individual users running a Vellum personal assistant on macOS, plus developers who want code review, PR readiness, test selection, and headless Claude Code orchestration. Worklin-branded skills target DTC retention marketers working with Shopify and Klaviyo.

How are skills installed and run?▼

Skills are bundled with the Vellum assistant or installed from the skills.sh community registry via the skills-catalog skill. The skill-management skill scaffolds new SKILL.md files, and TypeScript snippets can be evaluated with typescript-eval before persisting them as invocable skills.

What are the prerequisites and dependencies?▼

Most skills require a Vellum personal assistant environment on macOS. Specific skills need extras: tmux for terminal sessions, curl and python3 for the meme generator, Python 3 and bun for GitHub App setup, and user-supplied credentials for Twilio, Resend, Mailgun, Stripe, Oura, and ElevenLabs.

Can the assistant control my Mac and make phone calls?▼

Yes. The computer-use and app-control skills drive the macOS GUI directly, macos-automation uses AppleScript for native apps, and phone-calls places and receives calls through Twilio with ElevenLabs voices, including transcript retrieval and public ngrok ingress for callbacks.