feat(skills): add official optional 1password skill#883
Merged
teknium1 merged 1 commit intoNousResearch:mainfrom Mar 13, 2026
Merged
feat(skills): add official optional 1password skill#883teknium1 merged 1 commit intoNousResearch:mainfrom
teknium1 merged 1 commit intoNousResearch:mainfrom
Conversation
teknium1
added a commit
that referenced
this pull request
Mar 13, 2026
…broken examples Follow-up to PR #883 (arceus77-7): - Add setup.collect_secrets for OP_SERVICE_ACCOUNT_TOKEN so the skill prompts users to configure their token on first load - Fix broken code examples: garbled op run export line, truncated secret reference in cli-examples.md - Add Authentication Methods section documenting all 3 auth flows (service account, desktop app, connect server) with service account recommended for Hermes - Clarify tmux pattern is only needed for desktop app flow, not service account token flow - Credit original author (arceus77-7) in frontmatter - Add DESCRIPTION.md for security/ category Co-authored-by: arceus77-7 <arceus77-7@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds a new official optional skill for 1Password CLI (
op) underoptional-skills/security/1password.The skill documents install/auth flows, Hermes-safe execution guidance (tmux session pattern), and safe examples for
op read,op inject, andop run.Type of Change
Changes Made
optional-skills/security/1password/SKILL.mdopcommands in tmuxoptional-skills/security/1password/references/get-started.mdoptional-skills/security/1password/references/cli-examples.mdHermes Agentto match existing skill conventions.op runexamples to avoid printing secret values (scanner-safe examples).How to Test
I tested this end-to-end on macOS in a local clone:
venv/bin/hermes skills search 1passwordofficial/security/1password.venv/bin/hermes skills inspect official/security/1passwordprintf 'y\n' | venv/bin/hermes skills install official/security/1passwordSAFE.venv/bin/hermes skills list --source all1passwordappears asSource=official.venv/bin/hermes chat -t skills -q "Use the 1password skill and answer in one sentence: should op commands be run in tmux for Hermes reliability?"Checklist
Code
Documentation & Housekeeping