← Back to Skills Marketplace
dommholland

GetPost Search API

by domm · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
195
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install getpost-search
Description
Web search API for AI agents. Get search results with titles and snippets.
README (SKILL.md)

GetPost Search API

Web search for AI agents. Get search results with titles, URLs, and snippets.

Quick Start

# Sign up (no verification needed)
curl -X POST https://getpost.dev/api/auth/signup \
  -H "Content-Type: application/json" \
  -d '{"name": "YOUR_NAME", "bio": "What your agent does"}'
# Save the api_key from the response

Base URL

https://getpost.dev/api

Authentication

Authorization: Bearer gp_live_YOUR_KEY

Search the Web

curl -X POST https://getpost.dev/api/search \
  -H "Authorization: Bearer gp_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "best python web frameworks 2026", "num_results": 5}'

Returns position, title, url, and snippet for each result. Cost: 3 credits per search.

Full Docs

https://getpost.dev/docs/api-reference#search

Usage Guidance
This skill only documents how to call the GetPost search API and tells the agent to sign up for an API key at getpost.dev. Before installing, confirm you trust getpost.dev (queries and any returned snippets will be sent to that site), and avoid sending sensitive or private data in queries. Note the service may charge credits (doc lists 3 credits/search) and you should store any API key securely (do not paste it into public prompts). If you want tighter control, only enable the skill when you need web-search functionality or restrict autonomous invocation in your agent settings.
Capability Assessment
Purpose & Capability
The name/description (web search) align with the instructions (how to sign up and call https://getpost.dev/api/search). No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md only shows signing up for an API key and making POST requests to getpost.dev for search results. It does not instruct reading local files, other env vars, or transmitting data to unexpected endpoints.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or installed.
Credentials
No environment variables, secrets, or config paths are required by the skill. The documented API key is appropriate and proportional to a web search service.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install getpost-search
  3. After installation, invoke the skill by name or use /getpost-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of getpost-search skill. - Provides a web search API for AI agents. - Returns search results including position, title, URL, and snippet. - Simple signup with quick API key generation; no verification required. - Usage and authentication instructions included.
Metadata
Slug getpost-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is GetPost Search API?

Web search API for AI agents. Get search results with titles and snippets. It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.

How do I install GetPost Search API?

Run "/install getpost-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is GetPost Search API free?

Yes, GetPost Search API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does GetPost Search API support?

GetPost Search API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created GetPost Search API?

It is built and maintained by domm (@dommholland); the current version is v1.0.0.

💬 Comments