← 返回 Skills 市场
Toutiao API
作者
justoneapi
· GitHub ↗
· v1.0.7
· MIT-0
175
总下载
0
收藏
1
当前安装
8
版本数
在 OpenClaw 中安装
/install justoneapi-toutiao
功能描述
Analyze Toutiao workflows with JustOneAPI, including article Details, user Profile, and app Keyword Search across 4 operations.
使用说明 (SKILL.md)
Toutiao
This skill wraps 4 Toutiao operations exposed by JustOneAPI. It is strongest for article Details, user Profile, app Keyword Search, and web Keyword Search. Expect common inputs such as keyword, id, page, searchId, userId.
When To Use It
- The user needs article Details or user Profile on Toutiao.
- The task lines up with app Keyword Search rather than a generic cross-platform workflow.
- The user can provide identifiers or filters such as
keyword,id,page,searchId. - The user wants an exact API-backed answer instead of a freeform summary.
Representative Operations
getToutiaoArticleDetailV1: Article Details — Get Toutiao article Details data, including article ID, title, and author information, for content performance analysis and media monitoring and verifying article authenticity and metadata retrievalgetToutiaoUserDetailV1: User Profile — Get Toutiao user Profile data, including user ID, nickname, and avatar, for influencer profiling and audience analysis and monitoring creator performance and growthsearchToutiaoV1: App Keyword Search — Get Toutiao app Keyword Search data, including matching articles, videos, and authors, for topic discovery and monitoringsearchV2: Web Keyword Search — Get Toutiao web Keyword Search data, including this is the PC version of the search API. Note that it currently only supports retrieving the first page of results, for first-page discovery of articles, videos, and authors for trend research and monitoring
Request Pattern
- 4 operations are available in this skill.
- HTTP methods used here:
GET. - The most common non-token parameters are
keyword,id,page,searchId,userId. - All operations in this skill are parameter-driven requests; none require a request body.
How To Work
- Read
generated/operations.mdbefore choosing an endpoint. - Start with one of these operations when it matches the user's request:
getToutiaoArticleDetailV1,getToutiaoUserDetailV1,searchToutiaoV1,searchV2. - Pick the smallest matching operation instead of guessing.
- Ask the user for any missing required parameter. Do not invent values.
- Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'
Environment
- Required:
JUST_ONE_API_TOKEN - This skill uses
JUST_ONE_API_TOKENonly for authenticated Just One API requests. - Keep
JUST_ONE_API_TOKENprivate. Do not paste it into chat messages, screenshots, or logs. - Get a token from Just One API Dashboard.
- Authentication details: Just One API Usage Guide.
Output Rules
- Start with a plain-language answer tied to the Toutiao task the user asked for.
- Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
- When using
getToutiaoArticleDetailV1, explain why the returned fields answer the user's question. - If the user gave filters such as
keyword,id,page, echo those back so the scope is explicit. - If the backend errors, include the backend payload and the exact operation ID.
安全使用建议
This skill is a small Node-based wrapper that sends your JUST_ONE_API_TOKEN to api.justoneapi.com for four GET endpoints. Before installing: confirm you trust JustOneAPI and that the token you provide has only the minimum privileges you need. Keep the token secret (do not paste it in chat). Note the CLI passes the token as a query parameter (which can be recorded by proxies/logs); if that matters for your environment, prefer tokens with limited scope or consult the provider. The skill can be invoked by the agent (normal), so if you want to avoid autonomous calls, disable or restrict use of third‑party skills in your agent settings.
功能分析
Type: OpenClaw Skill
Name: justoneapi-toutiao
Version: 1.0.7
The skill is a standard API wrapper for the JustOneAPI service, providing access to Toutiao article details, user profiles, and search functionality. The execution script `bin/run.mjs` is a clean implementation that uses the built-in Node.js fetch API to communicate with `api.justoneapi.com`. There are no signs of data exfiltration, malicious code execution, or prompt injection; the instructions in `SKILL.md` correctly guide the agent on how to use the API safely while protecting the user's API token.
能力评估
Purpose & Capability
Name/description describe Toutiao queries. The skill requires node and a single API token (JUST_ONE_API_TOKEN) which is consistent with a small wrapper that issues authenticated HTTP GET requests to api.justoneapi.com.
Instruction Scope
SKILL.md tells the agent to select one of four parameter-driven GET operations, ask the user for any missing parameters, and run the local node helper with the token. The instructions do not request unrelated files, other env vars, or exfiltrate data to unexpected endpoints.
Install Mechanism
There is no install spec; the shipped code is a small node CLI (bin/run.mjs). No downloads from external or untrusted URLs or extraction steps are present.
Credentials
Only JUST_ONE_API_TOKEN is required and declared as the primary credential. The token is used only to call JustOneAPI endpoints per manifest and SKILL.md; no unrelated credential or high-privilege env variables are requested.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request persistent system-wide configuration or modification of other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install justoneapi-toutiao - 安装完成后,直接呼叫该 Skill 的名称或使用
/justoneapi-toutiao触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.7
- Updated operation IDs to include "Toutiao" prefix for improved clarity (e.g., getToutiaoArticleDetailV1).
- Adjusted documentation and examples to use the new operation IDs.
- No changes to API behavior or endpoints—naming only.
v1.0.6
- Updated authentication documentation links in the Environment section to use referral URLs.
- No changes to skill functionality or operation logic.
v1.0.5
- Updated the Just One API Dashboard link to include tracking parameters for referrals from this skill.
- No changes to functionality or API usage; documentation improved for clarity and proper token registration links.
v1.0.4
- Updated SKILL.md to clarify that JUST_ONE_API_TOKEN is only used for authenticated Just One API requests.
- No changes to functionality or API operations—documentation update only.
v1.0.3
- Added a privacy instruction: Keep the `JUST_ONE_API_TOKEN` private and do not paste it into chat messages, screenshots, or logs.
- No changes to functionality, operations, or parameters.
v1.0.2
- Added guidance on obtaining the required JUST_ONE_API_TOKEN from the Just One API Dashboard.
- Linked to the Just One API Usage Guide for authentication details.
- No changes to operations or API usage. Documentation improvement only.
v1.0.1
rename
v1.0.0
- Initial release of the Toutiao API skill, powered by JustOneAPI.
- Supports 4 key operations: article details, user profile, app keyword search, and web keyword search.
- Parameter-driven design with required inputs such as `keyword`, `id`, `page`, and user-specific identifiers.
- Provides clear usage guidelines and output rules for accurate, API-backed responses.
- Requires a JUST_ONE_API_TOKEN environment variable for operation.
元数据
常见问题
Toutiao API 是什么?
Analyze Toutiao workflows with JustOneAPI, including article Details, user Profile, and app Keyword Search across 4 operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。
如何安装 Toutiao API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-toutiao」即可一键安装,无需额外配置。
Toutiao API 是免费的吗?
是的,Toutiao API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Toutiao API 支持哪些平台?
Toutiao API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Toutiao API?
由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.7。
推荐 Skills