maxhub-toutiao
AIを使ってToutiaoニュースデータを照会する
ニュースアナリストや研究者は、中国最大のニュースプラットフォームであるToutiaoから記事、動画、ユーザーデータを手動で収集するのに何時間も費やしています。このスキルを使えば、MaxHub APIを利用して、シンプルな自然言語プロンプトですべてのToutiaoデータエンドポイントを照会できます。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「maxhub-toutiao」を使用しています。 Get article info for group_id 7450114952884503059
期待される結果:
Here is the article information: The article was published on Toutiao and received 45,230 reads with 1,234 comments. The content focuses on technology trends. Reader sentiment is mostly positive based on comment analysis.
「maxhub-toutiao」を使用しています。 Get user info for user_id 1352838578180211 and their recent articles
期待される結果:
User profile summary: This user has 12,500 followers and has published 89 articles on Toutiao. Their most recent article received 23,400 reads. The user mainly covers entertainment and lifestyle content.
「maxhub-toutiao」を使用しています。 Get comments for article 7450114952884503059
期待される結果:
Found 45 comments on this article. The top comment has 2,100 likes. Reader sentiment is mostly positive. Key discussion topics include pricing, features, and usability.
セキュリティ監査
安全All 121 static analysis findings were evaluated and dismissed as false positives. The skill contains no executable code - all files are markdown documentation and JSON metadata. The 53 external_commands findings are curl command examples inside markdown code blocks, not executable code. The 14 weak cryptographic algorithm findings are API response format strings (e.g., {code, message, data}) and example tokens in documentation. The 9 system reconnaissance findings are parameter description tables. The high entropy finding is a false positive from Chinese text. The critical dangerous combination finding is an aggregation of the above false positives. The skill is a legitimate read-only API documentation reference that requires a MAXHUB_API_KEY environment variable to query Toutiao data endpoints.
リスク要因
🌐 ネットワークアクセス (25)
品質スコア
作れるもの
ジャーナリストのためのコンテンツ調査
ジャーナリストは、事実確認、背景データの収集、Toutiao上のトレンドトピックの追跡を迅速に行うために、記事や動画の詳細を調べることができます。
マーケター向けソーシャルメディア分析
マーケティングの専門家は、ユーザーエンゲージメント指標の分析、コメントの閲覧、動画パフォーマンスの調査を通じて、Toutiao上のコンテンツ戦略を最適化します。
プロダクトチーム向け競合情報収集
プロダクトマネージャーは、Toutiao上の人気コンテンツやユーザーの議論を追跡し、市場トレンドを把握し、プロダクトの意思決定に役立てます。
これらのプロンプトを試す
Get the article info for group_id 7450114952884503059
Find the user_id from this profile page URL, then get their user info: https://www.toutiao.com/c/user/token/MS4wLjABAAAAexample/
Get the article info for group_id 7450114952884503059 and fetch the first 20 comments for the same article
Compare article 7450114952884503059 and video 7431543350882206242. Show their titles, engagement stats, and highlight key differences
ベストプラクティス
- 認証エラーを避けるため、クエリを実行する前にMAXHUB_API_KEY環境変数が設定されていることを確認してください。
- より深い分析のために、関連するクエリを1つの会話で連鎖させてください。例えば、記事の詳細とコメントを順番に取得します。
- 識別子を推測するのではなく、ToutiaoのURLから特定のgroup_idまたはuser_idの値を使用して、正確な結果を得てください。
回避
- APIキーの値をプロンプトや出力で公開したり、他人と共有したりしないでください。常に設定された環境変数を参照してください。
- 一部のAPIレスポンスにキャッシュされた結果が含まれる可能性があるため、cache_urlフィールドを確認せずにデータがリアルタイムであると仮定しないでください。
- APIはキーワード検索をサポートしていないため、明確なgroup_idやuser_idなしにクエリを実行しないでください。そうするとエラーが返されます。