← 返回 Skills 市场
195
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install getpost-search
功能描述
Web search API for AI agents. Get search results with titles and snippets.
使用说明 (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
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install getpost-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/getpost-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
GetPost Search API 是什么?
Web search API for AI agents. Get search results with titles and snippets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。
如何安装 GetPost Search API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install getpost-search」即可一键安装,无需额外配置。
GetPost Search API 是免费的吗?
是的,GetPost Search API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GetPost Search API 支持哪些平台?
GetPost Search API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GetPost Search API?
由 domm(@dommholland)开发并维护,当前版本 v1.0.0。
推荐 Skills