Overview
- Skill Key
- dngpng/apix
- Author
- dngpng
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dngpng/apix
- Latest Commit SHA
- 8df5cb2f263dbe1f07928ff3deee9e7410adc761
Use `apix` to search, browse, and execute API endpoints from local markdown vaults. Use this skill to discover REST API endpoints, inspect request/response schemas, and make HTTP calls directly from the terminal without leaving your environment.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 apix 技能。 若已安装,则直接安装 apix 技能。
# apix — API Explorer for Agents
`apix` is a CLI tool for importing, browsing, searching, and calling API endpoint documents stored as local markdown vaults.
## Prerequisites & Installation
Before using `apix`, verify if it is installed:
```bash
apix --version
```
If it is not installed, install it using Homebrew (macOS/Linux):
```bash
brew tap apix-sh/tap
brew install apix
```
Or via the curl installer:
```bash
curl -fsSL https://apix.sh/install | sh
```
## Agent Workflow Guidelines
When an API task is requested, follow this general workflow:
1. **Discover**: Find the relevant endpoint route.
```bash
apix search "create pet"
# Or list available APIs: apix ls
```
2. **Inspect**: Check the endpoint parameters and schema concisely to save your context window.
```bash
apix peek petstore/v1/pets/{petId}/GET
```
_Note: Only use `apix show <route>` if you need the full, detailed documentation, as it can be long._
3. **Execute**: Make the HTTP call using the route you found.
```bash
apix call demo/v1/items/{id}/POST -p id=item_123 -d '{"name":"item"}'
```
## Core Commands
### Search & Discovery
- **Search across all indexed APIs**: `apix search <query>`
- **List namespaces**: `apix ls`
- **List endpoints in a namespace**: `apix ls <namespace>/<version>` (e.g., `apix ls petstore/v1`)
- **Full-text search within a namespace**: `apix grep <namespace> <query>`
### Inspecting Endpoints
Routes follow the format: `<namespace>/<version>/<path segments>/<METHOD>` (e.g., `petstore/v1/pets/GET`).
- **Peek (Recommended for Agents)**: `apix peek <route>` — Outputs the YAML frontmatter and condensed required input fields.
- **Show**: `apix show <route>` — Outputs the full markdown documentation for the route or type.
### Executing HTTP Calls
`apix call` automatically resolves the URL, method, and auth requirements from the route's markdown frontmatter.
- **Basic call with a literal path segment**:
```bash
apix call demo/v1/i...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.