← 返回
未分类 Key 中文

Daum Toy Search

High-performance, multi-source Korean search API aggregating Daum/Kakao News, Encyclopedia, and Web results in a Perplexity-compatible format.
高性能多源韩语搜索API,聚合Daum/Kakao新闻、百科和网页结果,兼容Perplexity格式。
hunkim
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 195
下载
💾 0
安装
1
版本
#latest

概述

Daum Toy Search

The daum-toy-search skill enables high-performance, multi-source Korean web search powered by the Daum/Kakao index. It is fully compatible with the Perplexity Search API format and includes intelligent 3x Jaccard reranking by default.

Search

node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 5
node {baseDir}/scripts/search.mjs "query" --sources news,web

Options

  • -n : Target number of results (default: 10, max: 50).
  • --sources : Comma-separated list of sources to include (news, dic, web). Default is all three.
  • --no-reranking: Disable Jaccard keyword overlap reranker.

Setup

openclaw config set skills.entries.daum-toy-search.apiKey "your-api-key"

Notes:

  • Requires DAUM_TOY_SEARCH_API_KEY from your environment.
  • Sub-400ms average latency powered by Go concurrency.
  • Intelligent reranking automatically fetches 3x results and uses keyword overlap scoring.
  • Returns clean, fully structured JSON hits ready for AI agents.

You can use curl to query the API from your OpenClaw agents:

curl -s -X POST "https://daum-perplexity-search-adapter.toy.x.upstage.ai/search" \
     -H "Authorization: Bearer $DAUM_TOY_SEARCH_API_KEY" \
     -H "Content-Type: application/json" \
     -d '{
       "query": "인공지능 트렌드",
       "max_results": 5,
       "search_sources": ["news", "dic", "web"],
       "reranking": "on"
     }'

The response is a JSON object containing a results array with the search hits.

Output Format

The search.mjs script outputs concise, formatted Markdown suitable for direct ingestion by AI agents:

## Search Results for "인공지능 트렌드"

### 1. [업스테이지, '솔라' 한국형 LLM 성능 입증](https://news.daum.net/...)
**Source:** news | **Date:** 2026-03-09
업스테이지의 솔라 모델이 벤치마크 테스트에서...

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 04:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,210 📥 266,148
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,869
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,790