Dee3526/dsh-plugin-x-profile-reader ↗★ 0
dsh-plugin-x-profile-reader
X (Twitter) public profile/tweets reader tool backed by Apify, for DeepSeek Harness agent presets.
AI 분석
核心用途是让 Agent 能够获取并分析 X 平台上的公开用户信息和历史推文。适合需要进行社交媒体数据监控或舆情分析的自动化任务。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
Usage
Call the x_profile_read tool:
| input | type | default | notes |
|---|---|---|---|
username | string (required) | — | handle without @, or a profile URL |
lookbackDays | integer | 30 | clamped 1–30 |
maxPosts | integer | 20 | clamped 1–100 |
includeReplies | boolean | false | best-effort (source has no explicit reply flag) |
includeReposts | boolean | false | excludes RT @ posts when false |
Output:
{ ok, user, posts[], meta, dataMissing[], restrictions[] }
user— public profile (id, username, name, avatar, verified, followers, …).posts[]— normalized posts, each withtext,url,publishedAt,type(original/reply/repost), and availablemetrics.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.