examples/before-after/api-connector-converted/SKILL.md
Connect to REST APIs, manage authentication, and process responses. Use for API integration tasks.
npx skillsauth add acidicsoil/skill-porter api-connectorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Connect to REST APIs, manage authentication, and process responses. Use for API integration tasks.
This skill requires the following environment variables:
API_BASE_URL: Base URL for API requests (default: https://api.example.com)API_KEY: API authentication key (required)API_TIMEOUT: Request timeout in milliseconds (default: 30000)Set these in your environment or Claude Code configuration.
Connect to REST APIs, manage authentication, and process responses.
Required:
API_KEY: Your API authentication keyOptional:
API_BASE_URL: Base URL (default: https://api.example.com)API_TIMEOUT: Timeout in ms (default: 30000)"Get data from /users endpoint"
"POST this JSON to /api/create"
"Check the API status"
This extension operates in read-only mode:
Only makes HTTP requests to configured API endpoints.
This skill was converted from a Gemini CLI extension using skill-porter
development
A simple example skill for demonstration purposes
development
Formats code files using prettier and eslint. Use when the user wants to format code, fix linting issues, or clean up code style.
tools
Converts Claude Code skills to Gemini CLI extensions and vice versa. Use when the user wants to make a skill cross-platform compatible, port a skill between platforms, or create a universal extension that works on both Claude Code and Gemini CLI.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.