Bundle
xby-qanon
一个提供QAnon帖子数据集访问的MCP服务器,用于人类学和社会学研究,支持搜索、过滤和分析功能。
- Source
- xby-skill
- License
- MIT
- Updated
- Updated 2 days ago
Readme
# xby-qanon
DeepSeek Harness (DSH) 的插件:QAnon帖子分析服务
一个提供QAnon帖子数据集访问的MCP服务器,用于人类学和社会学研究,支持搜索、过滤和分析功能。
## 功能
- **set_xby_apikey** — 在聊天中设置 API 密钥(自动持久化,重启有效)
- **get_post_by_id_tool** —
Retrieve a specific post by its ID.
Args:
post_id: The ID of the post to retrieve
- **search_posts** —
Search for posts/drops containing a specific keyword or phrase.
Args:
query: The keyword or phrase to search for
limit: Maximum number of results to return (default: 10)
- **get_posts_by_date** —
Get posts/drops within a specific date range.
Args:
start_date: Start date in YYYY-MM-DD format
end_date: End date in YYYY-MM-DD format (defaults to start_date if not provided)
limit: Maximum number of results to return (default: 10)
- **get_posts_by_author_id** —
Get posts/drops by a specific author ID.
Args:
author_id: The author ID to search for
limit: Maximum number of results to return (default: 10)
- **analyze_post** —
Get detailed analysis of a specific post/drop including references and context.
Args:
post_id: The ID of the post to analyze
- **get_timeline_summary** —
Get a timeline summary of posts/drops, optionally within a date range.
Args:
start_date: Optional start date in YYYY-MM-DD format
end_date: Optional end date in YYYY-MM-DD format
- **word_cloud_by_post_ids** —
Generate a word cloud analysis showing the most common words used in posts within a specified ID range.
Args:
start_id: Starting post ID
end_id: Ending post ID
min_word_length: Minimum length of words to include (default: 3)
max_words: Maximum number of words to return (default: 100)
- **word_cloud_by_date_range** —
Generate a word cloud analysis showing the most common words used in posts within a specified date range.
Args:
start_date: Start date in YYYY-MM-DD format
end_date: End date in YYYY-MM-DD format
min_word_length: Minimum length of words to include (default: 3)
max_words: Maximum number of words to return (default: 100)
## 安装
### 方式一:从 GitHub 直接安装(推荐)
```bash
# 格式: dsh plugin --profile <profile> add github:<owner>/<repo>
dsh plugin --profile web add github:xby_skill/xby-qanon
```
### 方式二:从本地目录安装(开发模式)
```bash
# 仅用于本地开发调试
dsh plugin --profile web add /absolute/path/to/xby-qanon
```
### 方式三:通过 cordis.patch.yml 开发调试
```bash
dsh web --profile web --patch /absolute/path/to/dsh-ocr-plugin/cordis.patch.yml
```
## 配置
### 获取 API 密钥
前往 [小笨羊官网](https://xiaobenyang.com) 注册并获取 API 密钥。
Install
dsh plugin --profile web add github:xby-skill/xby-qanon
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install xby-qanon from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.