Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

Toutiao Search API

v1.0.0

Call 2 search versions for Toutiao App Keyword Search through JustOneAPI with keyword.

0· 0· 1 versions· 0 current· 0 all-time· Updated 2h ago· MIT-0

Install

openclaw skills install justoneapi-toutiao-search

Toutiao Search

Use 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.

Endpoint Scope

  • Platform key: toutiao
  • Endpoint key: search
  • Platform family: Toutiao
  • Skill slug: justoneapi-toutiao-search
OperationVersionMethodPathOpenAPI summary
searchToutiaoV1v1GET/api/toutiao/search/v1App Keyword Search
searchV2v2GET/api/toutiao/search/v2Web Keyword Search

Inputs

ParameterInRequired byOptional byTypeNotes
keywordqueryalln/astringSearch keyword or query
pagequeryn/asearchToutiaoV1integerPage number for pagination
searchIdqueryn/asearchToutiaoV1stringSearch session ID for consistent pagination (not required for the first page)

Request body: none documented; send parameters through path or query arguments.

Version Choice

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.

Run This Endpoint

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.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example searchToutiaoV1 on /api/toutiao/search/v1.
  • Echo the required lookup scope (keyword) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Toutiao app Keyword Search data, including matching articles, videos, and authors, for topic discovery and monitoring.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.

Version tags

latestvk979x1wnazawh1016gnehzwyhx85wevn

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN