Dee3526/dsh-plugin-x-profile-reader0

dsh-plugin-x-profile-reader

基于 Apify 的 X (Twitter) 公开个人资料及推文读取工具插件。

AI 分析

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

包名
dsh-plugin-x-profile-reader
版本
0.1.0
许可证
MIT
最近更新
2026年9月4日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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.