[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-microsoft-onecli-gateway":3,"mdc-sjnyr1-key":33,"related-org-microsoft-onecli-gateway":381,"related-repo-microsoft-onecli-gateway":576},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":23,"topics":27,"repo":28,"sourceUrl":31,"mdContent":32},"onecli-gateway","proxy outbound calls with OneCLI Gateway","OneCLI Gateway: transparent HTTPS proxy that injects stored credentials into outbound calls. You MUST use this skill when the user asks you to read emails, check calendar, access GitHub repos, create issues, check Stripe payments, or interact with ANY external service or API. Do NOT use browser extensions or OAuth CLI tools. Make HTTP requests directly; the gateway injects credentials automatically.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"microsoft","Microsoft","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmicrosoft.png",[12,16,19,20],{"name":13,"slug":14,"type":15},"Security","security","tag",{"name":17,"slug":18,"type":15},"Operations","operations",{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15},"HTTPS","https",2,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Famplifier-app-nanoclaw","2026-07-07T06:53:55.16351",null,[],{"repoUrl":24,"stars":23,"forks":23,"topics":29,"description":30},[],"Nanoclaw with amplifier-agent support","https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Famplifier-app-nanoclaw\u002Ftree\u002FHEAD\u002Fcontainer\u002Fskills\u002Fonecli-gateway","---\nname: onecli-gateway\ndescription: >-\n  OneCLI Gateway: transparent HTTPS proxy that injects stored credentials\n  into outbound calls. You MUST use this skill when the user asks you to\n  read emails, check calendar, access GitHub repos, create issues, check\n  Stripe payments, or interact with ANY external service or API. Do NOT\n  use browser extensions or OAuth CLI tools. Make HTTP requests directly;\n  the gateway injects credentials automatically.\ncompatibility: Requires HTTPS_PROXY set in environment (automatic when launched via `onecli run`)\nmetadata:\n  author: onecli\n  version: \"0.5.0\"\n---\n\n# OneCLI Gateway\n\nYour outbound HTTPS traffic is transparently proxied through the OneCLI\ngateway, which injects stored credentials at the proxy boundary. You never\nsee or handle credential values directly.\n\n## How to Access External Services\n\nYou have direct HTTP access to external APIs. OAuth apps (Gmail, GitHub,\nGoogle Calendar, Google Drive, etc.) and API key services are all available\nthrough the gateway. Just make the request directly; the gateway injects\ncredentials if the app is connected. If not, it returns an error with a\nconnect URL you can present to the user.\n\n## Making Requests\n\nCall the real API URL. The gateway intercepts the request and injects\ncredentials automatically.\n\n```bash\ncurl -s \"https:\u002F\u002Fgmail.googleapis.com\u002Fgmail\u002Fv1\u002Fusers\u002Fme\u002Fmessages?maxResults=5\"\ncurl -s \"https:\u002F\u002Fapi.github.com\u002Fuser\u002Frepos?per_page=10\"\ncurl -s \"https:\u002F\u002Fapi.stripe.com\u002Fv1\u002Fcharges?limit=5\"\n```\n\nStandard HTTP clients (curl, fetch, requests, axios, Go net\u002Fhttp, git) all\nhonor the `HTTPS_PROXY` environment variable automatically. You do not need\nto set any auth headers.\n\n## Credential Stubs for MCP Servers\n\nSome MCP servers need local credential files to start. Stubs for connected\napps are pre-written automatically. Files containing `\"onecli-managed\"`\nvalues are managed by OneCLI — do NOT modify or delete them.\n\nIf an MCP server won't start due to missing credentials, create stubs\n**before** starting it. Use `\"onecli-managed\"` as the placeholder for all\nsecret values, with file permissions `0600`. See the guide at:\nhttps:\u002F\u002Fwww.onecli.sh\u002Fdocs\u002Fguides\u002Fcredential-stubs\u002Fgeneral-app\n\n## When a Request Fails\n\nIf you get a 401, 403, or a gateway error (e.g., `app_not_connected`):\n\n**Step 1 — Show the user a connect link.** Use the `connect_url` from the\nerror response:\n\n> To connect [service], open this link:\n> [connect_url from the error response]\n\nIf there is no `connect_url` in the error, tell the user to open the\nOneCLI dashboard and connect the service there.\n\n**Step 2 — Retry after the user connects.** Let the user know you will\nretry once they have connected. When they confirm, retry the original\nrequest. If the retry still fails, ask if they need help with the setup.\n\n## Rules\n\n- **Never** say \"I don't have access to X\" without first making the HTTP\n  request through the proxy.\n- **Never** use browser extensions, gcloud, or manual auth flows. The\n  gateway handles credentials for you.\n- **Never** ask the user for API keys or tokens directly. Direct them to\n  connect the service in the OneCLI dashboard.\n- **Never** suggest the user open Gmail\u002FCalendar\u002FGitHub in their browser\n  when they ask you to read or interact with those services. You have API\n  access. Use it.\n- If the gateway returns a policy error (403 with a JSON body), respect\n  the block. Do not retry or circumvent it.\n",{"data":34,"body":39},{"name":4,"description":6,"compatibility":35,"metadata":36},"Requires HTTPS_PROXY set in environment (automatic when launched via `onecli run`)",{"author":37,"version":38},"onecli","0.5.0",{"type":40,"children":41},"root",[42,50,56,63,68,74,79,174,187,193,206,242,248,261,279,300,312,322,328,375],{"type":43,"tag":44,"props":45,"children":46},"element","h1",{"id":4},[47],{"type":48,"value":49},"text","OneCLI Gateway",{"type":43,"tag":51,"props":52,"children":53},"p",{},[54],{"type":48,"value":55},"Your outbound HTTPS traffic is transparently proxied through the OneCLI\ngateway, which injects stored credentials at the proxy boundary. You never\nsee or handle credential values directly.",{"type":43,"tag":57,"props":58,"children":60},"h2",{"id":59},"how-to-access-external-services",[61],{"type":48,"value":62},"How to Access External Services",{"type":43,"tag":51,"props":64,"children":65},{},[66],{"type":48,"value":67},"You have direct HTTP access to external APIs. OAuth apps (Gmail, GitHub,\nGoogle Calendar, Google Drive, etc.) and API key services are all available\nthrough the gateway. Just make the request directly; the gateway injects\ncredentials if the app is connected. If not, it returns an error with a\nconnect URL you can present to the user.",{"type":43,"tag":57,"props":69,"children":71},{"id":70},"making-requests",[72],{"type":48,"value":73},"Making Requests",{"type":43,"tag":51,"props":75,"children":76},{},[77],{"type":48,"value":78},"Call the real API URL. The gateway intercepts the request and injects\ncredentials automatically.",{"type":43,"tag":80,"props":81,"children":86},"pre",{"className":82,"code":83,"language":84,"meta":85,"style":85},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","curl -s \"https:\u002F\u002Fgmail.googleapis.com\u002Fgmail\u002Fv1\u002Fusers\u002Fme\u002Fmessages?maxResults=5\"\ncurl -s \"https:\u002F\u002Fapi.github.com\u002Fuser\u002Frepos?per_page=10\"\ncurl -s \"https:\u002F\u002Fapi.stripe.com\u002Fv1\u002Fcharges?limit=5\"\n","bash","",[87],{"type":43,"tag":88,"props":89,"children":90},"code",{"__ignoreMap":85},[91,125,149],{"type":43,"tag":92,"props":93,"children":96},"span",{"class":94,"line":95},"line",1,[97,103,109,115,120],{"type":43,"tag":92,"props":98,"children":100},{"style":99},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[101],{"type":48,"value":102},"curl",{"type":43,"tag":92,"props":104,"children":106},{"style":105},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[107],{"type":48,"value":108}," -s",{"type":43,"tag":92,"props":110,"children":112},{"style":111},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[113],{"type":48,"value":114}," \"",{"type":43,"tag":92,"props":116,"children":117},{"style":105},[118],{"type":48,"value":119},"https:\u002F\u002Fgmail.googleapis.com\u002Fgmail\u002Fv1\u002Fusers\u002Fme\u002Fmessages?maxResults=5",{"type":43,"tag":92,"props":121,"children":122},{"style":111},[123],{"type":48,"value":124},"\"\n",{"type":43,"tag":92,"props":126,"children":127},{"class":94,"line":23},[128,132,136,140,145],{"type":43,"tag":92,"props":129,"children":130},{"style":99},[131],{"type":48,"value":102},{"type":43,"tag":92,"props":133,"children":134},{"style":105},[135],{"type":48,"value":108},{"type":43,"tag":92,"props":137,"children":138},{"style":111},[139],{"type":48,"value":114},{"type":43,"tag":92,"props":141,"children":142},{"style":105},[143],{"type":48,"value":144},"https:\u002F\u002Fapi.github.com\u002Fuser\u002Frepos?per_page=10",{"type":43,"tag":92,"props":146,"children":147},{"style":111},[148],{"type":48,"value":124},{"type":43,"tag":92,"props":150,"children":152},{"class":94,"line":151},3,[153,157,161,165,170],{"type":43,"tag":92,"props":154,"children":155},{"style":99},[156],{"type":48,"value":102},{"type":43,"tag":92,"props":158,"children":159},{"style":105},[160],{"type":48,"value":108},{"type":43,"tag":92,"props":162,"children":163},{"style":111},[164],{"type":48,"value":114},{"type":43,"tag":92,"props":166,"children":167},{"style":105},[168],{"type":48,"value":169},"https:\u002F\u002Fapi.stripe.com\u002Fv1\u002Fcharges?limit=5",{"type":43,"tag":92,"props":171,"children":172},{"style":111},[173],{"type":48,"value":124},{"type":43,"tag":51,"props":175,"children":176},{},[177,179,185],{"type":48,"value":178},"Standard HTTP clients (curl, fetch, requests, axios, Go net\u002Fhttp, git) all\nhonor the ",{"type":43,"tag":88,"props":180,"children":182},{"className":181},[],[183],{"type":48,"value":184},"HTTPS_PROXY",{"type":48,"value":186}," environment variable automatically. You do not need\nto set any auth headers.",{"type":43,"tag":57,"props":188,"children":190},{"id":189},"credential-stubs-for-mcp-servers",[191],{"type":48,"value":192},"Credential Stubs for MCP Servers",{"type":43,"tag":51,"props":194,"children":195},{},[196,198,204],{"type":48,"value":197},"Some MCP servers need local credential files to start. Stubs for connected\napps are pre-written automatically. Files containing ",{"type":43,"tag":88,"props":199,"children":201},{"className":200},[],[202],{"type":48,"value":203},"\"onecli-managed\"",{"type":48,"value":205},"\nvalues are managed by OneCLI — do NOT modify or delete them.",{"type":43,"tag":51,"props":207,"children":208},{},[209,211,217,219,224,226,232,234],{"type":48,"value":210},"If an MCP server won't start due to missing credentials, create stubs\n",{"type":43,"tag":212,"props":213,"children":214},"strong",{},[215],{"type":48,"value":216},"before",{"type":48,"value":218}," starting it. Use ",{"type":43,"tag":88,"props":220,"children":222},{"className":221},[],[223],{"type":48,"value":203},{"type":48,"value":225}," as the placeholder for all\nsecret values, with file permissions ",{"type":43,"tag":88,"props":227,"children":229},{"className":228},[],[230],{"type":48,"value":231},"0600",{"type":48,"value":233},". See the guide at:\n",{"type":43,"tag":235,"props":236,"children":240},"a",{"href":237,"rel":238},"https:\u002F\u002Fwww.onecli.sh\u002Fdocs\u002Fguides\u002Fcredential-stubs\u002Fgeneral-app",[239],"nofollow",[241],{"type":48,"value":237},{"type":43,"tag":57,"props":243,"children":245},{"id":244},"when-a-request-fails",[246],{"type":48,"value":247},"When a Request Fails",{"type":43,"tag":51,"props":249,"children":250},{},[251,253,259],{"type":48,"value":252},"If you get a 401, 403, or a gateway error (e.g., ",{"type":43,"tag":88,"props":254,"children":256},{"className":255},[],[257],{"type":48,"value":258},"app_not_connected",{"type":48,"value":260},"):",{"type":43,"tag":51,"props":262,"children":263},{},[264,269,271,277],{"type":43,"tag":212,"props":265,"children":266},{},[267],{"type":48,"value":268},"Step 1 — Show the user a connect link.",{"type":48,"value":270}," Use the ",{"type":43,"tag":88,"props":272,"children":274},{"className":273},[],[275],{"type":48,"value":276},"connect_url",{"type":48,"value":278}," from the\nerror response:",{"type":43,"tag":280,"props":281,"children":282},"blockquote",{},[283],{"type":43,"tag":51,"props":284,"children":285},{},[286,288,293,295],{"type":48,"value":287},"To connect ",{"type":43,"tag":92,"props":289,"children":290},{},[291],{"type":48,"value":292},"service",{"type":48,"value":294},", open this link:\n",{"type":43,"tag":92,"props":296,"children":297},{},[298],{"type":48,"value":299},"connect_url from the error response",{"type":43,"tag":51,"props":301,"children":302},{},[303,305,310],{"type":48,"value":304},"If there is no ",{"type":43,"tag":88,"props":306,"children":308},{"className":307},[],[309],{"type":48,"value":276},{"type":48,"value":311}," in the error, tell the user to open the\nOneCLI dashboard and connect the service there.",{"type":43,"tag":51,"props":313,"children":314},{},[315,320],{"type":43,"tag":212,"props":316,"children":317},{},[318],{"type":48,"value":319},"Step 2 — Retry after the user connects.",{"type":48,"value":321}," Let the user know you will\nretry once they have connected. When they confirm, retry the original\nrequest. If the retry still fails, ask if they need help with the setup.",{"type":43,"tag":57,"props":323,"children":325},{"id":324},"rules",[326],{"type":48,"value":327},"Rules",{"type":43,"tag":329,"props":330,"children":331},"ul",{},[332,343,352,361,370],{"type":43,"tag":333,"props":334,"children":335},"li",{},[336,341],{"type":43,"tag":212,"props":337,"children":338},{},[339],{"type":48,"value":340},"Never",{"type":48,"value":342}," say \"I don't have access to X\" without first making the HTTP\nrequest through the proxy.",{"type":43,"tag":333,"props":344,"children":345},{},[346,350],{"type":43,"tag":212,"props":347,"children":348},{},[349],{"type":48,"value":340},{"type":48,"value":351}," use browser extensions, gcloud, or manual auth flows. The\ngateway handles credentials for you.",{"type":43,"tag":333,"props":353,"children":354},{},[355,359],{"type":43,"tag":212,"props":356,"children":357},{},[358],{"type":48,"value":340},{"type":48,"value":360}," ask the user for API keys or tokens directly. Direct them to\nconnect the service in the OneCLI dashboard.",{"type":43,"tag":333,"props":362,"children":363},{},[364,368],{"type":43,"tag":212,"props":365,"children":366},{},[367],{"type":48,"value":340},{"type":48,"value":369}," suggest the user open Gmail\u002FCalendar\u002FGitHub in their browser\nwhen they ask you to read or interact with those services. You have API\naccess. Use it.",{"type":43,"tag":333,"props":371,"children":372},{},[373],{"type":48,"value":374},"If the gateway returns a policy error (403 with a JSON body), respect\nthe block. Do not retry or circumvent it.",{"type":43,"tag":376,"props":377,"children":378},"style",{},[379],{"type":48,"value":380},"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":382,"total":575},[383,405,426,447,460,477,488,501,516,531,550,563],{"slug":384,"name":384,"fn":385,"description":386,"org":387,"tags":388,"stars":402,"repoUrl":403,"updatedAt":404},"rushstack-best-practices","manage Rush monorepos with best practices","Provides best practices and guidance for working with Rush monorepos. Use when the user is working in a Rush-based repository, asks about Rush commands (install, update, build, rebuild), needs help with project selection, dependency management, build caching, subspace configuration, or troubleshooting Rush-specific issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[389,392,395,396,399],{"name":390,"slug":391,"type":15},"Engineering","engineering",{"name":393,"slug":394,"type":15},"Local Development","local-development",{"name":9,"slug":8,"type":15},{"name":397,"slug":398,"type":15},"Project Management","project-management",{"name":400,"slug":401,"type":15},"Rush","rush",6484,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Frushstack","2026-04-06T18:34:44.965032",{"slug":406,"name":406,"fn":407,"description":408,"org":409,"tags":410,"stars":423,"repoUrl":424,"updatedAt":425},"azure-ai-agents-persistent-dotnet","build AI agents with Azure .NET SDK","Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: \"PersistentAgentsClient\", \"persistent agents\", \"agent threads\", \"agent runs\", \"streaming agents\", \"function calling agents .NET\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[411,414,417,420],{"name":412,"slug":413,"type":15},".NET","net",{"name":415,"slug":416,"type":15},"Agents","agents",{"name":418,"slug":419,"type":15},"Azure","azure",{"name":421,"slug":422,"type":15},"LLM","llm",2804,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills","2026-07-03T16:32:10.297433",{"slug":427,"name":427,"fn":428,"description":429,"org":430,"tags":431,"stars":423,"repoUrl":424,"updatedAt":446},"azure-ai-anomalydetector-java","build anomaly detection applications with Java","Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate\u002Fmultivariate anomaly detection, time-series analysis, or AI-powered monitoring.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[432,435,436,439,442,443],{"name":433,"slug":434,"type":15},"Analytics","analytics",{"name":418,"slug":419,"type":15},{"name":437,"slug":438,"type":15},"Data Analysis","data-analysis",{"name":440,"slug":441,"type":15},"Java","java",{"name":9,"slug":8,"type":15},{"name":444,"slug":445,"type":15},"Monitoring","monitoring","2026-05-13T06:14:16.261754",{"slug":448,"name":448,"fn":449,"description":450,"org":451,"tags":452,"stars":423,"repoUrl":424,"updatedAt":459},"azure-ai-contentsafety-java","build content moderation applications with Azure AI","Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text\u002Fimage analysis, blocklist management, or harm detection for hate, violence, sexual content, and self-harm.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[453,456,457,458],{"name":454,"slug":455,"type":15},"AI Infrastructure","ai-infrastructure",{"name":418,"slug":419,"type":15},{"name":440,"slug":441,"type":15},{"name":13,"slug":14,"type":15},"2026-07-07T06:53:31.293235",{"slug":461,"name":461,"fn":462,"description":463,"org":464,"tags":465,"stars":423,"repoUrl":424,"updatedAt":476},"azure-ai-contentsafety-py","detect harmful content with Azure AI Content Safety","Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.\nTriggers: \"azure-ai-contentsafety\", \"ContentSafetyClient\", \"content moderation\", \"harmful content\", \"text analysis\", \"image analysis\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[466,467,470,471,472,475],{"name":418,"slug":419,"type":15},{"name":468,"slug":469,"type":15},"Compliance","compliance",{"name":421,"slug":422,"type":15},{"name":9,"slug":8,"type":15},{"name":473,"slug":474,"type":15},"Python","python",{"name":13,"slug":14,"type":15},"2026-07-18T05:14:23.017504",{"slug":478,"name":478,"fn":479,"description":480,"org":481,"tags":482,"stars":423,"repoUrl":424,"updatedAt":487},"azure-ai-language-conversations-py","implement conversational language understanding with Python","Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[483,484,485,486],{"name":433,"slug":434,"type":15},{"name":418,"slug":419,"type":15},{"name":421,"slug":422,"type":15},{"name":473,"slug":474,"type":15},"2026-07-31T05:54:29.068751",{"slug":489,"name":489,"fn":490,"description":491,"org":492,"tags":493,"stars":423,"repoUrl":424,"updatedAt":500},"azure-ai-translation-text-py","translate text using Azure AI services","Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.\nTriggers: \"text translation\", \"translator\", \"translate text\", \"transliterate\", \"TextTranslationClient\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[494,497,498,499],{"name":495,"slug":496,"type":15},"API Development","api-development",{"name":418,"slug":419,"type":15},{"name":9,"slug":8,"type":15},{"name":473,"slug":474,"type":15},"2026-07-18T05:14:16.988376",{"slug":502,"name":502,"fn":503,"description":504,"org":505,"tags":506,"stars":423,"repoUrl":424,"updatedAt":515},"azure-ai-vision-imageanalysis-py","analyze images with Azure AI Vision","Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.\nTriggers: \"image analysis\", \"computer vision\", \"OCR\", \"object detection\", \"ImageAnalysisClient\", \"image caption\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[507,508,511,514],{"name":418,"slug":419,"type":15},{"name":509,"slug":510,"type":15},"Computer Vision","computer-vision",{"name":512,"slug":513,"type":15},"Images","images",{"name":473,"slug":474,"type":15},"2026-07-18T05:14:18.007737",{"slug":517,"name":517,"fn":518,"description":519,"org":520,"tags":521,"stars":423,"repoUrl":424,"updatedAt":530},"azure-appconfiguration-java","manage configuration with Azure App Configuration","Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots.\nTriggers: \"ConfigurationClient java\", \"app configuration java\", \"feature flag java\", \"configuration setting java\", \"azure config java\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[522,523,526,529],{"name":418,"slug":419,"type":15},{"name":524,"slug":525,"type":15},"Configuration","configuration",{"name":527,"slug":528,"type":15},"Feature Flags","feature-flags",{"name":440,"slug":441,"type":15},"2026-07-03T16:32:01.278468",{"slug":532,"name":532,"fn":533,"description":534,"org":535,"tags":536,"stars":423,"repoUrl":424,"updatedAt":549},"azure-cosmos-rust","build applications with Azure Cosmos DB","Azure Cosmos DB library for Rust (NoSQL API). Document CRUD, containers, and globally distributed data.\nTriggers: \"cosmos db rust\", \"CosmosClient rust\", \"document crud rust\", \"NoSQL rust\", \"partition key rust\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[537,540,543,546],{"name":538,"slug":539,"type":15},"Cosmos DB","cosmos-db",{"name":541,"slug":542,"type":15},"Database","database",{"name":544,"slug":545,"type":15},"NoSQL","nosql",{"name":547,"slug":548,"type":15},"Rust","rust","2026-07-31T05:54:27.021432",{"slug":551,"name":551,"fn":533,"description":552,"org":553,"tags":554,"stars":423,"repoUrl":424,"updatedAt":562},"azure-cosmos-ts","Azure Cosmos DB JavaScript\u002FTypeScript SDK (@azure\u002Fcosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: \"Cosmos DB\", \"@azure\u002Fcosmos\", \"CosmosClient\", \"document CRUD\", \"NoSQL queries\", \"bulk operations\", \"partition key\", \"container.items\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[555,556,557,558,559],{"name":538,"slug":539,"type":15},{"name":541,"slug":542,"type":15},{"name":9,"slug":8,"type":15},{"name":544,"slug":545,"type":15},{"name":560,"slug":561,"type":15},"TypeScript","typescript","2026-07-03T16:31:19.368382",{"slug":564,"name":564,"fn":565,"description":566,"org":567,"tags":568,"stars":423,"repoUrl":424,"updatedAt":574},"azure-data-tables-java","build table storage applications with Java","Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[569,570,571,572,573],{"name":418,"slug":419,"type":15},{"name":538,"slug":539,"type":15},{"name":541,"slug":542,"type":15},{"name":440,"slug":441,"type":15},{"name":544,"slug":545,"type":15},"2026-05-13T06:14:17.582229",267,{"items":577,"total":95},[578],{"slug":4,"name":4,"fn":5,"description":6,"org":579,"tags":580,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[581,582,583,584],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15}]