# Query Toutiao Content Data

Toutiao research often requires separate lookups for articles, videos, users, and comments. This skill routes those requests through MaxHub and returns concise bilingual results.

## Install

```bash
npx skillstore add xiewxx/maxhub-toutiao
```

## Metadata

- Status: approved
- Slug: xiewxx-maxhub-toutiao
- Version: 3.2.0
- Author version: 3.2.0
- Skillstore revision: r1
- Version status: valid
- Tree hash: 788a6b3df5cb7ebaab3806eb85db4d332b82c0ca8f2140e8ad55b123db75d56c
- Author: XieWxx
- GitHub username: XieWxx
- License: MIT-0
- Repository: https://github.com/XieWxx/maxhub-api-skills/tree/main/maxhub-toutiao
- Ref: 64ca8af0f54a325752f08bd54e52151061ea659a
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: network, env\_access, external\_commands
- Quality score: 81
- Quality tier: silver
- Public page: https://skillstore.pages.dev/skills/xiewxx-maxhub-toutiao
- Manifest: https://skillstore.pages.dev/api/skills/xiewxx-maxhub-toutiao/manifest

## Capabilities

- Fetch Toutiao article details by group\_id or aweme\_id.
- Fetch Toutiao video details by group\_id or aweme\_id.
- Retrieve comments with offset-based pagination.
- Resolve a user ID from a Toutiao profile URL.
- Fetch user information by user ID.
- Format responses in Chinese or English with readable numbers.

## Use Cases

- Monitor Article Performance: Collect article details and comments to track audience response for selected Toutiao posts.
- Review Creator Profiles: Resolve profile links to user IDs and retrieve profile information for creator research.
- Compare Video Posts: Fetch video details for multiple posts and summarize differences in engagement signals.

## Prompt Templates

### Look Up One Article

```
Get details for Toutiao article group_id 7450114952884503059 and summarize the key fields.
```

### Fetch Comments

```
Fetch the first page of comments for Toutiao post 7453372680222523931 and summarize common themes.
```

### Research A Creator

```
Use this Toutiao profile URL to find the user ID, then fetch user information and summarize the profile.
```

### Compare Two Videos

```
Compare Toutiao videos 7431543350882206242 and another video ID, then report major differences and caveats.
```

## Limitations

- Requires a MaxHub account and MAXHUB\_API\_KEY.
- Depends on MaxHub and Toutiao API availability.
- Covers the documented content and user endpoints only.
- Third-party data may be incomplete, delayed, or restricted.

## Best Practices

- Provide exact group\_id, aweme\_id, user\_id, or profile URL values.
- Ask for one lookup first before requesting broad comparisons.
- Review API limitations before using results for decisions.

## Anti Patterns

- Do not paste API keys into prompts or shared chats.
- Do not assume third-party data is complete or real time.
- Do not request unsupported Toutiao endpoints without verifying coverage.

## Security Audit

- Audited at: 2026-07-08T12:54:21.547\+00:00
- Summary: Most high static findings are false positives caused by placeholder API key documentation, endpoint identifiers, Markdown backticks, and Chinese README text. The skill has real low-risk outbound network access to the declared MaxHub API and one medium-risk curl usage pattern that needs parameter encoding and credential care.

## Stats

- Views: 52
- Downloads: 29
- Favorites: 2
- Popularity score: 0
