[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-letta-1password":3,"mdc-h73uej-key":34,"related-org-letta-1password":981,"related-repo-letta-1password":1142},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"1password","manage secrets with 1Password CLI","Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading\u002Finjecting\u002Frunning secrets via op.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"letta","Letta","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fletta.png","letta-ai",[13,17,20],{"name":14,"slug":15,"type":16},"Security","security","tag",{"name":18,"slug":19,"type":16},"CLI","cli",{"name":21,"slug":22,"type":16},"Authentication","authentication",127,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills","2026-07-13T06:24:39.504387",null,20,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"A shared repository for skills. Intended to be used with Letta Code, Claude Code, Codex CLI, and other agents that support skills.","https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills\u002Ftree\u002FHEAD\u002Ftools\u002F1password","---\nname: 1password\ndescription: Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading\u002Finjecting\u002Frunning secrets via op.\nhomepage: https:\u002F\u002Fdeveloper.1password.com\u002Fdocs\u002Fcli\u002Fget-started\u002F\n\n---\n\n# 1Password CLI\n\nFollow the official CLI get-started steps. Don't guess install commands.\n\n## Prerequisites\n\n- **tmux** is required for reliable `op` commands (the shell tool uses fresh TTYs per command, causing re-auth issues without tmux)\n  - macOS: `brew install tmux`\n  - Linux (Debian\u002FUbuntu): `sudo apt install tmux`\n  - Linux (RHEL\u002FFedora): `sudo dnf install tmux`\n\n## References\n\n- `references\u002Fget-started.md` (install + app integration + sign-in flow)\n- `references\u002Fcli-examples.md` (real `op` examples)\n\n## Workflow\n\n1. Check OS + shell.\n2. Verify CLI present: `op --version`.\n3. Confirm desktop app integration is enabled (per get-started) and the app is unlocked.\n4. REQUIRED: create a fresh tmux session for all `op` commands (no direct `op` calls outside tmux).\n5. Sign in \u002F authorize inside tmux: `op signin` (expect app prompt).\n6. Verify access inside tmux: `op whoami` (must succeed before any secret read).\n7. If multiple accounts: use `--account` or `OP_ACCOUNT`.\n\n## REQUIRED tmux session\n\nThe shell tool uses a fresh TTY per command. To avoid re-prompts and failures, always run `op` inside a dedicated tmux session with a fresh socket and session name.\n\nSocket conventions:\n\n- Put sockets under `${LETTA_TMUX_SOCKET_DIR:-${TMPDIR:-\u002Ftmp}\u002Fletta-tmux-sockets}` so they're isolated and easy to clean up.\n- Use a timestamped session name (e.g. `op-auth-$(date +%Y%m%d-%H%M%S)`) so you never reuse an old session — previous auth state may be stale or broken.\n- Kill the session when you're done (`tmux -S \"$SOCKET\" kill-session -t \"$SESSION\"`) to avoid leaking long-running tmux processes.\n\nFull example:\n\n```bash\nSOCKET_DIR=\"${LETTA_TMUX_SOCKET_DIR:-${TMPDIR:-\u002Ftmp}\u002Fletta-tmux-sockets}\"\nmkdir -p \"$SOCKET_DIR\"\nSOCKET=\"$SOCKET_DIR\u002Fletta-op.sock\"\nSESSION=\"op-auth-$(date +%Y%m%d-%H%M%S)\"\n\ntmux -S \"$SOCKET\" new -d -s \"$SESSION\" -n shell\ntmux -S \"$SOCKET\" send-keys -t \"$SESSION\":0.0 -- \"op signin --account my.1password.com\" Enter\ntmux -S \"$SOCKET\" send-keys -t \"$SESSION\":0.0 -- \"op whoami\" Enter\ntmux -S \"$SOCKET\" send-keys -t \"$SESSION\":0.0 -- \"op vault list\" Enter\ntmux -S \"$SOCKET\" capture-pane -p -J -t \"$SESSION\":0.0 -S -200\ntmux -S \"$SOCKET\" kill-session -t \"$SESSION\"\n```\n\n## Guardrails\n\n- Never paste secrets into logs, chat, or code.\n- Prefer `op run` \u002F `op inject` over writing secrets to disk.\n- If sign-in without app integration is needed, use `op account add`.\n- If a command returns \"account is not signed in\", re-run `op signin` inside tmux and authorize in the app.\n- Do not run `op` outside tmux; stop and ask if tmux is unavailable.\n",{"data":35,"body":37},{"name":4,"description":6,"homepage":36},"https:\u002F\u002Fdeveloper.1password.com\u002Fdocs\u002Fcli\u002Fget-started\u002F",{"type":38,"children":39},"root",[40,49,55,62,123,129,161,167,259,265,277,282,324,329,904,910,975],{"type":41,"tag":42,"props":43,"children":45},"element","h1",{"id":44},"_1password-cli",[46],{"type":47,"value":48},"text","1Password CLI",{"type":41,"tag":50,"props":51,"children":52},"p",{},[53],{"type":47,"value":54},"Follow the official CLI get-started steps. Don't guess install commands.",{"type":41,"tag":56,"props":57,"children":59},"h2",{"id":58},"prerequisites",[60],{"type":47,"value":61},"Prerequisites",{"type":41,"tag":63,"props":64,"children":65},"ul",{},[66],{"type":41,"tag":67,"props":68,"children":69},"li",{},[70,76,78,85,87],{"type":41,"tag":71,"props":72,"children":73},"strong",{},[74],{"type":47,"value":75},"tmux",{"type":47,"value":77}," is required for reliable ",{"type":41,"tag":79,"props":80,"children":82},"code",{"className":81},[],[83],{"type":47,"value":84},"op",{"type":47,"value":86}," commands (the shell tool uses fresh TTYs per command, causing re-auth issues without tmux)\n",{"type":41,"tag":63,"props":88,"children":89},{},[90,101,112],{"type":41,"tag":67,"props":91,"children":92},{},[93,95],{"type":47,"value":94},"macOS: ",{"type":41,"tag":79,"props":96,"children":98},{"className":97},[],[99],{"type":47,"value":100},"brew install tmux",{"type":41,"tag":67,"props":102,"children":103},{},[104,106],{"type":47,"value":105},"Linux (Debian\u002FUbuntu): ",{"type":41,"tag":79,"props":107,"children":109},{"className":108},[],[110],{"type":47,"value":111},"sudo apt install tmux",{"type":41,"tag":67,"props":113,"children":114},{},[115,117],{"type":47,"value":116},"Linux (RHEL\u002FFedora): ",{"type":41,"tag":79,"props":118,"children":120},{"className":119},[],[121],{"type":47,"value":122},"sudo dnf install tmux",{"type":41,"tag":56,"props":124,"children":126},{"id":125},"references",[127],{"type":47,"value":128},"References",{"type":41,"tag":63,"props":130,"children":131},{},[132,143],{"type":41,"tag":67,"props":133,"children":134},{},[135,141],{"type":41,"tag":79,"props":136,"children":138},{"className":137},[],[139],{"type":47,"value":140},"references\u002Fget-started.md",{"type":47,"value":142}," (install + app integration + sign-in flow)",{"type":41,"tag":67,"props":144,"children":145},{},[146,152,154,159],{"type":41,"tag":79,"props":147,"children":149},{"className":148},[],[150],{"type":47,"value":151},"references\u002Fcli-examples.md",{"type":47,"value":153}," (real ",{"type":41,"tag":79,"props":155,"children":157},{"className":156},[],[158],{"type":47,"value":84},{"type":47,"value":160}," examples)",{"type":41,"tag":56,"props":162,"children":164},{"id":163},"workflow",[165],{"type":47,"value":166},"Workflow",{"type":41,"tag":168,"props":169,"children":170},"ol",{},[171,176,189,194,213,226,239],{"type":41,"tag":67,"props":172,"children":173},{},[174],{"type":47,"value":175},"Check OS + shell.",{"type":41,"tag":67,"props":177,"children":178},{},[179,181,187],{"type":47,"value":180},"Verify CLI present: ",{"type":41,"tag":79,"props":182,"children":184},{"className":183},[],[185],{"type":47,"value":186},"op --version",{"type":47,"value":188},".",{"type":41,"tag":67,"props":190,"children":191},{},[192],{"type":47,"value":193},"Confirm desktop app integration is enabled (per get-started) and the app is unlocked.",{"type":41,"tag":67,"props":195,"children":196},{},[197,199,204,206,211],{"type":47,"value":198},"REQUIRED: create a fresh tmux session for all ",{"type":41,"tag":79,"props":200,"children":202},{"className":201},[],[203],{"type":47,"value":84},{"type":47,"value":205}," commands (no direct ",{"type":41,"tag":79,"props":207,"children":209},{"className":208},[],[210],{"type":47,"value":84},{"type":47,"value":212}," calls outside tmux).",{"type":41,"tag":67,"props":214,"children":215},{},[216,218,224],{"type":47,"value":217},"Sign in \u002F authorize inside tmux: ",{"type":41,"tag":79,"props":219,"children":221},{"className":220},[],[222],{"type":47,"value":223},"op signin",{"type":47,"value":225}," (expect app prompt).",{"type":41,"tag":67,"props":227,"children":228},{},[229,231,237],{"type":47,"value":230},"Verify access inside tmux: ",{"type":41,"tag":79,"props":232,"children":234},{"className":233},[],[235],{"type":47,"value":236},"op whoami",{"type":47,"value":238}," (must succeed before any secret read).",{"type":41,"tag":67,"props":240,"children":241},{},[242,244,250,252,258],{"type":47,"value":243},"If multiple accounts: use ",{"type":41,"tag":79,"props":245,"children":247},{"className":246},[],[248],{"type":47,"value":249},"--account",{"type":47,"value":251}," or ",{"type":41,"tag":79,"props":253,"children":255},{"className":254},[],[256],{"type":47,"value":257},"OP_ACCOUNT",{"type":47,"value":188},{"type":41,"tag":56,"props":260,"children":262},{"id":261},"required-tmux-session",[263],{"type":47,"value":264},"REQUIRED tmux session",{"type":41,"tag":50,"props":266,"children":267},{},[268,270,275],{"type":47,"value":269},"The shell tool uses a fresh TTY per command. To avoid re-prompts and failures, always run ",{"type":41,"tag":79,"props":271,"children":273},{"className":272},[],[274],{"type":47,"value":84},{"type":47,"value":276}," inside a dedicated tmux session with a fresh socket and session name.",{"type":41,"tag":50,"props":278,"children":279},{},[280],{"type":47,"value":281},"Socket conventions:",{"type":41,"tag":63,"props":283,"children":284},{},[285,298,311],{"type":41,"tag":67,"props":286,"children":287},{},[288,290,296],{"type":47,"value":289},"Put sockets under ",{"type":41,"tag":79,"props":291,"children":293},{"className":292},[],[294],{"type":47,"value":295},"${LETTA_TMUX_SOCKET_DIR:-${TMPDIR:-\u002Ftmp}\u002Fletta-tmux-sockets}",{"type":47,"value":297}," so they're isolated and easy to clean up.",{"type":41,"tag":67,"props":299,"children":300},{},[301,303,309],{"type":47,"value":302},"Use a timestamped session name (e.g. ",{"type":41,"tag":79,"props":304,"children":306},{"className":305},[],[307],{"type":47,"value":308},"op-auth-$(date +%Y%m%d-%H%M%S)",{"type":47,"value":310},") so you never reuse an old session — previous auth state may be stale or broken.",{"type":41,"tag":67,"props":312,"children":313},{},[314,316,322],{"type":47,"value":315},"Kill the session when you're done (",{"type":41,"tag":79,"props":317,"children":319},{"className":318},[],[320],{"type":47,"value":321},"tmux -S \"$SOCKET\" kill-session -t \"$SESSION\"",{"type":47,"value":323},") to avoid leaking long-running tmux processes.",{"type":41,"tag":50,"props":325,"children":326},{},[327],{"type":47,"value":328},"Full example:",{"type":41,"tag":330,"props":331,"children":336},"pre",{"className":332,"code":333,"language":334,"meta":335,"style":335},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","SOCKET_DIR=\"${LETTA_TMUX_SOCKET_DIR:-${TMPDIR:-\u002Ftmp}\u002Fletta-tmux-sockets}\"\nmkdir -p \"$SOCKET_DIR\"\nSOCKET=\"$SOCKET_DIR\u002Fletta-op.sock\"\nSESSION=\"op-auth-$(date +%Y%m%d-%H%M%S)\"\n\ntmux -S \"$SOCKET\" new -d -s \"$SESSION\" -n shell\ntmux -S \"$SOCKET\" send-keys -t \"$SESSION\":0.0 -- \"op signin --account my.1password.com\" Enter\ntmux -S \"$SOCKET\" send-keys -t \"$SESSION\":0.0 -- \"op whoami\" Enter\ntmux -S \"$SOCKET\" send-keys -t \"$SESSION\":0.0 -- \"op vault list\" Enter\ntmux -S \"$SOCKET\" capture-pane -p -J -t \"$SESSION\":0.0 -S -200\ntmux -S \"$SOCKET\" kill-session -t \"$SESSION\"\n","bash","",[337],{"type":41,"tag":79,"props":338,"children":339},{"__ignoreMap":335},[340,403,434,465,507,517,581,655,723,792,859],{"type":41,"tag":341,"props":342,"children":345},"span",{"class":343,"line":344},"line",1,[346,352,358,363,368,373,378,383,388,393,398],{"type":41,"tag":341,"props":347,"children":349},{"style":348},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[350],{"type":47,"value":351},"SOCKET_DIR",{"type":41,"tag":341,"props":353,"children":355},{"style":354},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[356],{"type":47,"value":357},"=",{"type":41,"tag":341,"props":359,"children":360},{"style":354},[361],{"type":47,"value":362},"\"${",{"type":41,"tag":341,"props":364,"children":365},{"style":348},[366],{"type":47,"value":367},"LETTA_TMUX_SOCKET_DIR",{"type":41,"tag":341,"props":369,"children":370},{"style":354},[371],{"type":47,"value":372},":-${",{"type":41,"tag":341,"props":374,"children":375},{"style":348},[376],{"type":47,"value":377},"TMPDIR",{"type":41,"tag":341,"props":379,"children":380},{"style":354},[381],{"type":47,"value":382},":-\u002F",{"type":41,"tag":341,"props":384,"children":385},{"style":348},[386],{"type":47,"value":387},"tmp",{"type":41,"tag":341,"props":389,"children":390},{"style":354},[391],{"type":47,"value":392},"}\u002F",{"type":41,"tag":341,"props":394,"children":395},{"style":348},[396],{"type":47,"value":397},"letta-tmux-sockets",{"type":41,"tag":341,"props":399,"children":400},{"style":354},[401],{"type":47,"value":402},"}\"\n",{"type":41,"tag":341,"props":404,"children":406},{"class":343,"line":405},2,[407,413,419,424,429],{"type":41,"tag":341,"props":408,"children":410},{"style":409},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[411],{"type":47,"value":412},"mkdir",{"type":41,"tag":341,"props":414,"children":416},{"style":415},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[417],{"type":47,"value":418}," -p",{"type":41,"tag":341,"props":420,"children":421},{"style":354},[422],{"type":47,"value":423}," \"",{"type":41,"tag":341,"props":425,"children":426},{"style":348},[427],{"type":47,"value":428},"$SOCKET_DIR",{"type":41,"tag":341,"props":430,"children":431},{"style":354},[432],{"type":47,"value":433},"\"\n",{"type":41,"tag":341,"props":435,"children":437},{"class":343,"line":436},3,[438,443,447,452,456,461],{"type":41,"tag":341,"props":439,"children":440},{"style":348},[441],{"type":47,"value":442},"SOCKET",{"type":41,"tag":341,"props":444,"children":445},{"style":354},[446],{"type":47,"value":357},{"type":41,"tag":341,"props":448,"children":449},{"style":354},[450],{"type":47,"value":451},"\"",{"type":41,"tag":341,"props":453,"children":454},{"style":348},[455],{"type":47,"value":428},{"type":41,"tag":341,"props":457,"children":458},{"style":415},[459],{"type":47,"value":460},"\u002Fletta-op.sock",{"type":41,"tag":341,"props":462,"children":463},{"style":354},[464],{"type":47,"value":433},{"type":41,"tag":341,"props":466,"children":468},{"class":343,"line":467},4,[469,474,478,482,487,492,497,502],{"type":41,"tag":341,"props":470,"children":471},{"style":348},[472],{"type":47,"value":473},"SESSION",{"type":41,"tag":341,"props":475,"children":476},{"style":354},[477],{"type":47,"value":357},{"type":41,"tag":341,"props":479,"children":480},{"style":354},[481],{"type":47,"value":451},{"type":41,"tag":341,"props":483,"children":484},{"style":415},[485],{"type":47,"value":486},"op-auth-",{"type":41,"tag":341,"props":488,"children":489},{"style":354},[490],{"type":47,"value":491},"$(",{"type":41,"tag":341,"props":493,"children":494},{"style":409},[495],{"type":47,"value":496},"date",{"type":41,"tag":341,"props":498,"children":499},{"style":415},[500],{"type":47,"value":501}," +%Y%m%d-%H%M%S",{"type":41,"tag":341,"props":503,"children":504},{"style":354},[505],{"type":47,"value":506},")\"\n",{"type":41,"tag":341,"props":508,"children":510},{"class":343,"line":509},5,[511],{"type":41,"tag":341,"props":512,"children":514},{"emptyLinePlaceholder":513},true,[515],{"type":47,"value":516},"\n",{"type":41,"tag":341,"props":518,"children":520},{"class":343,"line":519},6,[521,525,530,534,539,543,548,553,558,562,567,571,576],{"type":41,"tag":341,"props":522,"children":523},{"style":409},[524],{"type":47,"value":75},{"type":41,"tag":341,"props":526,"children":527},{"style":415},[528],{"type":47,"value":529}," -S",{"type":41,"tag":341,"props":531,"children":532},{"style":354},[533],{"type":47,"value":423},{"type":41,"tag":341,"props":535,"children":536},{"style":348},[537],{"type":47,"value":538},"$SOCKET",{"type":41,"tag":341,"props":540,"children":541},{"style":354},[542],{"type":47,"value":451},{"type":41,"tag":341,"props":544,"children":545},{"style":415},[546],{"type":47,"value":547}," new",{"type":41,"tag":341,"props":549,"children":550},{"style":415},[551],{"type":47,"value":552}," -d",{"type":41,"tag":341,"props":554,"children":555},{"style":415},[556],{"type":47,"value":557}," -s",{"type":41,"tag":341,"props":559,"children":560},{"style":354},[561],{"type":47,"value":423},{"type":41,"tag":341,"props":563,"children":564},{"style":348},[565],{"type":47,"value":566},"$SESSION",{"type":41,"tag":341,"props":568,"children":569},{"style":354},[570],{"type":47,"value":451},{"type":41,"tag":341,"props":572,"children":573},{"style":415},[574],{"type":47,"value":575}," -n",{"type":41,"tag":341,"props":577,"children":578},{"style":415},[579],{"type":47,"value":580}," shell\n",{"type":41,"tag":341,"props":582,"children":584},{"class":343,"line":583},7,[585,589,593,597,601,605,610,615,619,623,627,632,637,641,646,650],{"type":41,"tag":341,"props":586,"children":587},{"style":409},[588],{"type":47,"value":75},{"type":41,"tag":341,"props":590,"children":591},{"style":415},[592],{"type":47,"value":529},{"type":41,"tag":341,"props":594,"children":595},{"style":354},[596],{"type":47,"value":423},{"type":41,"tag":341,"props":598,"children":599},{"style":348},[600],{"type":47,"value":538},{"type":41,"tag":341,"props":602,"children":603},{"style":354},[604],{"type":47,"value":451},{"type":41,"tag":341,"props":606,"children":607},{"style":415},[608],{"type":47,"value":609}," send-keys",{"type":41,"tag":341,"props":611,"children":612},{"style":415},[613],{"type":47,"value":614}," -t",{"type":41,"tag":341,"props":616,"children":617},{"style":354},[618],{"type":47,"value":423},{"type":41,"tag":341,"props":620,"children":621},{"style":348},[622],{"type":47,"value":566},{"type":41,"tag":341,"props":624,"children":625},{"style":354},[626],{"type":47,"value":451},{"type":41,"tag":341,"props":628,"children":629},{"style":415},[630],{"type":47,"value":631},":0.0",{"type":41,"tag":341,"props":633,"children":634},{"style":415},[635],{"type":47,"value":636}," --",{"type":41,"tag":341,"props":638,"children":639},{"style":354},[640],{"type":47,"value":423},{"type":41,"tag":341,"props":642,"children":643},{"style":415},[644],{"type":47,"value":645},"op signin --account my.1password.com",{"type":41,"tag":341,"props":647,"children":648},{"style":354},[649],{"type":47,"value":451},{"type":41,"tag":341,"props":651,"children":652},{"style":415},[653],{"type":47,"value":654}," Enter\n",{"type":41,"tag":341,"props":656,"children":658},{"class":343,"line":657},8,[659,663,667,671,675,679,683,687,691,695,699,703,707,711,715,719],{"type":41,"tag":341,"props":660,"children":661},{"style":409},[662],{"type":47,"value":75},{"type":41,"tag":341,"props":664,"children":665},{"style":415},[666],{"type":47,"value":529},{"type":41,"tag":341,"props":668,"children":669},{"style":354},[670],{"type":47,"value":423},{"type":41,"tag":341,"props":672,"children":673},{"style":348},[674],{"type":47,"value":538},{"type":41,"tag":341,"props":676,"children":677},{"style":354},[678],{"type":47,"value":451},{"type":41,"tag":341,"props":680,"children":681},{"style":415},[682],{"type":47,"value":609},{"type":41,"tag":341,"props":684,"children":685},{"style":415},[686],{"type":47,"value":614},{"type":41,"tag":341,"props":688,"children":689},{"style":354},[690],{"type":47,"value":423},{"type":41,"tag":341,"props":692,"children":693},{"style":348},[694],{"type":47,"value":566},{"type":41,"tag":341,"props":696,"children":697},{"style":354},[698],{"type":47,"value":451},{"type":41,"tag":341,"props":700,"children":701},{"style":415},[702],{"type":47,"value":631},{"type":41,"tag":341,"props":704,"children":705},{"style":415},[706],{"type":47,"value":636},{"type":41,"tag":341,"props":708,"children":709},{"style":354},[710],{"type":47,"value":423},{"type":41,"tag":341,"props":712,"children":713},{"style":415},[714],{"type":47,"value":236},{"type":41,"tag":341,"props":716,"children":717},{"style":354},[718],{"type":47,"value":451},{"type":41,"tag":341,"props":720,"children":721},{"style":415},[722],{"type":47,"value":654},{"type":41,"tag":341,"props":724,"children":726},{"class":343,"line":725},9,[727,731,735,739,743,747,751,755,759,763,767,771,775,779,784,788],{"type":41,"tag":341,"props":728,"children":729},{"style":409},[730],{"type":47,"value":75},{"type":41,"tag":341,"props":732,"children":733},{"style":415},[734],{"type":47,"value":529},{"type":41,"tag":341,"props":736,"children":737},{"style":354},[738],{"type":47,"value":423},{"type":41,"tag":341,"props":740,"children":741},{"style":348},[742],{"type":47,"value":538},{"type":41,"tag":341,"props":744,"children":745},{"style":354},[746],{"type":47,"value":451},{"type":41,"tag":341,"props":748,"children":749},{"style":415},[750],{"type":47,"value":609},{"type":41,"tag":341,"props":752,"children":753},{"style":415},[754],{"type":47,"value":614},{"type":41,"tag":341,"props":756,"children":757},{"style":354},[758],{"type":47,"value":423},{"type":41,"tag":341,"props":760,"children":761},{"style":348},[762],{"type":47,"value":566},{"type":41,"tag":341,"props":764,"children":765},{"style":354},[766],{"type":47,"value":451},{"type":41,"tag":341,"props":768,"children":769},{"style":415},[770],{"type":47,"value":631},{"type":41,"tag":341,"props":772,"children":773},{"style":415},[774],{"type":47,"value":636},{"type":41,"tag":341,"props":776,"children":777},{"style":354},[778],{"type":47,"value":423},{"type":41,"tag":341,"props":780,"children":781},{"style":415},[782],{"type":47,"value":783},"op vault list",{"type":41,"tag":341,"props":785,"children":786},{"style":354},[787],{"type":47,"value":451},{"type":41,"tag":341,"props":789,"children":790},{"style":415},[791],{"type":47,"value":654},{"type":41,"tag":341,"props":793,"children":795},{"class":343,"line":794},10,[796,800,804,808,812,816,821,825,830,834,838,842,846,850,854],{"type":41,"tag":341,"props":797,"children":798},{"style":409},[799],{"type":47,"value":75},{"type":41,"tag":341,"props":801,"children":802},{"style":415},[803],{"type":47,"value":529},{"type":41,"tag":341,"props":805,"children":806},{"style":354},[807],{"type":47,"value":423},{"type":41,"tag":341,"props":809,"children":810},{"style":348},[811],{"type":47,"value":538},{"type":41,"tag":341,"props":813,"children":814},{"style":354},[815],{"type":47,"value":451},{"type":41,"tag":341,"props":817,"children":818},{"style":415},[819],{"type":47,"value":820}," capture-pane",{"type":41,"tag":341,"props":822,"children":823},{"style":415},[824],{"type":47,"value":418},{"type":41,"tag":341,"props":826,"children":827},{"style":415},[828],{"type":47,"value":829}," -J",{"type":41,"tag":341,"props":831,"children":832},{"style":415},[833],{"type":47,"value":614},{"type":41,"tag":341,"props":835,"children":836},{"style":354},[837],{"type":47,"value":423},{"type":41,"tag":341,"props":839,"children":840},{"style":348},[841],{"type":47,"value":566},{"type":41,"tag":341,"props":843,"children":844},{"style":354},[845],{"type":47,"value":451},{"type":41,"tag":341,"props":847,"children":848},{"style":415},[849],{"type":47,"value":631},{"type":41,"tag":341,"props":851,"children":852},{"style":415},[853],{"type":47,"value":529},{"type":41,"tag":341,"props":855,"children":856},{"style":415},[857],{"type":47,"value":858}," -200\n",{"type":41,"tag":341,"props":860,"children":862},{"class":343,"line":861},11,[863,867,871,875,879,883,888,892,896,900],{"type":41,"tag":341,"props":864,"children":865},{"style":409},[866],{"type":47,"value":75},{"type":41,"tag":341,"props":868,"children":869},{"style":415},[870],{"type":47,"value":529},{"type":41,"tag":341,"props":872,"children":873},{"style":354},[874],{"type":47,"value":423},{"type":41,"tag":341,"props":876,"children":877},{"style":348},[878],{"type":47,"value":538},{"type":41,"tag":341,"props":880,"children":881},{"style":354},[882],{"type":47,"value":451},{"type":41,"tag":341,"props":884,"children":885},{"style":415},[886],{"type":47,"value":887}," kill-session",{"type":41,"tag":341,"props":889,"children":890},{"style":415},[891],{"type":47,"value":614},{"type":41,"tag":341,"props":893,"children":894},{"style":354},[895],{"type":47,"value":423},{"type":41,"tag":341,"props":897,"children":898},{"style":348},[899],{"type":47,"value":566},{"type":41,"tag":341,"props":901,"children":902},{"style":354},[903],{"type":47,"value":433},{"type":41,"tag":56,"props":905,"children":907},{"id":906},"guardrails",[908],{"type":47,"value":909},"Guardrails",{"type":41,"tag":63,"props":911,"children":912},{},[913,918,939,951,963],{"type":41,"tag":67,"props":914,"children":915},{},[916],{"type":47,"value":917},"Never paste secrets into logs, chat, or code.",{"type":41,"tag":67,"props":919,"children":920},{},[921,923,929,931,937],{"type":47,"value":922},"Prefer ",{"type":41,"tag":79,"props":924,"children":926},{"className":925},[],[927],{"type":47,"value":928},"op run",{"type":47,"value":930}," \u002F ",{"type":41,"tag":79,"props":932,"children":934},{"className":933},[],[935],{"type":47,"value":936},"op inject",{"type":47,"value":938}," over writing secrets to disk.",{"type":41,"tag":67,"props":940,"children":941},{},[942,944,950],{"type":47,"value":943},"If sign-in without app integration is needed, use ",{"type":41,"tag":79,"props":945,"children":947},{"className":946},[],[948],{"type":47,"value":949},"op account add",{"type":47,"value":188},{"type":41,"tag":67,"props":952,"children":953},{},[954,956,961],{"type":47,"value":955},"If a command returns \"account is not signed in\", re-run ",{"type":41,"tag":79,"props":957,"children":959},{"className":958},[],[960],{"type":47,"value":223},{"type":47,"value":962}," inside tmux and authorize in the app.",{"type":41,"tag":67,"props":964,"children":965},{},[966,968,973],{"type":47,"value":967},"Do not run ",{"type":41,"tag":79,"props":969,"children":971},{"className":970},[],[972],{"type":47,"value":84},{"type":47,"value":974}," outside tmux; stop and ask if tmux is unavailable.",{"type":41,"tag":976,"props":977,"children":978},"style",{},[979],{"type":47,"value":980},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":982,"total":1141},[983,1001,1016,1028,1040,1054,1064,1075,1087,1103,1114,1126],{"slug":984,"name":984,"fn":985,"description":986,"org":987,"tags":988,"stars":998,"repoUrl":999,"updatedAt":1000},"acquiring-skills","discover and install agent skills","Discover and install skills from Hermes, ClawHub, GitHub, and other registries. Load this skill whenever a user asks for a capability you don't already have — image generation, social media, email, calendar, finance, DevOps, search, browser automation, etc.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[989,992,995],{"name":990,"slug":991,"type":16},"Agents","agents",{"name":993,"slug":994,"type":16},"Automation","automation",{"name":996,"slug":997,"type":16},"GitHub","github",2831,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code","2026-07-13T06:22:58.45767",{"slug":1002,"name":1003,"fn":1004,"description":1005,"org":1006,"tags":1007,"stars":998,"repoUrl":999,"updatedAt":1015},"context-doctor","Context Doctor","repair system prompt and memory degradation","Identify and repair degradation in system prompt, external memory, and skills preventing you from following instructions or remembering information as well as you should.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1008,1009,1012],{"name":990,"slug":991,"type":16},{"name":1010,"slug":1011,"type":16},"AI Context","ai-context",{"name":1013,"slug":1014,"type":16},"Debugging","debugging","2026-07-13T06:22:50.151002",{"slug":1017,"name":1017,"fn":1018,"description":1019,"org":1020,"tags":1021,"stars":998,"repoUrl":999,"updatedAt":1027},"converting-mcps-to-skills","connect MCP servers to create skills","Connect to MCP (Model Context Protocol) servers and create skills for repeated use. Load when a user wants to use an MCP server, connect to external tools via MCP, or when they mention MCP, model context protocol, or specific MCP servers.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1022,1023,1024],{"name":990,"slug":991,"type":16},{"name":993,"slug":994,"type":16},{"name":1025,"slug":1026,"type":16},"MCP","mcp","2026-07-13T06:23:37.646079",{"slug":1029,"name":1029,"fn":1030,"description":1031,"org":1032,"tags":1033,"stars":998,"repoUrl":999,"updatedAt":1039},"creating-mods","create and edit Letta Code mods","Creates and edits trusted local Letta Code mods, including tools, slash commands, local-only model providers, lifecycle\u002Fturn events, scoped conversation helpers, panels, and capability-gated behavior. Use when asked to make a mod, add an agent-callable tool, add a slash command, add a local provider\u002Fmodel adapter, transform turns, react to app events, or add lightweight mod UI outside the dedicated \u002Fstatusline flow.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1034,1035,1036],{"name":990,"slug":991,"type":16},{"name":993,"slug":994,"type":16},{"name":1037,"slug":1038,"type":16},"Coding","coding","2026-07-23T05:42:38.133565",{"slug":1041,"name":1041,"fn":1042,"description":1043,"org":1044,"tags":1045,"stars":998,"repoUrl":999,"updatedAt":1053},"creating-skills","create and update agent skills","Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Letta Code's capabilities with specialized knowledge, workflows, or tool integrations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1046,1047,1050],{"name":990,"slug":991,"type":16},{"name":1048,"slug":1049,"type":16},"Documentation","documentation",{"name":1051,"slug":1052,"type":16},"Plugin Development","plugin-development","2026-07-13T06:22:56.998659",{"slug":1055,"name":1055,"fn":1056,"description":1057,"org":1058,"tags":1059,"stars":998,"repoUrl":999,"updatedAt":1063},"customizing-commands","create and manage Letta slash commands","Creates, edits, and enables Letta Code mod-provided slash commands. Use when the user asks to add a custom \u002Fcommand, slash command, command shortcut, scoped conversation-backed command, or command-driven panel behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1060,1061,1062],{"name":990,"slug":991,"type":16},{"name":993,"slug":994,"type":16},{"name":18,"slug":19,"type":16},"2026-07-13T06:23:18.266798",{"slug":1065,"name":1065,"fn":1066,"description":1067,"org":1068,"tags":1069,"stars":998,"repoUrl":999,"updatedAt":1074},"customizing-statusline","customize Letta Code statusline mods","Creates, edits, and migrates Letta Code statusline mods. Use when handling the \u002Fstatusline command or continuing work started by \u002Fstatusline.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1070,1071],{"name":18,"slug":19,"type":16},{"name":1072,"slug":1073,"type":16},"Engineering","engineering","2026-07-13T06:23:27.465985",{"slug":1076,"name":1076,"fn":1077,"description":1078,"org":1079,"tags":1080,"stars":998,"repoUrl":999,"updatedAt":1086},"dispatching-coding-agents","dispatch stateless coding agents","Dispatch stateless coding agents (Claude Code or Codex) via Bash. Use when you're stuck, need a second opinion, or need parallel research on a hard problem. They have no memory — you must provide all context.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1081,1082,1083],{"name":990,"slug":991,"type":16},{"name":1037,"slug":1038,"type":16},{"name":1084,"slug":1085,"type":16},"Multi-Agent","multi-agent","2026-07-26T05:46:56.388845",{"slug":1088,"name":1088,"fn":1089,"description":1090,"org":1091,"tags":1092,"stars":998,"repoUrl":999,"updatedAt":1102},"editing-letta-code-desktop-preferences","edit Letta Code Desktop preferences","Edits Letta Code Desktop (LCD) preferences by safely reading and updating ~\u002F.letta\u002Fdesktop_preferences.json. Use only when the user asks to change current Desktop\u002FLCD settings such as theme, default working directory, remote access preference, or remote environment name via the preferences JSON.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1093,1096,1099],{"name":1094,"slug":1095,"type":16},"Configuration","configuration",{"name":1097,"slug":1098,"type":16},"Desktop","desktop",{"name":1100,"slug":1101,"type":16},"Themes","themes","2026-07-13T06:23:41.407811",{"slug":1104,"name":1104,"fn":1105,"description":1106,"org":1107,"tags":1108,"stars":998,"repoUrl":999,"updatedAt":1113},"finding-agents","locate and manage agents on server","Find other agents on the same server. Use when the user asks about other agents, wants to migrate memory from another agent, or needs to find an agent by name or tags.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1109,1110],{"name":990,"slug":991,"type":16},{"name":1111,"slug":1112,"type":16},"Management","management","2026-07-16T06:02:17.297841",{"slug":1115,"name":1115,"fn":1116,"description":1117,"org":1118,"tags":1119,"stars":998,"repoUrl":999,"updatedAt":1125},"generating-mod-envs","generate Letta mod learning environments","Generates and reviews mod learning env JSON files for Letta Code local mods. Use when asked to teach, learn, or optimize a mod behavior; create, draft, validate, improve, or explain envs for `\u002Fmods learn --env`; or design evaluation scenarios, memory fixtures, requiredResultMarkers, requiredTraceMarkers, negative controls, and candidate diversity hints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1120,1121,1124],{"name":990,"slug":991,"type":16},{"name":1122,"slug":1123,"type":16},"AI Infrastructure","ai-infrastructure",{"name":1094,"slug":1095,"type":16},"2026-07-13T06:23:08.838181",{"slug":1127,"name":1127,"fn":1128,"description":1129,"org":1130,"tags":1131,"stars":998,"repoUrl":999,"updatedAt":1140},"image-generation","generate images from text prompts","Generate images from text prompts (and optionally edit\u002Fremix input images). Use when the user asks to create, generate, draw, render, or edit an image, illustration, logo, icon, diagram, or photo.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1132,1135,1138],{"name":1133,"slug":1134,"type":16},"Creative","creative",{"name":1136,"slug":1137,"type":16},"Graphics","graphics",{"name":1139,"slug":1127,"type":16},"Image Generation","2026-07-13T06:23:06.189403",69,{"items":1143,"total":1247},[1144,1150,1165,1184,1197,1218,1228],{"slug":4,"name":4,"fn":5,"description":6,"org":1145,"tags":1146,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1147,1148,1149],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":1151,"name":1151,"fn":1152,"description":1153,"org":1154,"tags":1155,"stars":23,"repoUrl":24,"updatedAt":1164},"agent-slack","automate Slack messaging and workflows","Slack automation CLI — read\u002Fsend\u002Fsearch messages, browse threads and channels, manage channels, download attachments, look up users, and run workflows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1156,1157,1158,1161],{"name":993,"slug":994,"type":16},{"name":18,"slug":19,"type":16},{"name":1159,"slug":1160,"type":16},"Messaging","messaging",{"name":1162,"slug":1163,"type":16},"Slack","slack","2026-07-13T06:23:51.908511",{"slug":1166,"name":1166,"fn":1167,"description":1168,"org":1169,"tags":1170,"stars":23,"repoUrl":24,"updatedAt":1183},"ai-news","fetch and summarize AI news","Fetch and summarize recent AI news from curated RSS feeds (Hugging Face, VentureBeat, The Verge, OpenAI, Anthropic, DeepMind, etc.) and YouTube channels (Yannic Kilcher, Two Minute Papers, AI Explained, etc.). Also fetches full transcripts for specific YouTube videos. Use when the user asks about recent AI news, what's happened in AI lately, summaries of AI research or product announcements, or wants a digest of what's going on in the AI space.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1171,1174,1177,1180],{"name":1172,"slug":1173,"type":16},"Communications","communications",{"name":1175,"slug":1176,"type":16},"LLM","llm",{"name":1178,"slug":1179,"type":16},"Research","research",{"name":1181,"slug":1182,"type":16},"Summarization","summarization","2026-07-13T06:24:20.520223",{"slug":1185,"name":1185,"fn":1186,"description":1187,"org":1188,"tags":1189,"stars":23,"repoUrl":24,"updatedAt":1196},"creating-letta-code-channels","build and debug Letta Code channels","Builds and debugs Letta Code channels, including first-party channel adapters and dynamic user channel plugins under ~\u002F.letta\u002Fchannels. Use when adding Telegram, WhatsApp, Bluesky, Slack, Discord, or custom channel support; testing channel routing, pairing, MessageChannel, runtime dependencies, or channel plugin manifests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1190,1191,1194,1195],{"name":990,"slug":991,"type":16},{"name":1192,"slug":1193,"type":16},"API Development","api-development",{"name":1159,"slug":1160,"type":16},{"name":1162,"slug":1163,"type":16},"2026-07-13T06:25:55.843495",{"slug":1198,"name":1198,"fn":1199,"description":1200,"org":1201,"tags":1202,"stars":23,"repoUrl":24,"updatedAt":1217},"datadog","query Datadog observability data","Query Datadog observability data (logs, metrics, monitors, dashboards, hosts) via direct API. Use when investigating production issues, checking monitors, searching logs, or accessing Datadog data.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1203,1205,1208,1211,1214],{"name":1204,"slug":1198,"type":16},"Datadog",{"name":1206,"slug":1207,"type":16},"Logs","logs",{"name":1209,"slug":1210,"type":16},"Metrics","metrics",{"name":1212,"slug":1213,"type":16},"Monitoring","monitoring",{"name":1215,"slug":1216,"type":16},"Observability","observability","2026-07-13T06:24:27.990605",{"slug":1219,"name":1219,"fn":1220,"description":1221,"org":1222,"tags":1223,"stars":23,"repoUrl":24,"updatedAt":1227},"discord","automate Discord server and channel tasks","Discord automation CLI — send\u002Fread\u002Fsearch messages, manage channels and servers, react, create threads, pin messages, and look up users.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1224,1225,1226],{"name":993,"slug":994,"type":16},{"name":18,"slug":19,"type":16},{"name":1159,"slug":1160,"type":16},"2026-07-13T06:24:26.62387",{"slug":1229,"name":1229,"fn":1230,"description":1231,"org":1232,"tags":1233,"stars":23,"repoUrl":24,"updatedAt":1246},"doc","create and edit Word documents","Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts\u002Frender_docx.py` for visual checks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1234,1237,1240,1243],{"name":1235,"slug":1236,"type":16},"Documents","documents",{"name":1238,"slug":1239,"type":16},"DOCX","docx",{"name":1241,"slug":1242,"type":16},"Office","office",{"name":1244,"slug":1245,"type":16},"Word","word","2026-07-13T06:23:44.299568",45]