Logarn
Community@Logarn · Nairobi
Building robots and robot brains
Agent Skills by Logarn
Showing 105 vetted skills indexed across 1 GitHub repositories.
settings
Configure assistant voice settings and navigate system preference panes.
worklin-brand-brain
Read and persist brand voice rules, corrections, and campaign outcomes in a stored Brand Brain profile.
schedule
Create and manage recurring cron, RRULE, and one-shot scheduled automations.
skill-management
Create, edit, and delete custom managed skills in a workspace.
document-editor
Creates and edits long-form Markdown documents in a rich text editor with streaming updates.
followups
Track sent messages awaiting responses across email, Slack, and WhatsApp channels.
personal-page
Populates a prebuilt personal landing page by editing a TypeScript profile data file.
contacts
Manage contacts, trusted-channel access control, and invite links for a personal assistant.
playbooks
Create and manage trigger-action automation rules for handling incoming messages.
media-processing
Ingest, analyze, and clip video, audio, and image files through a Gemini-powered pipeline.
worklin-retention
Runs read-only Shopify and Klaviyo retention audits and generates draft campaign packages for DTC brands.
sequences
Create and manage multi-step email drip sequences with enrollment tracking and analytics.
worklin-copybook
Maintain structured campaign copybooks for monthly email and SMS strategy with human approval gates.
phone-calls
Place and receive AI-driven phone calls via Twilio ConversationRelay with transcript retrieval.
app-control
Drives a named macOS application via raw keyboard and mouse input bypassing the Accessibility tree.
computer-use
Controls the macOS desktop through accessibility-tree-driven click, type, scroll, and AppleScript actions.
messaging
Read, search, send, and organize messages across Gmail, Outlook, and Telegram.
acp
Spawn external coding agents via the Agent Client Protocol over stdio.
subagent
Spawn and manage autonomous background agents for parallel task execution.
transcribe
Transcribe audio and video files to text using a configured speech-to-text provider.
image-studio
Generate images from text prompts and edit existing photos with AI models.
app-builder
Builds persistent multi-file Preact/TSX sandbox apps with custom routes, widgets, and data persistence.
vellum-pr-readiness
Validates git branches for review readiness by checking hygiene, scope, tests, and Linear conventions.
vellum-test-selection
Selects focused test, typecheck, and lint commands for Bun monorepo changes.
Frequently Asked Questions About Logarn
FAQPage SchemaWhat 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.