Agent skill · Backend & API

open-responses-agent-dev

Build autonomous agents using Open Responses API via HuggingFace Inference Providers. Single unified endpoint with multi-provider routing via model suffixes. Use the OpenAI SDK with custom base_url for seamless development.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill open-responses-agent-dev-othmanadi-open-responses-agent-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/agent/open-responses-agent-dev-othmanadi-open-responses-agent-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Open Responses Agent Development Build autonomous agents with the **Open Responses API** - the open-source standard for multi-provider, agentic LLM interfaces via HuggingFace Inference Providers. ## When to Use This Skill Activate this skill when: - Building autonomous agents (not chatbots) - Need multi-step workflows in a single request - Want multi-provider routing with a single endpoint - Need reasoning visibility (see agent thinking) - Building sub-agent loops with tools - Want to use the OpenAI SDK with open-source models ## Key Concept: Single Unified Endpoint **IMPORTANT:** Open Responses uses ONE unified endpoint with provider routing via model suffixes. ``` Endpoint: https://router.huggingface.co/v1 Model format: model-id:provider (e.g., moonshotai/Kimi-K2-Instruct-0905:groq) ``` Providers are specified as **suffixes** on the model name: - `:groq` - Groq inference - `:together` - Together AI - `:nebius` - Nebius AI - `:auto` - Automatic provider selection - (no suffix) - Default provider --- ## Core Concepts ### 1. The Responses Endpoint ``` POST https://router.huggingface.co/v1/responses Authorization: Bearer $HF_TOKEN Content-Type: application/json ``` **Request Struct

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Key Concept: Single Unified Endpoint
  3. Core Concepts
  4. 1. The Responses Endpoint
  5. 2. Sub-Agent Loops
  6. 3. Reasoning Visibility
  7. 4. Semantic Streaming
  8. Language Selection
  9. TypeScript Implementation
  10. Setup
  11. Basic Agent (Using OpenAI SDK)
  12. Sub-Agent Loop with Tools
  13. Streaming (TypeScript)
  14. Structured Outputs
Ships with 1 file
  • metadata.json
Commands it runs
npm init -y
npm install openai
pip install openai
More from claude-skill-registry
All skills →
About this skill
What does the open-responses-agent-dev skill do?

Build autonomous agents using Open Responses API via HuggingFace Inference Providers. Single unified endpoint with multi-provider routing via model suffixes. Use the OpenAI SDK with custom base_url for seamless development.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill open-responses-agent-dev-othmanadi-open-responses-agent-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going