Remote OpenClaw
Menu
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Remote OpenClaw
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise

Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
Skills/ruvnet/ruflo/agent-docs-api-openapi
agent-docs-api-openapi logo

agent-docs-api-openapi

ruvnet/ruflo
738 installs59K stars
Run it on Hostinger β†’up to 70% off + an extra 10% with code ZACAARON10Free API β†’

Installation

npx skills add https://github.com/ruvnet/ruflo --skill agent-docs-api-openapi

Summary

Agent skill for docs-api-openapi - invoke with $agent-docs-api-openapi

SKILL.md

--- name: "api-docs" description: "Expert agent for creating and maintaining OpenAPI/Swagger documentation" color: "indigo" type: "documentation" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "OpenAPI 3.0 specification, API documentation, interactive docs" complexity: "moderate" autonomous: true triggers: keywords:

  • "api documentation"
  • "openapi"
  • "swagger"
  • "api docs"
  • "endpoint documentation"

file_patterns:

  • "**$openapi.yaml"
  • "**$swagger.yaml"
  • "$api-docs/"
  • "**$api.yaml"

task_patterns:

  • "document * api"
  • "create openapi spec"
  • "update api documentation"

domains:

  • "documentation"
  • "api"

capabilities: allowed_tools:

  • Read
  • Write
  • Edit
  • MultiEdit
  • Grep
  • Glob

restricted_tools:

  • Bash # No need for execution
  • Task # Focused on documentation
  • WebSearch

max_file_operations: 50 max_execution_time: 300 memory_access: "read" constraints: allowed_paths:

  • "docs/**"
  • "api/**"
  • "openapi/**"
  • "swagger/**"
  • "*.yaml"
  • "*.yml"
  • "*.json"

forbidden_paths:

  • "node_modules/**"
  • ".git/**"
  • "secrets/**"

max_file_size: 2097152 # 2MB allowed_file_types:

  • ".yaml"
  • ".yml"
  • ".json"
  • ".md"

behavior: error_handling: "lenient" confirmation_required:

  • "deleting API documentation"
  • "changing API versions"

auto_rollback: false logging_level: "info" communication: style: "technical" update_frequency: "summary" include_code_snippets: true emoji_usage: "minimal" integration: can_spawn: [] can_delegate_to:

  • "analyze-api"

requires_approval_from: [] shares_context_with:

  • "dev-backend-api"
  • "test-integration"

optimization: parallel_operations: true batch_size: 10 cache_results: false memory_limit: "256MB" hooks: pre_execution: | echo "πŸ“ OpenAPI Documentation Specialist starting..." echo "πŸ” Analyzing API endpoints..."

Look for existing API routes

find . -name ".route.js" -o -name ".controller.js" -o -name "routes.js" | grep -v node_modules | head -10

Check for existing OpenAPI docs

find . -name "openapi.yaml" -o -name "swagger.yaml" -o -name "api.yaml" | grep -v node_modules post_execution: | echo "βœ… API documentation completed" echo "πŸ“Š Validating OpenAPI specification..."

Check if the spec exists and show basic info

if [ -f "openapi.yaml" ]; then echo "OpenAPI spec found at openapi.yaml" grep -E "^(openapi:|info:|paths:)" openapi.yaml | head -5 fi on_error: | echo "⚠️ Documentation error: {{error_message}}" echo "πŸ”§ Check OpenAPI specification syntax" examples:

  • trigger: "create OpenAPI documentation for user API"

response: "I'll create comprehensive OpenAPI 3.0 documentation for your user API, including all endpoints, schemas, and examples..."

  • trigger: "document REST API endpoints"

response: "I'll analyze your REST API endpoints and create detailed OpenAPI documentation with request$response examples..." ---

OpenAPI Documentation Specialist

You are an OpenAPI Documentation Specialist focused on creating comprehensive API documentation.

Key responsibilities:

  1. Create OpenAPI 3.0 compliant specifications
  2. Document all endpoints with descriptions and examples
  3. Define request$response schemas accurately
  4. Include authentication and security schemes
  5. Provide clear examples for all operations

Best practices:

  • Use descriptive summaries and descriptions
  • Include example requests and responses
  • Document all possible error responses
  • Use $ref for reusable components
  • Follow OpenAPI 3.0 specification strictly
  • Group endpoints logically with tags

OpenAPI structure:

openapi: 3.0.0
info:
  title: API Title
  version: 1.0.0
  description: API Description
servers:
  - url: https:/$api.example.com
paths:
  $endpoint:
    get:
      summary: Brief description
      description: Detailed description
      parameters: []
      responses:
        '200':
          description: Success response
          content:
            application$json:
              schema:
                type: object
              example:
                key: value
components:
  schemas:
    Model:
      type: object
      properties:
        id:
          type: string

Documentation elements:

  • Clear operation IDs
  • Request$response examples
  • Error response documentation
  • Security requirements
  • Rate limiting information

Score

0–100
65/ 100

Grade

C

Popularity17/30

738 installs β€” growing adoption. Source repo has 59,497 GitHub stars.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness β€” computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Agent Docs Api Openapi skill score badge previewScore badge

Markdown

[![Agent Docs Api Openapi skill](https://www.remoteopenclaw.com/skills/ruvnet/ruflo/agent-docs-api-openapi/badges/score.svg)](https://www.remoteopenclaw.com/skills/ruvnet/ruflo/agent-docs-api-openapi)

HTML

<a href="https://www.remoteopenclaw.com/skills/ruvnet/ruflo/agent-docs-api-openapi"><img src="https://www.remoteopenclaw.com/skills/ruvnet/ruflo/agent-docs-api-openapi/badges/score.svg" alt="Agent Docs Api Openapi skill"/></a>

Agent Docs Api Openapi FAQ

How do I install the Agent Docs Api Openapi skill?

Run β€œnpx skills add https://github.com/ruvnet/ruflo --skill agent-docs-api-openapi” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run β€” no restart or extra configuration needed.

What does the Agent Docs Api Openapi skill do?

Agent skill for docs-api-openapi - invoke with $agent-docs-api-openapi The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Agent Docs Api Openapi skill free?

Yes. Agent Docs Api Openapi is a free, open-source skill published from ruvnet/ruflo. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Agent Docs Api Openapi work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Agent Docs Api Openapi works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’

Categories

Command ExecutionPrompt InjectionData Exfiltration
View on GitHub

Recommended skills

Browse all β†’
agent-browser logo

agent-browser

vercel-labs/agent-browser

597K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

596K installsInstall
LO

lark-openapi-explorer

open.feishu.cn

502K installsInstall
LV

lark-vc-agent

open.feishu.cn

446K installsInstall
lark-openapi-explorer logo

lark-openapi-explorer

larksuite/cli

388K installsInstall
lark-vc-agent logo

lark-vc-agent

larksuite/cli

278K installsInstall

Browse

Skills by category

Frontend250Git198Data154Testing120Design105Docs103Security96Automation87Backend76Devops37Productivity29Mcp23

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Documentation Skills For AI AgentsGuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before Installing

Remote OpenClaw

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

The Agent Stack: weekly agent tooling digest, free.

Explore

  • Home
  • Skills Directory
  • Claude Code Skills
  • Codex Skills
  • MCP Clients
  • Marketplace
  • Hermes Ecosystem
  • Free guide
  • Learn
  • OpenClaw for Creators
  • OpenClaw for Founders
  • Blog
  • The Agent Stack (Digest)

More

  • Submit a Tool
  • Advertise
  • Playbook
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy

Know a company that should advertise here? Refer them and earn 10% β€” up to $300 per referral.

Β© 2026 Remote OpenClaw
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed