一键导入
posting
Use this skill when the user wants to make HTTP requests, test APIs, or manage API collections from a terminal TUI.
菜单
Use this skill when the user wants to make HTTP requests, test APIs, or manage API collections from a terminal TUI.
Use this skill when the user wants to generate a CLI tool from an API, browse the catalog of pre-built CLIs, or score an existing CLI for agent-readiness.
Use this skill when the user wants to view, search, or export .docx Word files from the terminal without Microsoft Office.
Use this skill when the user wants to analyze a TypeScript/JavaScript codebase for dead code, duplication, complexity hotspots, or run quality gates for PRs.
Use this skill when the user wants to interact with Google Workspace services (Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, etc.) from the command line. Supports structured JSON output, dry-run previews, and headless CI authentication.
Use this skill when the user needs to discover, browse, or learn about OpenClaw agent capabilities. Provides access to 4,957 curated skills across 30 categories via a remote GitHub repository.
Use this skill when the user needs to view login history, track user sessions, or review system reboots and shutdowns.
| name | posting |
| description | Use this skill when the user wants to make HTTP requests, test APIs, or manage API collections from a terminal TUI. |
posting — TUI HTTP client for exploring and testing APIs from the terminal. A keyboard-driven interface with request collections, environment variables, and syntax-highlighted responses.
posting ui open — Open the posting TUI interfaceposting _ _ — Passthrough to posting CLIpipx install posting
Or via pip:
pip install posting
Requires Python 3.11+.
# Open posting TUI
posting ui open
# Open with a specific collection
posting ui open --collection ./my-api-collection
# Load environment variables
posting ui open --env .env.local
# Open with collection and env
posting ui open --collection ./apis --env production.env
# Any posting command with passthrough
posting _ _ --help
posting _ _ --version
.yaml file inside the collection directory