Dee3526/dsh-plugin-x-profile-reader0

dsh-plugin-x-profile-reader

X (Twitter) public profile/tweets reader tool backed by Apify, for DeepSeek Harness agent presets.

AI 分析

核心用途是让 Agent 能够获取并分析 X 平台上的公开用户信息和历史推文。适合需要进行社交媒体数据监控或舆情分析的自动化任务。

パッケージ
dsh-plugin-x-profile-reader
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/04

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

Usage

Call the x_profile_read tool:

inputtypedefaultnotes
usernamestring (required)handle without @, or a profile URL
lookbackDaysinteger30clamped 1–30
maxPostsinteger20clamped 1–100
includeRepliesbooleanfalsebest-effort (source has no explicit reply flag)
includeRepostsbooleanfalseexcludes RT @ posts when false

Output:

{ ok, user, posts[], meta, dataMissing[], restrictions[] }
  • user — public profile (id, username, name, avatar, verified, followers, …).
  • posts[] — normalized posts, each with text, url, publishedAt, type (original/reply/repost), and available metrics.
  • dataMissing[] / restrictions[] — explicit missing-data and permission/rate-limit notes.

The tool returns factual data only — it does not infer topics or sales intent; that synthesis belongs to the agent/preset layer.