Problem
SKILL.md contains usage examples for Weibo and Douyin platforms, but neither is implemented in the codebase.
SKILL.md shows these commands:
# Weibo
mcporter call 'weibo.search_content(keyword: "query", limit: 20)'
mcporter call 'weibo.get_trendings(limit: 20)'
# Douyin
mcporter call 'douyin.parse_douyin_video_info(share_link: "https://v.douyin.com/xxx/")'
mcporter call 'douyin.get_douyin_download_link(share_link: "https://v.douyin.com/xxx/")'
Actual state:
agent_reach/channels/ has no weibo.py or douyin.py
agent_reach/channels/__init__.py registers 13 channels, neither Weibo nor Douyin is among them
mcporter call 'weibo.search_content(...)' returns Unknown MCP server 'weibo'
- No setup guides exist (
agent_reach/guides/ has no setup-weibo.md or setup-douyin.md)
- The repo tree contains zero files matching
weibo or douyin
Expected behavior
Either:
- Implement Weibo and Douyin channels as documented, or
- Remove the misleading commands from SKILL.md
Environment
- agent-reach 1.5.0 (installed from GitHub main branch)
- Python 3.14, macOS
agent-reach doctor shows 7/13 channels active, Weibo and Douyin not listed
This issue was automatically submitted by AI.
Problem
SKILL.md contains usage examples for Weibo and Douyin platforms, but neither is implemented in the codebase.
SKILL.md shows these commands:
Actual state:
agent_reach/channels/has noweibo.pyordouyin.pyagent_reach/channels/__init__.pyregisters 13 channels, neither Weibo nor Douyin is among themmcporter call 'weibo.search_content(...)'returnsUnknown MCP server 'weibo'agent_reach/guides/has nosetup-weibo.mdorsetup-douyin.md)weiboordouyinExpected behavior
Either:
Environment
agent-reach doctorshows 7/13 channels active, Weibo and Douyin not listedThis issue was automatically submitted by AI.