docs: clarify agent-reach has no read/search commands (#59)

- Remove dead '# ── read ──' placeholder comment in cli.py
- Reword SKILL.md to make it explicit that agent-reach is an
  installer/config tool, not a content fetcher
- Addresses confusion from issue #58

Co-authored-by: Panniantong <panniantong@users.noreply.github.com>
This commit is contained in:
Pnant
2026-03-04 14:33:38 +08:00
committed by GitHub
parent 932837ff9a
commit 1a61a2cc81
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -57,7 +57,6 @@ def main():
parser.add_argument("--version", action="version", version=f"Agent Reach v{__version__}") parser.add_argument("--version", action="version", version=f"Agent Reach v{__version__}")
sub = parser.add_subparsers(dest="command", help="Available commands") sub = parser.add_subparsers(dest="command", help="Available commands")
# ── read ──
# ── setup ── # ── setup ──
sub.add_parser("setup", help="Interactive configuration wizard") sub.add_parser("setup", help="Interactive configuration wizard")
+3 -1
View File
@@ -76,7 +76,9 @@ When a user asks to configure/enable any channel:
## Using Upstream Tools Directly ## Using Upstream Tools Directly
After `agent-reach install`, call the upstream tools directly. No need for `agent-reach read` or `agent-reach search`. After `agent-reach install`, call the upstream tools directly.
> **Note:** `agent-reach` is an installer and config tool — it does NOT have `read`, `search`, or content-fetching commands. Use the upstream tools below instead.
### Twitter/X (xreach CLI) ### Twitter/X (xreach CLI)