Skip to content

SKILL.md documents Weibo and Douyin channels that don't exist in code #429

Description

@Chiyuchen-web

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:

  1. Implement Weibo and Douyin channels as documented, or
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions