Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
$pwd:
letta-ai
GitHub creator profile

letta-ai

Repository-level view of 71 collected skills across 8 GitHub repositories, including approximate occupation coverage.

skills collected
71
repositories
8
occupation fields
3
updated
2026-05-30
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
skills
38 skills · 2026-05-23
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبممثلو خدمة العملاءعمال معالجة النصوص والطباعةمشغلو إدخال البياناتمطوّرو الويب
6 occupation categories · 100% classified
54%share
#02
letta-code
17 skills · 2026-05-30
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبالمهن الحاسوبية الأخرىمديرو قواعد البياناتعلماء أبحاث الحوسبة والمعلوماتمتخصصو دعم مستخدمي الحاسوب
8 occupation categories · 100% classified
24%share
#03
lettabot
7 skills · 2026-05-25
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)مطوّرو البرمجياتالكتّاب والمؤلفونعمال الوجبات السريعة وموظفو المنضدةفنيو هندسة الصوت
5 occupation categories · 100% classified
9.9%share
#04
social-cli
3 skills · 2026-04-21
الكتّاب والمؤلفونمحللو أبحاث السوق ومتخصصو التسويقمحللو الأخبار والمراسلون والصحفيون
3 occupation categories · 100% classified
4.2%share
#05
letta-code-action
2 skills · 2026-01-20
مديرو الشبكات وأنظمة الحاسوبمطوّرو البرمجيات
2 occupation categories · 100% classified
2.8%share
#06
ezra
2 skills · 2026-02-07
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 occupation categories · 100% classified
2.8%share
#07
agent-file
1 skills · 2026-02-13
مطوّرو البرمجيات
1 occupation categories · 100% classified
1.4%share
#08
letta-evals
1 skills · 2026-05-28
محللو ضمان جودة البرمجيات والمختبرون
1 occupation categories · 100% classified
1.4%share
repository explorer

Repositories and representative skills

#001
skills
38 skills10819updated 2026-05-23
54% of creator
compaction-prompts
مطوّرو البرمجيات

Configures Letta agent compaction settings and custom summarization prompts. Use when a user asks to change an agent's compaction prompt, improve summaries after context eviction, tune sliding-window or all-message compaction, or design companion/coding-agent continuity summaries.

2026-05-23
navigating-chatgpt-history
مطوّرو البرمجيات

Navigates archived ChatGPT or Claude-style conversation exports and a MemFS reference archive on demand. Use when recalling what a past assistant knew, searching old conversations, rendering specific chats, seeding reference memory from export sidecars, or mining historical context without doing a full import.

2026-05-21
letta-filesystem-to-memfs
مطوّرو البرمجيات

Migrates deprecated Letta Filesystem folders/files to MemFS using markdown document corpora, chunking, local lexical search, and QMD semantic search via the memfs-search skill. Use when replacing folders.files.upload, working with PDFs or document QA, or emulating open_file, grep_file, and search_file behavior.

2026-05-13
memfs-search
مطوّرو البرمجيات

Semantic search over agent memory files. Use when you need to find conceptually related memory blocks, discover forgotten reference files, check what you already know before creating new memory, or search beyond exact keyword matching. Currently supports QMD (local, no API keys).

2026-05-13
creating-letta-code-channels
مطوّرو البرمجيات

Builds and debugs Letta Code channels, including first-party channel adapters and dynamic user channel plugins under ~/.letta/channels. Use when adding Telegram, WhatsApp, Bluesky, Slack, Discord, or custom channel support; testing channel routing, pairing, MessageChannel, runtime dependencies, or channel plugin manifests.

2026-05-04
1password
مطوّرو البرمجيات

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

2026-04-22
letta-development-guide
مطوّرو البرمجيات

Comprehensive guide for developing Letta agents, including architecture selection, memory design, model selection, and tool configuration. Use when building or troubleshooting Letta agents.

2026-04-22
letta-conversations-api
مطوّرو البرمجيات

