[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-iamzhihuix-1password-th":3,"guides-for-iamzhihuix-1password":276,"similar-k170044xvvc7bx38n1fys0pzr1867rdb":277},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":21,"identity":188,"isFallback":192,"parentExtension":193,"providers":254,"relations":257,"repo":258,"workflow":275},1778053197391.3792,"k170044xvvc7bx38n1fys0pzr1867rdb",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"使用 1Password CLI (op) 管理密码和 API credentials。保存、查询、读取 API key/token，注入环境变量到脚本。当用户提到保存密码、保存 API key、查询密码、1password、op CLI、secret 管理时使用此 skill。",{},"1Password CLI","https://github.com/iamzhihuix/happy-claude-skills/tree/HEAD/skills/1password",[15,16,17,18,19,20],"1password","cli","secrets","credentials","api-keys","devops",{"_creationTime":22,"_id":23,"extensionId":5,"locale":24,"result":25,"trustSignals":177,"workflow":186},1778053284450.2893,"kn74mqtt5v55m6f0a4td32y6wh866xsk","en",{"checks":26,"evaluatedAt":167,"extensionSummary":168,"promptVersionExtension":169,"promptVersionScoring":170,"rationale":171,"score":172,"summary":173,"tags":174,"targetMarket":175,"tier":176},[27,32,35,38,42,45,49,53,56,59,63,68,71,75,78,81,84,87,90,93,97,101,105,109,113,116,119,122,126,129,132,135,138,141,145,148,151,154,157,160,164],{"category":28,"check":29,"severity":30,"summary":31},"Practical Utility","Problem relevance","pass","The description clearly states the problem of managing passwords and API credentials using the 1Password CLI and lists specific user intents for its use.",{"category":28,"check":33,"severity":30,"summary":34},"Unique selling proposition","This skill provides a specialized workflow for managing secrets with the 1Password CLI, going beyond basic prompt capabilities by offering structured commands for saving, querying, and injecting credentials.",{"category":28,"check":36,"severity":30,"summary":37},"Production readiness","The skill is production-ready, providing clear instructions, commands for saving, querying, and injecting credentials, and even vault management, covering the full lifecycle of secret management with 1Password CLI.",{"category":39,"check":40,"severity":30,"summary":41},"Scope","Single responsibility principle","The extension focuses solely on managing secrets and credentials using the 1Password CLI, adhering to a single responsibility principle.",{"category":39,"check":43,"severity":30,"summary":44},"Description quality","The description accurately and concisely reflects the functionality of the skill, which is to manage passwords and API credentials using the 1Password CLI.",{"category":46,"check":47,"severity":30,"summary":48},"Invocation","Scoped tools","The skill utilizes specific, verb-noun scoped tools like `op item create`, `op item list`, and `op item get`, which are specialized for managing 1Password items.",{"category":50,"check":51,"severity":30,"summary":52},"Documentation","Configuration & parameter reference","The SKILL.md file documents all necessary parameters for commands like `op item create` and `op item get`, including required fields and optional parameters, with clear examples.",{"category":39,"check":54,"severity":30,"summary":55},"Tool naming","The tools are named after the underlying 1Password CLI commands (e.g., `op item create`), which are descriptive and domain-specific.",{"category":39,"check":57,"severity":30,"summary":58},"Minimal I/O surface","Inputs for commands like `op item create` are clearly defined with specific fields, and outputs like item IDs and titles are relevant to the task.",{"category":60,"check":61,"severity":30,"summary":62},"License","License usability","The extension includes a clear MIT license file, permitting its use and distribution.",{"category":64,"check":65,"severity":66,"summary":67},"Maintenance","Commit recency","not_applicable","The repository does not have commit history available for this specific file, so recency cannot be evaluated.",{"category":64,"check":69,"severity":30,"summary":70},"Dependency Management","The SKILL.md file clearly states the dependency on the 1Password CLI (`op`) and provides installation instructions, including version checks and desktop app integration.",{"category":72,"check":73,"severity":30,"summary":74},"Security","Secret Management","The skill leverages the 1Password CLI's secure mechanisms for handling secrets, and the `op run --env-file` command is used to inject secrets into scripts without echoing them to stdout/stderr.",{"category":72,"check":76,"severity":30,"summary":77},"Injection","The skill uses the 1Password CLI, which is designed to securely handle secrets. No indication of loading untrusted data as instructions.",{"category":72,"check":79,"severity":30,"summary":80},"Transitive Supply-Chain Grenades","The skill only relies on the locally installed 1Password CLI and does not fetch external content or execute arbitrary remote code.",{"category":72,"check":82,"severity":30,"summary":83},"Sandbox Isolation","The skill executes commands via the 1Password CLI, which operates within its own secure environment. No operations outside of the intended scope are implied.",{"category":72,"check":85,"severity":30,"summary":86},"Sandbox escape primitives","No detached-process spawns or deny-retry loops are present in the provided commands.",{"category":72,"check":88,"severity":30,"summary":89},"Data Exfiltration","The skill's primary function is to manage secrets securely using the 1Password CLI, and it does not exhibit any behavior that suggests data exfiltration.",{"category":72,"check":91,"severity":30,"summary":92},"Hidden Text Tricks","The bundled files do not contain any hidden text tricks, invisible characters, or obfuscated instructions.",{"category":94,"check":95,"severity":30,"summary":96},"Hooks","Opaque code execution","The skill uses standard 1Password CLI commands, which are not obfuscated, minified, or dynamically fetched.",{"category":98,"check":99,"severity":30,"summary":100},"Portability","Structural Assumption","The skill assumes the 1Password CLI is installed and configured, which is a reasonable and documented precondition. It does not make assumptions about user project organization.",{"category":102,"check":103,"severity":66,"summary":104},"Trust","Issues Attention","No issue tracking data is available for this repository.",{"category":106,"check":107,"severity":30,"summary":108},"Versioning","Release Management","The SKILL.md file includes a version field ('1.0.0'), indicating proper release management.",{"category":110,"check":111,"severity":30,"summary":112},"Code Execution","Validation","The 1Password CLI itself handles validation of its commands and parameters. The skill uses the CLI's functionality, implying that validation is performed.",{"category":72,"check":114,"severity":30,"summary":115},"Unguarded Destructive Operations","While saving credentials can be considered a form of writing, the 1Password CLI commands used are standard operations and are not inherently destructive in a way that would require additional guards beyond the CLI's own security model.",{"category":110,"check":117,"severity":30,"summary":118},"Error Handling","The skill relies on the 1Password CLI's error handling. The provided examples show how to execute commands and assume the CLI will report errors meaningfully if they occur.",{"category":110,"check":120,"severity":66,"summary":121},"Logging","The skill does not perform destructive actions or outbound calls that necessitate local audit logging beyond what the 1Password CLI might provide.",{"category":123,"check":124,"severity":30,"summary":125},"Compliance","GDPR","The skill manages secrets using the 1Password CLI, which is designed to securely store sensitive data. It does not inherently process personal data without sanitization.",{"category":123,"check":127,"severity":30,"summary":128},"Target market","The skill is a general-purpose tool for managing secrets with the 1Password CLI and has no specific regional limitations, thus its target market is global.",{"category":98,"check":130,"severity":30,"summary":131},"Runtime stability","The skill relies on the 1Password CLI, which is available on multiple platforms. No assumptions are made about specific operating systems or shells beyond the CLI's support.",{"category":46,"check":133,"severity":30,"summary":134},"Precise Purpose","The description clearly outlines the purpose of managing passwords and API credentials with the 1Password CLI and provides specific trigger phrases.",{"category":46,"check":136,"severity":30,"summary":137},"Concise Frontmatter","The frontmatter is concise, clearly stating the skill's purpose and trigger phrases without excessive verbosity.",{"category":50,"check":139,"severity":30,"summary":140},"Concise Body","The SKILL.md body is reasonably concise, providing essential commands and examples without excessive bloat.",{"category":142,"check":143,"severity":30,"summary":144},"Context","Progressive Disclosure","The SKILL.md file provides essential commands directly and links to external CLI commands, which is a form of progressive disclosure.",{"category":142,"check":146,"severity":66,"summary":147},"Forked exploration","This skill is not an exploration-style skill and does not involve deep code review or multi-file inspection, so `context: fork` is not applicable.",{"category":28,"check":149,"severity":30,"summary":150},"Usage examples","The SKILL.md provides clear, end-to-end examples for saving, querying, and injecting credentials, demonstrating the input, invocation, and expected outcome.",{"category":28,"check":152,"severity":30,"summary":153},"Edge cases","The skill's instructions mention prerequisites like having the 1Password CLI installed and configured, and the commands themselves handle various input scenarios.",{"category":110,"check":155,"severity":66,"summary":156},"Tool Fallback","This skill directly calls the 1Password CLI. There are no dependencies on optional external tools with fallbacks mentioned.",{"category":98,"check":158,"severity":30,"summary":159},"Stack assumptions","The skill explicitly states the assumption that the 1Password CLI is installed and provides installation instructions, clarifying the runtime environment.",{"category":161,"check":162,"severity":30,"summary":163},"Safety","Halt on unexpected state","The skill relies on the 1Password CLI's own state management and error reporting. Prerequisites for installation and configuration are clearly listed.",{"category":98,"check":165,"severity":30,"summary":166},"Cross-skill coupling","The skill is self-contained and focuses solely on 1Password CLI operations; it does not implicitly rely on other skills.",1778053248955,"It allows users to save, query, and retrieve API keys and tokens from their 1Password vault. The skill also supports injecting these secrets into scripts as environment variables using `op run --env-file`, enhancing development workflows.","2.0.0","3.4.0","The extension is well-documented, secure, and follows best practices. It uses the 1Password CLI effectively for secret management, providing clear instructions and examples. No critical or warning findings were observed.",98,"This skill securely manages passwords and API credentials using the 1Password CLI.",[15,16,17,18,19,20],"global","verified",{"codeQuality":178,"collectedAt":179,"documentation":180,"maintenance":182,"security":183,"testCoverage":185},{},1778053237627,{"descriptionLength":181,"readmeSize":8},140,{},{"hasNpmPackage":184,"smitheryVerified":184},false,{"hasCi":184,"hasTests":184},{"updatedAt":187},1778053284450,{"githubOwner":189,"githubRepo":190,"locale":24,"slug":15,"type":191},"iamzhihuix","happy-claude-skills","skill",true,{"_creationTime":194,"_id":195,"community":196,"display":197,"identity":209,"parentExtension":211,"providers":248,"relations":252,"workflow":253},1778053197391.3787,"k173w1behtbrx0ftmyyt34368x867ene",{"reviewCount":8},{"description":198,"installMethods":199,"name":200,"sourceUrl":201,"tags":202},"Manage passwords and API credentials with 1Password CLI (op)",{},"Happy Claude Skills","https://github.com/iamzhihuix/happy-claude-skills",[203,204,205,206,207,16,208],"document","video","content-generation","automation","file-processing","ai",{"githubOwner":189,"githubRepo":190,"locale":24,"slug":15,"type":210},"plugin",{"_creationTime":212,"_id":213,"community":214,"display":215,"identity":231,"providers":233,"relations":243,"workflow":245},1778053197391.3733,"k179bs7h81fd44w43crascabax866n51",{"reviewCount":8},{"description":216,"installMethods":217,"name":200,"sourceUrl":201,"tags":218},"Practical Claude Code skill plugins for document format replication, video processing, and content creation",{},[208,219,220,221,222,223,224,225,226,227,228,229,230],"coding-assistant","developer-tools","document-processing","video-processing","content-creation","image-generation","video-generation","audio-generation","browser-automation","password-management","oss-prep","app-audit",{"githubOwner":189,"githubRepo":190,"locale":24,"slug":190,"type":232},"marketplace",{"extract":234,"llm":240},{"commitSha":235,"license":236,"marketplace":237},"f49e7782a551759c9f9e0a4d4417ff053f0a86fd","MIT",{"name":190,"pluginCount":238,"version":239},12,"1.0.0",{"promptVersionExtension":169,"promptVersionScoring":170,"score":241,"targetMarket":175,"tier":242},78,"evaluated",{"repoId":244},"kd7dbbtdq95nkcs3k7fg9w6fdn864j0b",{"anyEnrichmentAt":246,"extractAt":247,"githubAt":246,"llmAt":187,"updatedAt":187},1778053199195,1778053197391,{"extract":249,"llm":250},{"commitSha":235,"license":236},{"promptVersionExtension":169,"promptVersionScoring":170,"score":251,"targetMarket":175,"tier":176},95,{"parentExtensionId":213,"repoId":244},{"anyEnrichmentAt":246,"extractAt":247,"githubAt":246,"llmAt":187,"updatedAt":187},{"extract":255,"llm":256},{"commitSha":235,"license":236},{"promptVersionExtension":169,"promptVersionScoring":170,"score":172,"targetMarket":175,"tier":176},{"parentExtensionId":195,"repoId":244},{"_creationTime":259,"_id":244,"identity":260,"providers":261,"workflow":272},1777995558409.8823,{"githubOwner":189,"githubRepo":190,"sourceUrl":201},{"discover":262,"github":265},{"sources":263},[264],"skills-sh",{"closedIssues90d":8,"forks":266,"license":236,"openIssues90d":267,"pushedAt":268,"readmeSize":269,"stars":270,"topics":271},28,1,1776647239000,9879,285,[],{"discoverAt":273,"extractAt":274,"githubAt":274,"updatedAt":274},1777995558409,1778053200076,{"anyEnrichmentAt":246,"extractAt":247,"githubAt":246,"llmAt":187,"updatedAt":187},[],[278,307,337,369,399,433],{"_creationTime":279,"_id":280,"community":281,"display":282,"identity":293,"providers":295,"relations":301,"workflow":303},1778054586606.9207,"k17dgzjgvsrbv3nsbp0kz4c1ax8665ww",{"reviewCount":8},{"description":283,"installMethods":284,"name":285,"sourceUrl":286,"tags":287},"Vercel filesystem detectors",{},"Vercel Filesystem Detectors","https://github.com/vercel/vercel/tree/HEAD/packages/fs-detectors",[288,289,290,291,16,292],"vercel","build-system","framework-detection","monorepo","utility",{"githubOwner":288,"githubRepo":288,"locale":24,"slug":294,"type":191},"vercel-fs-detectors",{"extract":296,"llm":299},{"commitSha":297,"license":298},"da93fccb68ef705f866ddb8d4ff596495589442a","Apache-2.0",{"promptVersionExtension":169,"promptVersionScoring":170,"score":300,"targetMarket":175,"tier":176},100,{"repoId":302},"kd70sna36fh1a450f5r7e0f8p986555e",{"anyEnrichmentAt":304,"extractAt":305,"githubAt":304,"llmAt":306,"updatedAt":306},1778054590995,1778054586606,1778054733091,{"_creationTime":308,"_id":309,"community":310,"display":311,"identity":324,"providers":327,"relations":331,"workflow":333},1778053126504.8447,"k177gyb2pp9y0hpcx23rd2j0gd866t61",{"reviewCount":8},{"description":312,"installMethods":313,"name":314,"sourceUrl":315,"tags":316},"Smart Money analytics on OKX: leaderboard traders, position tracking, trade records, aggregated consensus signals, and signal history. Use this skill when the user asks about 聪明钱, smart money, 牛人榜, leaderboard, top traders, 带单员, lead traders, 交易员排行, trader ranking, trader positions, trader PnL, 交易员持仓, 交易员收益, smart money signal, 聪明钱信号, long/short ratio, 多空比, capital flow, 资金流向, position conviction, 仓位强度, entry price distribution, smart money overview, 聪明钱总览, signal history, 信号历史, trader search, 搜索交易员, who is trading BTC, 谁在交易BTC, recommend traders, 推荐交易员, best traders, top performers.",{},"OKX CEX Smart Money CLI","https://github.com/okx/agent-skills/tree/HEAD/skills/okx-cex-smartmoney",[317,318,319,320,321,322,323,16],"okx","cex","smartmoney","analytics","trader","leaderboard","signals",{"githubOwner":317,"githubRepo":325,"locale":24,"slug":326,"type":191},"agent-skills","okx-cex-smartmoney",{"extract":328,"llm":330},{"commitSha":329,"license":236},"2c10950e7d08ff4a6f92e29aa5a72fc1f6982c3b",{"promptVersionExtension":169,"promptVersionScoring":170,"score":300,"targetMarket":175,"tier":176},{"repoId":332},"kd762kyfecgcjapqdqxsv1ngw986551x",{"anyEnrichmentAt":334,"extractAt":335,"githubAt":334,"llmAt":336,"updatedAt":336},1778053126894,1778053126504,1778053154881,{"_creationTime":338,"_id":339,"community":340,"display":341,"identity":352,"providers":356,"relations":362,"workflow":364},1777995614337.9844,"k17f0xfg2pkfqd1p5jjzh8sswh8645px",{"reviewCount":8},{"description":342,"installMethods":343,"name":344,"sourceUrl":345,"tags":346},"Scaffold an editable Tandem control panel app",{},"Tandem Panel Scaffold","https://github.com/frumu-ai/tandem/tree/HEAD/packages/create-tandem-panel",[347,16,348,349,350,351],"scaffolding","react","typescript","vite","ui",{"githubOwner":353,"githubRepo":354,"locale":24,"slug":355,"type":191},"frumu-ai","tandem","create-tandem-panel",{"extract":357,"llm":360,"smithery":361},{"commitSha":358,"license":359},"25c8ae7c2f8b20d576a2b8d44946ac2e0ff9408d","MIT OR Apache-2.0",{"promptVersionExtension":169,"promptVersionScoring":170,"score":300,"targetMarket":175,"tier":176},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":184},{"repoId":363},"kd72pd305er4m7vecv9p6mnd4s865kea",{"anyEnrichmentAt":365,"extractAt":366,"githubAt":367,"llmAt":368,"smitheryAt":365,"updatedAt":368},1777995723550,1777995614338,1777995614791,1777995897177,{"_creationTime":370,"_id":371,"community":372,"display":373,"identity":384,"providers":387,"relations":392,"workflow":395},1778054268187.7783,"k1799kwx7k8g1vx165qr4np3298670sw",{"reviewCount":8},{"description":374,"installMethods":375,"name":376,"sourceUrl":377,"tags":378},"Guide for using the Bright Data CLI (`brightdata` / `bdata`) to scrape websites, search the web, extract structured data from 40+ platforms, manage proxy zones, and check account budget. Use this skill whenever the user wants to scrape a URL, search Google/Bing/Yandex, extract data from Amazon/LinkedIn/Instagram/TikTok/YouTube/Reddit or any other platform, check their Bright Data balance or zones, or do anything involving web data collection from the terminal. Also trigger when the user mentions brightdata, bdata, web scraping CLI, SERP API, or wants to install Bright Data skills into their coding agent.",{},"Bright Data CLI","https://github.com/brightdata/skills/tree/HEAD/skills/brightdata-cli",[379,16,380,381,382,206,383],"brightdata","web-scraping","data-extraction","serp-api","terminal",{"githubOwner":379,"githubRepo":385,"locale":24,"slug":386,"type":191},"skills","brightdata-cli",{"extract":388,"llm":390},{"commitSha":389,"license":236},"d0eeb1fbab809ffffe7c270186bd3eb78cf0c8ba",{"promptVersionExtension":169,"promptVersionScoring":170,"score":391,"targetMarket":175,"tier":176},99,{"parentExtensionId":393,"repoId":394},"k177secs2fy2665c3z8prspg0s867xd1","kd7e4q3ah25vmt87x67vanphhn864r9h",{"anyEnrichmentAt":396,"extractAt":397,"githubAt":396,"llmAt":398,"updatedAt":398},1778054269540,1778054268187,1778054318963,{"_creationTime":400,"_id":401,"community":402,"display":403,"identity":414,"providers":418,"relations":426,"workflow":428},1778053968286.4954,"k179afn14fzy4sejmjf82fgqa9867ck6",{"reviewCount":8},{"description":404,"installMethods":405,"name":406,"sourceUrl":407,"tags":408},"Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.",{},"arXiv Search","https://github.com/langchain-ai/deepagents/tree/HEAD/libs/cli/examples/skills/arxiv-search",[409,410,411,412,413,16],"research","data-analytics","arxiv","academic-papers","python",{"githubOwner":415,"githubRepo":416,"locale":24,"slug":417,"type":191},"langchain-ai","deepagents","arxiv-search",{"extract":419,"llm":421,"smithery":422},{"commitSha":420,"license":236},"b108c71d0c570e16c7050c1eac482e15dc35a5ed",{"promptVersionExtension":169,"promptVersionScoring":170,"score":172,"targetMarket":175,"tier":176},{"qualityScore":423,"totalActivations":424,"uniqueUsers":425,"useCount":8,"verified":184},0.7439563,9,8,{"repoId":427},"kd76dna2fvfbnjvzcpd2cwqnyd865xz7",{"anyEnrichmentAt":429,"extractAt":430,"githubAt":431,"llmAt":432,"smitheryAt":429,"updatedAt":432},1778053994907,1778053968286,1778053969344,1778054053159,{"_creationTime":434,"_id":435,"community":436,"display":437,"identity":447,"providers":450,"relations":454,"workflow":456},1778053622473.6658,"k17bbjjk7fn3ngqhcnvx7d97y9867yk9",{"reviewCount":8},{"description":438,"installMethods":439,"name":440,"sourceUrl":441,"tags":442},"Build and publish npx-executable CLI tools using Bun as the primary toolchain with npm-compatible output. Use when the user wants to create a new CLI tool, set up a command-line package for npx execution, configure argument parsing and terminal output, or publish a CLI to npm. Covers scaffolding, citty arg parsing, sub-commands, terminal UX, strict TypeScript, Biome + ESLint linting, Vitest testing, Bunup bundling, and publishing workflows. Keywords: npx, cli, command-line, binary, bin, tool, bun, citty, commander, terminal, publish, typescript, biome, vitest.",{},"npx CLI Tool Development (Bun-First)","https://github.com/jwynia/agent-skills/tree/HEAD/skills/tech/development/tooling/npx-cli",[16,443,349,444,347,445,446],"bun","npm","tooling","development",{"githubOwner":448,"githubRepo":325,"locale":24,"slug":449,"type":191},"jwynia","npx-cli",{"extract":451,"llm":453},{"commitSha":452,"license":236},"e02ec7e226a6e4f8419fd3b88a1d8e472d421b32",{"promptVersionExtension":169,"promptVersionScoring":170,"score":172,"targetMarket":175,"tier":176},{"repoId":455},"kd7efn3mprpa8rd8vm5hw5ebzx864fph",{"anyEnrichmentAt":457,"extractAt":458,"githubAt":457,"llmAt":459,"updatedAt":459},1778053625386,1778053622473,1778054012696]