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. 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.