Install
openclaw skills install justoneapi-toutiao-searchCall 2 search versions for Toutiao App Keyword Search through JustOneAPI with keyword.
openclaw skills install justoneapi-toutiao-searchUse this focused JustOneAPI skill for app Keyword Search and web Keyword Search in Toutiao. It targets 2 versioned paths under /api/toutiao/search. Required non-token inputs are keyword. OpenAPI describes it as: Get Toutiao app Keyword Search data, including matching articles, videos, and authors, for topic discovery and monitoring.
toutiaosearchjustoneapi-toutiao-search| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
searchToutiaoV1 | v1 | GET | /api/toutiao/search/v1 | App Keyword Search |
searchV2 | v2 | GET | /api/toutiao/search/v2 | Web Keyword Search |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
keyword | query | all | n/a | string | Search keyword or query |
page | query | n/a | searchToutiaoV1 | integer | Page number for pagination |
searchId | query | n/a | searchToutiaoV1 | string | Search session ID for consistent pagination (not required for the first page) |
Request body: none documented; send parameters through path or query arguments.
This skill groups 2 endpoint versions because their paths share search after removing the trailing version segment.
Choose the version the user requested; if no version was requested, pick the operation whose required inputs match the data the user has.
searchToutiaoV1 (v1): required inputs keyword.searchV2 (v2): required inputs keyword.Supported operation IDs in this skill: searchToutiaoV1, searchV2.
node {baseDir}/bin/run.mjs --operation "searchToutiaoV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"keyword":"<keyword>"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.searchToutiaoV1 on /api/toutiao/search/v1.keyword) before summarizing results.