{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_hugging_face_skills",
  "slug": "hugging-face-skills",
  "name": "Hugging Face Skills",
  "canonical_url": "https://www.openagent.bot/skills/hugging-face-skills",
  "category": "skills",
  "resource_type": "skill",
  "summary": "Hugging Face Skills is an Apache-licensed repository for packaging reusable agent capabilities around Hugging Face tools, models, and workflows.",
  "capabilities": [
    "agent-skill",
    "workflow",
    "tool-calling",
    "connectors"
  ],
  "constraints": [
    "open-source",
    "self-hosted"
  ],
  "scenarios": [
    "self-hosted-ai",
    "developer-workflow"
  ],
  "deployment_modes": [
    "self_hosted",
    "cloud"
  ],
  "interfaces": [
    "repo",
    "docs"
  ],
  "integrations": [
    "Hugging Face",
    "Python",
    "Agents"
  ],
  "permission_surface": [
    "external services"
  ],
  "risk_level": "low",
  "source_confidence": "medium",
  "recommended_workflows": [
    "Coding agent workflow",
    "Reusable skill workflow"
  ],
  "avoid_when": [
    "Users looking for a finished consumer app",
    "Teams that do not already work with Hugging Face or model-hub workflows"
  ],
  "primary_actions": [
    "Inspect repository",
    "Open Homepage",
    "Clone the skills repository"
  ],
  "evidence_urls": [
    "https://github.com/huggingface/skills",
    "https://huggingface.co"
  ],
  "last_verified_at": "2026-04-19",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/skills/hugging-face-skills.json",
    "markdown_url": "https://www.openagent.bot/skills/hugging-face-skills.md",
    "agent_json_url": "https://www.openagent.bot/skills/hugging-face-skills.agent.json"
  }
}