Guide for using the Letta Conversations API to manage isolated message threads on agents. Use when building multi-user chat applications, session management, or any scenario requiring separate conversation contexts on a single agent.

2026-04-22
Showing top 8 of 38 collected skills in this repository.
#002
letta-code
17 skills2.6k286updated 2026-05-30
24% of creator
creating-extensions
مطوّرو البرمجيات

Creates and edits trusted local Letta Code extensions, including extension tools, slash commands, lifecycle/turn events, scoped conversation helpers, panels, status values, and capability-gated behavior. Use when the user asks to make an extension, add a tool the agent can call, add a slash command, transform turns, react to app events, or add lightweight extension UI outside the dedicated /statusline flow.

2026-05-30
customizing-commands
مطوّرو البرمجيات

Creates, edits, and enables Letta Code extension-provided slash commands. Use when the user asks to add a custom /command, slash command, command shortcut, scoped conversation-backed command, or command-driven panel behavior.

2026-05-27
customizing-statusline
مطوّرو البرمجيات

Creates, edits, and migrates Letta Code statusline extensions. Use when handling the /statusline command or continuing work started by /statusline.

2026-05-27
letta-help
مطوّرو البرمجيات

Guides users through an interactive Letta Code onboarding/tutorial. Use when the user is new, unsure what to do, says "start", asks "what can you do?", "how does Letta work?", "help me get started", or needs a walkthrough of memory, skills, tools, search, subagents, or schedules.

2026-05-23
initializing-memory
مديرو قواعد البيانات

Comprehensive guide for initializing or reorganizing agent memory. Load this skill when running /init, when the user asks you to set up your memory, or when you need guidance on creating effective memory files.

2026-05-21
configuring-your-harness
مطوّرو البرمجيات

Configure deterministic Letta Code harness behavior, such as permission rules, lifecycle hooks, and model configuration.

2026-05-13
acquiring-skills
مطوّرو البرمجيات

Guide for safely discovering and installing skills from external repositories. Use when a user asks for something where a specialized skill likely exists (browser testing, PDF processing, document generation, etc.) and you want to bootstrap your understanding rather than starting from scratch.

2026-05-09
migrating-memory
مديرو قواعد البيانات

Migrate memory blocks from an existing agent to the current agent. Use when the user wants to copy or share memory from another agent, or during /init when setting up a new agent that should inherit memory from an existing one.

2026-05-09
Showing top 8 of 17 collected skills in this repository.
#003
lettabot
7 skills32884updated 2026-05-25
9.9% of creator
lettabot
مطوّرو البرمجيات

Set up and run LettaBot - a multi-channel AI assistant for Telegram, Slack, Discord, WhatsApp, and Signal. Supports both interactive wizard and non-interactive (agent-friendly) configuration.

2026-05-25
voice-memo
فنيو هندسة الصوت

Reply with voice memos using text-to-speech. Use when the user sends a voice message, asks for an audio reply, or when a voice response would be more natural.

2026-03-23
bluesky
الكتّاب والمؤلفون

Post, reply, like, and repost on Bluesky using the lettabot-bluesky CLI. Read-only by default; explicit actions required.

2026-03-22
cron
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Create and manage scheduled tasks (cron jobs) that send you messages at specified times.

2026-02-14
food-order
مطوّرو البرمجياتعمال الوجبات السريعة وموظفو المنضدة

Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.

2026-01-29
google
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Google Workspace CLI (gog) for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

2026-01-29
scheduling
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Create scheduled tasks and one-off reminders. Use for recurring jobs (daily, weekly) or future reminders (in 5 minutes, tomorrow at 3pm).

2026-01-29
#004
social-cli
3 skills241updated 2026-04-21
4.2% of creator
#005
letta-code-action
2 skills124updated 2026-01-20
2.8% of creator
#006
ezra
2 skills20updated 2026-02-07
2.8% of creator
Showing 8 of 8 repositories
All repositories loaded
letta-ai GitHub Skills | SkillsMP